Commit Graph

25 Commits

Author SHA1 Message Date
Al Farhaan khan I Inamdar 528a8c9242 z to pick up ~HOME
fixes #1161

Before: When you used the fzf selector, paths in your home directory showed like this:

/home/yourname/Documents
/home/yourname/Downloads
/home/yourname/projects/foo
After: Now they show like this:

~/Documents
~/Downloads
~/projects/foo
How I did it:

When displaying paths → replace your home directory part with ~
When you select a path → convert ~ back to the full path before using it
So it's just cleaner to read in the fzf menu, but everything still works the same way behind the scenes.
2026-01-27 23:35:55 +05:30
Azalea Colburn 261cf8846a
--basedir query option (#1027) 2025-08-10 13:26:52 +05:30
Ajeet D'Souza dbe6f185cf
Remove --select-1 2024-06-03 13:04:07 +05:30
Ajeet D'Souza 4cba9808ff
Lazily delete excluded directories (#809) 2024-05-05 19:48:33 +05:30
Ajeet D'Souza 59d80a7b60
fzf: disable sorting of results (#515) 2023-01-16 01:17:41 +05:30
Blonteractor 2c2286cea2
Added better output in query when already in the matched directory (#463) 2023-01-09 15:55:33 +05:30
Ajeet D'Souza 3ab0a7b8fd
Edit subcommand (#498) 2023-01-07 22:58:10 +05:30
Ajeet D'Souza d99e9b7d86 Fix badge 2022-11-15 14:04:21 +05:30
Ajeet D'Souza 0f3ae894f1 Use formatter from nightly 2022-09-16 22:24:46 +05:30
Ajeet D'Souza e8a1e11848 Fix remove not throwing errors 2022-09-07 11:56:38 +05:30
Ajeet D'Souza e4aa0692a4 Return exit code from main 2022-09-07 04:19:45 +05:30
Ajeet D'Souza 818ac67e7e chore(release): v0.8.3 2022-09-02 14:03:44 +05:30
Ajeet D'Souza 17365710af Copy owner from previous database file (#364) 2022-03-09 19:59:39 +05:30
Ajeet D'Souza b3366dd5b6 Upgrade to clap v3.1.0 2022-02-17 04:16:45 +05:30
Ajeet D'Souza d33bfd111f
Add tests for completions (#204) 2021-05-07 13:04:44 +05:30
XyLyXyRR ef63b555a0
Add shell completions (#200) 2021-05-04 02:33:23 +05:30
Ajeet D'Souza 027ae1df47
Multi-select for zoxide remove -i (#192) 2021-04-29 01:31:00 +05:30
Ajeet D'Souza 5cb091d30a
Performance improvements for queries (#185) 2021-04-16 15:31:11 +05:30
Ajeet D'Souza 1828414f21
Add manpage (#183) 2021-04-15 19:17:15 +05:30
Ajeet D'Souza acc9059177
Fix cd - on fish (#179) 2021-04-13 01:57:36 +05:30
Ajeet D'Souza 0b7b29e0e8
Make z exclude current directory (#173) 2021-04-04 20:06:44 +05:30
Ajeet D'Souza 1a5d14a825
Handle write errors gracefully (#143) 2021-01-30 03:06:18 +05:30
Ajeet D'Souza dcdcec4a78
Use zero copy deserialization (#138) 2021-01-08 20:45:47 +05:30
Ajeet D'Souza c82ef66fac Release v0.5.0 2020-10-31 00:22:09 +05:30
Ajeet D'Souza 5c3af59ba6 Add interactive query/remove and import 2020-10-27 00:11:40 +05:30