Commit Graph

108 Commits

Author SHA1 Message Date
Oliver Mannion
c392a8bb75
Fix errors with set -eu (#302) 2021-11-20 01:52:15 +05:30
Ajeet D'Souza
9f2f2e978e
Use global scope for aliases (#300) 2021-11-11 02:22:23 +05:30
Ajeet D'Souza
ba7b445348 Improved completions for Fish 2021-11-01 22:11:28 +05:30
Ajeet D'Souza
904bfd46e7 Improved completions for Bash 2021-10-31 17:33:15 +05:30
Ajeet D'Souza
279e393d5c Enable --strict checks for mypy 2021-10-29 02:22:25 +05:30
Ajeet D'Souza
ed47c2b1ac Enable --cmd cd on PowerShell 2021-10-28 12:08:57 +05:30
Ajeet D'Souza
ad354cf849 Specify -c when erasing Fish completions 2021-10-22 00:27:35 +05:30
Ajeet D'Souza
095e9d3d6c
Fix hook initialization on Powershell (#280) 2021-10-15 08:27:09 +05:30
Ajeet D'Souza
0791356e3e
Use workspace for xtask (#276) 2021-10-12 01:35:24 +05:30
Ajeet D'Souza
8ec3a8b6c6
xonsh: Fix error messages (#273) 2021-10-05 15:56:04 +05:30
Kid
2f2f588595
Improve Fish's completions (#212) 2021-09-18 22:56:43 +05:30
Ajeet D'Souza
41b8f08c46 Upgrade Nushell to v0.37.0 (#266) 2021-09-18 01:55:51 +05:30
Ajeet D'Souza
58313c67e7 Add cargo xtask test 2021-09-18 01:29:46 +05:30
Ajeet D'Souza
9d4c3096df Explicitly trim newlines 2021-09-09 20:09:13 +05:30
Ajeet D'Souza
bc8958943b Simplify hook logic 2021-09-09 09:21:46 +05:30
Ajeet D'Souza
e1127f4b72 Assume $E:SHLVL is already set 2021-09-05 23:58:35 +05:30
Ajeet D'Souza
ecc64be909
Add bash/elvish completions for z (#257) 2021-09-04 16:01:50 +05:30
Ajeet D'Souza
a80f20520e Remove unnecessary echo 2021-09-03 10:11:42 +05:30
Ajeet D'Souza
9ff899308d Use PROMPT_STRING environment variable 2021-08-31 21:28:23 +05:30
Ajeet D'Souza
3ca89d0e6e Use shell variables instead of env variables 2021-08-31 16:28:49 +05:30
Ajeet D'Souza
6be3998bb6
Fixes for elvish 0.16.0 (#255) 2021-08-24 02:00:34 +05:30
Ajeet D'Souza
04924bbec0 Fix Xonsh test 2021-08-16 13:20:48 +05:30
Ajeet D'Souza
59717fa8d3 Release v0.7.3 2021-08-05 19:22:13 +05:30
Ajeet D'Souza
05a95fe525 Add generated code warning for Nushell 2021-08-05 14:22:12 +05:30
Ajeet D'Souza
3bb21ede97 zoxide-{add,remove} should accept multiple arguments (#243) 2021-07-29 11:45:09 +05:30
Evgeny
712d3403ef
Get PWD from shell instead of the os.environ (#239) 2021-07-22 23:17:35 +05:30
Ajeet D'Souza
06f5a8e684 Remove preceding semicolon in PROMPT_COMMAND 2021-07-21 23:35:33 +05:30
Ajeet D'Souza
e3c3c181a2
Remove conflicting alias definitions (#237) 2021-07-21 02:39:18 +05:30
Ajeet D'Souza
20d9f3d18c
Fix init error in PowerShell strict mode (#233) 2021-07-17 17:57:04 +05:30
Ajeet D'Souza
b9b0abe471 Upgrade tests to Nushell 0.33 2021-07-11 20:22:07 +05:30
Ajeet D'Souza
340454b49b Fixes for Nushell 0.33 2021-07-01 02:11:46 +05:30
Ajeet D'Souza
36f3967f9c
Support Nushell 0.32.0 (#219) 2021-06-03 02:49:21 +05:30
Ajeet D'Souza
d39c9a1fc6 Fix Elvish install instructions 2021-05-27 02:34:01 +05:30
Kid
85d0fbe6ee
Support Fish's private mode (#211) 2021-05-18 07:51:41 +05:30
Ajeet D'Souza
6069bea81a
PowerShell should only call hook within filesystem (#210) 2021-05-14 10:04:13 +05:30
Ajeet D'Souza
f05d33b2c1 Prevent cd=z recursion on fish
The following actions in sequence would have caused an infinite loop:
- zoxide init fish | source
- alias cd=z
- zoxide init fish | source
- cd /
2021-05-10 02:44:48 +05:30
dnlmlr
3c7f635902
Prevent endless recusion with alias cd on fish (#207) 2021-05-10 01:16:25 +05:30
Ajeet D'Souza
efe11ec924 Improvements to query algorithm 2021-05-06 04:31:57 +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
Ajeet D'Souza
027ae1df47
Multi-select for zoxide remove -i (#192) 2021-04-29 01:31:00 +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
acc9059177
Fix cd - on fish (#179) 2021-04-13 01:57:36 +05:30
Ajeet D'Souza
6248f539db
Add support for Elvish (#174) 2021-04-09 00:05:42 +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
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
d89605ffef
Use \builtin in shells (#141) 2021-01-29 01:12:31 +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
Ajeet D'Souza
5c3af59ba6 Add interactive query/remove and import 2020-10-27 00:11:40 +05:30