zoxide/src
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
..
subcommand Add _ZO_RESOLVE_SYMLINKS to resolve or not symlinks (#85) 2020-07-03 12:12:47 +05:30
config.rs Add _ZO_RESOLVE_SYMLINKS to resolve or not symlinks (#85) 2020-07-03 12:12:47 +05:30
db.rs Add --score flag to show score with query result 2020-06-28 00:12:49 +05:30
error.rs Don't show error if fzf exits gracefully 2020-04-05 22:31:32 +05:30
fzf.rs Add --score flag to show score with query result 2020-06-28 00:12:49 +05:30
main.rs Convert paths to String 2020-05-16 17:31:11 +05:30
util.rs Add _ZO_RESOLVE_SYMLINKS to resolve or not symlinks (#85) 2020-07-03 12:12:47 +05:30