aboutsummaryrefslogtreecommitdiffstats
path: root/src/command/mod.rs (follow)
Commit message (Expand)AuthorAge
* Enable help messages for command line arguments (#239)Orhun Parmaksız2021-12-11
* Support generating shell completions (#235)Orhun Parmaksız2021-12-10
* feat: login/register no longer blocking (#216)Conrad Ludgate2021-12-08
* chore: add more eyre contexts (#200)Conrad Ludgate2021-11-17
* chore: some new linting (#201)Conrad Ludgate2021-11-13
* feat: allow input of credentials from stdin (#185)Jannik2021-09-24
* Resolve clippy warnings (#187)Jannik2021-09-24
* Add logout, only login if not already logged in (#91)Ellie Huxtable2021-05-09
* Allow listing or searching with only the command as output (#89)Ellie Huxtable2021-05-09
* Support fulltext search of commands (#75)Yuvi Panda2021-05-09
* Support bash, resolves #3Ellie Huxtable2021-04-26
* Update docs, unify on SQLx, bugfixes (#40)Ellie Huxtable2021-04-25
* Bugfixes, show time ago, perf improvementsEllie Huxtable2021-04-21
* Use cargo workspaces (#37)Ellie Huxtable2021-04-20
* Switch to Warp + SQLx, use async, switch to Rust stable (#36)Ellie Huxtable2021-04-20
* Add history sync, resolves #13 (#31)Ellie Huxtable2021-04-13
* Implement server (#23)Ellie Huxtable2021-03-21
* Add TUI, resolve #19, #17, #16 (#21)Ellie Huxtable2021-03-20
* Add config file support (#15)Ellie Huxtable2021-03-10
* Add init command (#12)Ellie Huxtable2021-02-15
* use database trait instead of sqlite impl (#10)Conrad Ludgate2021-02-15
* Add stats command (#9)Ellie Huxtable2021-02-14
* zsh bin is sometimes /usr/bin/zsh or might be elsewhere too (#8)Conrad Ludgate2021-02-14
* a few more tiny touch ups (#7)Conrad Ludgate2021-02-14
* tidy some stuff (#6)Conrad Ludgate2021-02-14
* Make clippy annoying asf + add serverEllie Huxtable2021-02-14
* Implement history importEllie Huxtable2021-02-13