mirror of
https://github.com/Llewellynvdm/zoxide.git
synced 2024-11-10 23:30:57 +00:00
33 lines
893 B
Groff
33 lines
893 B
Groff
.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
|
|
Query the database for paths matching the keywords. The exact \fBMATCHING\fR
|
|
algorithm is described in \fBzoxide\fR(1).
|
|
.SH OPTIONS
|
|
.TP
|
|
.B --all
|
|
Show deleted directories.
|
|
.B --exclude \fIPATH\fR
|
|
Exclude a path from query results.
|
|
.TP
|
|
.B -h, --help
|
|
Print help information.
|
|
.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>
|