Daniel M
b1f7f7d839
Prevent endless recusion with alias cd on fish
...
- Create a custom __fish_cd function for use in __zoxide_cd.
- The __fish_cd function is set to be either a copy of the fish cd
wrapper function, or an alias for `builtin cd` as fallback if the
wrapper function does not exist for some reason.
- This prevents an endless recusion when using `alias cd=z` that would
occur because __zoxide_cd would call the `cd` alias which would in
turn call `z` and so on.
2021-05-09 19:40:40 +02:00
Ajeet D'Souza
ba8a5f3167
Add zoxide query --all flag ( #206 )
2021-05-08 08:35:34 +05:30
Ajeet D'Souza
d33bfd111f
Add tests for completions ( #204 )
2021-05-07 13:04:44 +05:30
Ajeet D'Souza
efe11ec924
Improvements to query algorithm
2021-05-06 04:31:57 +05:30
Ajeet D'Souza
1075ba5a50
Speed up imports ( #203 )
2021-05-04 11:45:28 +05:30
Ajeet D'Souza
6d3cb4bc99
Rename variables
2021-05-04 02:42:43 +05:30
Ajeet D'Souza
650732c82c
Nushell should only call hook within filesystem ( #202 )
2021-05-04 02:39:30 +05:30
XyLyXyRR
ef63b555a0
Add shell completions ( #200 )
2021-05-04 02:33:23 +05:30
Ajeet D'Souza
297908e950
Remove git warning
2021-05-03 02:46:37 +05:30
Ajeet D'Souza
a285b4e07d
Release v0.7.0
2021-05-02 06:03:51 +05:30
Ajeet D'Souza
fec064a1ef
Rework release script ( #199 )
2021-05-02 03:19:22 +05:30
Adam Stephens
90f49684e9
add armv7/aarch64 support to installer ( #198 )
2021-05-01 01:02:20 +05:30
Ajeet D'Souza
027ae1df47
Multi-select for zoxide remove -i ( #192 )
2021-04-29 01:31:00 +05:30
Ajeet D'Souza
0eb4418fd6
_ZO_EXCLUDE_DIRS should default to "$HOME" ( #194 )
2021-04-29 01:24:25 +05:30
Ajeet D'Souza
697afe7ba6
Fix return values in Bash hook ( #196 )
2021-04-29 01:23:43 +05:30
Ajeet D'Souza
0f5fde5afa
Add default prompt for nushell ( #191 )
2021-04-27 17:39:09 +05:30
Ajeet D'Souza
7d9ca0de43
Compile-time warning when git is missing ( #187 )
2021-04-21 01:18:12 +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
Jeff Kong
5882bc6c4d
Update README.md ( #176 )
2021-04-12 10:34:42 +05:30
Ajeet D'Souza
ce2499d528
Update README
2021-04-12 01:56:48 +05:30
Ajeet D'Souza
706863b88d
Release v0.6.0
2021-04-09 00:50:55 +05:30
Ajeet D'Souza
6248f539db
Add support for Elvish ( #174 )
2021-04-09 00:05:42 +05:30
Ajeet D'Souza
3398cc721d
Use Nushell from Nixpkgs unstable ( #171 )
2021-04-05 12:01:24 +05:30
Ajeet D'Souza
0b7b29e0e8
Make z exclude current directory ( #173 )
2021-04-04 20:06:44 +05:30
Ajeet D'Souza
4224f494ed
Append __zoxide_hook to front of PROMPT_COMMAND ( #170 )
2021-04-02 21:02:15 +05:30
Ajeet D'Souza
d9c0584aac
Add support for Nushell ( #164 )
2021-03-31 22:15:43 +05:30
Ajeet D'Souza
e2506631e9
Find zoxide in Xonsh shells ( #168 )
2021-03-30 18:44:29 +05:30
Kent Primrose
c4aebf6041
Reference integration with nnn (autojump plugin) ( #166 )
2021-03-30 08:40:56 +05:30
Ajeet D'Souza
a9a8948d3b
Fix CI ( #161 )
2021-03-29 21:14:30 +05:30
Andy Kipp
160a4ef326
Add third-party integrations to README ( #165 )
2021-03-29 13:29:21 +05:30
Ajeet D'Souza
06062e92ca
Update README
2021-03-14 23:41:10 +05:30
Ajeet D'Souza
a9b731d80c
Remove barely-used aliases ( #158 )
2021-03-14 03:04:30 +05:30
Ajeet D'Souza
bc81154c5d
Use variable to prevent hook redefinition ( #154 )
2021-03-06 18:25:13 +05:30
Ajeet D'Souza
22d19a74b2
Use /dev/null on Unix shells ( #152 )
2021-03-01 11:40:10 +05:30
Ajeet D'Souza
7b00d5a423
Use builtin and command in fish
2021-02-17 19:37:19 +05:30
Carson Riker
70c350ff96
Specified external call to cd for fish ( #146 )
2021-02-17 19:35:18 +05:30
Ajeet D'Souza
d5818ff0c3
Remove cargo-udeps
2021-02-17 16:16:36 +05:30
Ajeet D'Souza
f723dbcad9
Update README
2021-02-02 00:11:07 +05:30
Ajeet D'Souza
1a5d14a825
Handle write errors gracefully ( #143 )
2021-01-30 03:06:18 +05:30
Ajeet D'Souza
d89605ffef
Use \builtin in shells ( #141 )
2021-01-29 01:12:31 +05:30
Ajeet D'Souza
dcdcec4a78
Use zero copy deserialization ( #138 )
2021-01-08 20:45:47 +05:30
Jakub Jirutka
ff16bf140c
Add Alpine Linux installation instructions ( #131 )
2020-12-14 17:39:56 +05:30
Ajeet D'Souza
eeaf8af202
Forcibly disable backtraces ( #130 )
2020-12-13 11:15:01 +05:30
Ajeet D'Souza
418b82524b
Start fish in an isolated env ( #128 )
2020-12-13 10:56:51 +05:30
Ajeet D'Souza
14b150c1f7
Run shell tests in a clean env
2020-12-10 12:00:10 +05:30
Ajeet D'Souza
753d95e5a4
Add NetBSD install instructions
2020-11-27 15:20:06 +05:30
Ajeet D'Souza
e6e67b16bc
Use Nix for testing
2020-11-14 11:35:47 +05:30
Ajeet D'Souza
58bcbef7aa
Split tests
2020-11-11 01:06:40 +05:30