Commit Graph

16 Commits

Author SHA1 Message Date
Ajeet D'Souza 56218f35d3 Interactive mode for `zoxide remove` 2020-04-06 08:41:28 +05:30
Ajeet D'Souza b21dbefa22 Don't show error if fzf exits gracefully 2020-04-05 22:31:32 +05:30
Ajeet D'Souza 342954cda0 Performance improvements 2020-04-05 20:44:23 +05:30
Ajeet D'Souza 9d0222383f Style nits 2020-03-30 06:49:41 +05:30
Cole Helbling 9af0251bd6 Rework database fallback for v0.3 (#47)
Support migration from old database
2020-03-30 03:32:21 +05:30
Ajeet D'Souza 057ed96c0a Refactor DB architecture 2020-03-30 03:32:21 +05:30
Ajeet D'Souza d4fb1a05cf Manually parse environment variables 2020-03-30 03:32:21 +05:30
Ajeet D'Souza 890185176e Store paths as PathBuf rather than String 2020-03-30 03:30:12 +05:30
Ajeet D'Souza 857e15c65f Remove conversion to i64 when sorting 2020-03-30 03:30:12 +05:30
Ajeet D'Souza 5d709bded5 Remove i32 conversion from fzf helper 2020-03-30 03:30:12 +05:30
Ajeet D'Souza 03e8cd47a2 Fix exit codes in z and fzf 2020-03-17 12:34:53 +05:30
Ajeet D'Souza eb21727868 Use envy to parse environment variables 2020-03-13 14:12:20 +05:30
Ajeet D'Souza 9c8e8da71a Refactor + support PWD hook for zsh 2020-03-13 06:19:37 +05:30
Ajeet D'Souza f0c5e28fd7 * Add init subcommand for bash, fish, and zsh
* Migrate errors from failure to anyhow
* Migrate argument parsing from clap to structopt
* Empty z command now goes to $HOME
* DB updates are now atomic and isolated
2020-03-11 00:14:50 +05:30
Ajeet D'Souza 784ed10aad Add aging algorithm 2020-03-06 23:13:32 +05:30
Ajeet D'Souza 68a426216d Initial commit 2020-03-05 20:06:58 +05:30