2021-04-15 13:47:15 +00:00
|
|
|
.TH "zoxide-query" "1" "2021-04-12" "zoxide" "zoxide"
|
|
|
|
.SH NAME
|
|
|
|
zoxide-query - search for a directory in the database
|
|
|
|
.SH SYNOPSIS
|
|
|
|
.B zoxide query \fI[KEYWORDS] [OPTIONS]\fR
|
|
|
|
.SH DESCRIPTION
|
2021-05-26 21:04:01 +00:00
|
|
|
Query the database for paths matching the keywords. The exact \fBMATCHING\fR
|
2021-04-15 13:47:15 +00:00
|
|
|
algorithm is described in \fBzoxide\fR(1).
|
|
|
|
.SH OPTIONS
|
|
|
|
.TP
|
2021-05-08 03:05:34 +00:00
|
|
|
.B --all
|
|
|
|
Show deleted directories.
|
2021-08-15 12:26:45 +00:00
|
|
|
.TP
|
2021-06-10 03:15:59 +00:00
|
|
|
.B --exclude \fIPATH\fR
|
|
|
|
Exclude a path from query results.
|
2021-05-08 03:05:34 +00:00
|
|
|
.TP
|
2021-04-15 13:47:15 +00:00
|
|
|
.B -h, --help
|
2021-05-26 21:04:01 +00:00
|
|
|
Print help information.
|
2021-04-15 13:47:15 +00:00
|
|
|
.TP
|
|
|
|
.B -i, --interactive
|
|
|
|
Use interactive selection. This option requires fzf.
|
|
|
|
.TP
|
|
|
|
.B -l, --list
|
|
|
|
List all results, rather than just the one with the highest frecency.
|
|
|
|
.TP
|
|
|
|
.B -s, --score
|
|
|
|
Print the calculated score as well as the matched path.
|
|
|
|
.SH REPORTING BUGS
|
|
|
|
For any issues, feature requests, or questions, please visit:
|
|
|
|
.sp
|
|
|
|
\fIhttps://github.com/ajeetdsouza/zoxide/issues\fR
|
|
|
|
.SH AUTHOR
|
|
|
|
Ajeet D'Souza <\fI98ajeet@gmail.com\fR>
|