1ZOXIDE(1) zoxide ZOXIDE(1)
2
3
4
6 zoxide-add - add a new directory or increment its rank
7
9 zoxide add [PATHS]
10
12 If the directory is not already in the database, this command creates a
13 new entry for it with a default score of 1, otherwise, it increments
14 the existing score by 1. It then sets the last updated field of the en‐
15 try to the current time. After this, it runs the AGING algorithm on the
16 database. See zoxide(1) for more about the algorithm.
17
18 If you'd like to prevent a directory from being added to the database,
19 see the _ZO_EXCLUDE_DIRS environment variable in zoxide(1).
20
22 -h, --help
23 Print help information.
24
26 For any issues, feature requests, or questions, please visit:
27
28 https://github.com/ajeetdsouza/zoxide/issues
29
31 Ajeet D'Souza <98ajeet@gmail.com>
32
33
34
35 2021-04-12 ZOXIDE(1)