Commit Graph

374 Commits

Author SHA1 Message Date
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
Ajeet D'Souza
21018d5847 Change install instructions 2020-11-07 02:23:54 +05:30
Ajeet D'Souza
b817053f85 Add Termux install instructions 2020-11-07 01:24:14 +05:30
Ajeet D'Souza
e57c1888d3 Update installation instructions 2020-10-31 13:45:29 +05:30
Ajeet D'Souza
c82ef66fac Release v0.5.0 2020-10-31 00:22:09 +05:30
Ajeet D'Souza
9dd1679e5a Run CI on Windows 2020-10-27 01:47:10 +05:30
Ajeet D'Souza
5c3af59ba6 Add interactive query/remove and import 2020-10-27 00:11:40 +05:30
Ajeet D'Souza
bc17c25cf6 Clobber conflicting definitions in shells 2020-10-25 01:01:18 +05:30
Cole Helbling
c0a1a78c29
fix init script generation (#112) 2020-10-20 23:33:38 +05:30
Ajeet D'Souza
20d62524bf Improve error handling on Xonsh 2020-10-20 23:29:28 +05:30
Ajeet D'Souza
3d432105e0 Retry loop when persisting on Windows 2020-10-20 11:47:12 +05:30
Ajeet D'Souza
314050f090 Use u64 for Epoch 2020-10-20 11:46:39 +05:30
Ajeet D'Souza
1e7976fb48 Change PowerShell install method 2020-10-18 15:08:13 +05:30
Ajeet D'Souza
aca2477b68 Split crates 2020-10-18 14:52:13 +05:30
Ajeet D'Souza
eaf63bcc69 Fix clippy lints 2020-10-02 10:35:33 +05:30
Ajeet D'Souza
8d9f0f1146 Add workflow for cargo-clippy 2020-10-02 02:07:26 +05:30
Ajeet D'Souza
fcac28eed0 Use tool-cache for cargo-udeps 2020-10-02 01:37:55 +05:30
Ajeet D'Souza
87a0161eb4 Add workflow for cargo-bloat 2020-10-02 01:25:10 +05:30
Ajeet D'Souza
a112225ece Add workflow for cargo-udeps 2020-10-02 00:56:20 +05:30
Ajeet D'Souza
dfcb08bad4 Add workflow for cargo-test 2020-10-02 00:20:52 +05:30
Ajeet D'Souza
88fc3b2cfb Add workflow for cargo-fmt 2020-10-01 14:13:10 +05:30
Ajeet D'Souza
2eb02cbd76 Update dependencies 2020-10-01 13:29:20 +05:30
Ajeet D'Souza
db0a5ffdbb Add workflow for cargo-audit 2020-10-01 13:28:23 +05:30
Ajeet D'Souza
f230e75559 Avoid removing currently inaccessible directories 2020-09-18 01:00:37 +05:30
Ajeet D'Souza
5cfcd79c39 Support globs in _ZO_EXCLUDE_DIRS 2020-09-16 02:50:58 +05:30
Ajeet D'Souza
f4525db02f Rewrite init commands 2020-09-16 02:21:28 +05:30
Ajeet D'Souza
2add9de830
Update CHANGELOG.md 2020-08-24 03:01:02 +05:30
Ajeet D'Souza
45b8ddb714 Call _zoxide_hook last in function list 2020-08-15 02:20:50 +05:30
Tom Moulard
abe049d5f4
Prevent zoxide from changing $? in $PROMPT_COMMAND 2020-08-14 22:26:25 +05:30
Spencer Woo
22b945bc32
Add installation via scoop instructions (#99) 2020-07-27 19:15:20 +05:30
Ajeet D'Souza
4091ef825c
Update installation instructions 2020-07-26 22:09:24 +05:30
Ajeet D'Souza
a454f7cbbf Release 0.4.3 2020-07-04 13:34:45 +05:30
Greedwolf DSS
f6522d1cf8
fix: fish pwd usage (#92) 2020-07-04 13:28:42 +05:30
Ajeet D'Souza
f43827a2e9 Release v0.4.2 2020-07-04 01:09:21 +05:30
Ajeet D'Souza
1bc0454f84 Update dependencies 2020-07-03 23:06:24 +05:30
Ajeet D'Souza
3d8181dd53 Update CHANGELOG.md 2020-07-03 12:12:47 +05:30
Anthony Ruhier
d49a2c1495 Add _ZO_RESOLVE_SYMLINKS to resolve or not symlinks (#85)
Fixes #80.

Disable by default the symlinks resolution, making a symlink and its
target 2 different entries in the database. Adds the
_ZO_RESOLVE_SYMLINKS env variable to re-enable it.

Example:
  /tmp/foo-target is a directory
  /tmp/foo symlinks to /tmp/foo-target

With _ZO_RESOLVE_SYMLINKS=1, `z add /tmp/foo` adds `/tmp/foo-target` in the database.

With _ZO_RESOLVE_SYMLINKS=0 or unset, `z add /tmp/foo` adds `/tmp/foo` in the database.
2020-07-03 12:12:47 +05:30
Ajeet D'Souza
c5bc49884d Fix imports 2020-07-03 12:12:47 +05:30
Ajeet D'Souza
11ba2af20e Rename $result to $_zoxide_result 2020-07-03 12:12:05 +05:30
Ajeet D'Souza
ba13b45940 Add --score flag to show score with query result 2020-06-28 00:12:49 +05:30
Ajeet D'Souza
4ba82ce817 Update README and CHANGELOG 2020-06-28 00:11:43 +05:30