zoxide/src
Cole Helbling 1190106849 Implement _ZO_EXCLUDE_DIRS
_ZO_EXCLUDE_DIRS is a list of paths (separated by colons, `:`, on
Unix-based systems, and semicolons, `;`, on Windows) that should be
excluded from the database. Example:

    _ZO_EXCLUDE_DIRS="$HOME:$HOME/something/super/secret:$HOME/caused/by/background/cds"
2020-03-30 03:32:21 +05:30
..
subcommand Implement _ZO_EXCLUDE_DIRS 2020-03-30 03:32:21 +05:30
config.rs Implement _ZO_EXCLUDE_DIRS 2020-03-30 03:32:21 +05:30
db.rs Remove FIXME 2020-03-30 03:32:21 +05:30
dir.rs Store paths as PathBuf rather than String 2020-03-30 03:30:12 +05:30
main.rs Manually parse environment variables 2020-03-30 03:32:21 +05:30
types.rs Prepare for release v0.2.1 2020-03-16 00:08:28 +05:30
util.rs Manually parse environment variables 2020-03-30 03:32:21 +05:30