1ZOXIDE(1) zoxide ZOXIDE(1)
2
3
4
6 zoxide-query - search for a directory in the database
7
9 zoxide query [KEYWORDS] [OPTIONS]
10
12 Query the database for paths matching the keywords. The exact MATCHING
13 algorithm is described in zoxide(1).
14
16 --all Show deleted directories.
17
18 --exclude PATH
19 Exclude a path from query results.
20
21 -h, --help
22 Print help information.
23
24 -i, --interactive
25 Use interactive selection. This option requires fzf(1).
26
27 -l, --list
28 List all results, rather than just the one with the highest fre‐
29 cency.
30
31 -s, --score
32 Print the calculated score as well as the matched path.
33
35 For any issues, feature requests, or questions, please visit:
36
37 https://github.com/ajeetdsouza/zoxide/issues
38
40 Ajeet D'Souza <98ajeet@gmail.com>
41
42
43
44 2021-04-12 ZOXIDE(1)