zoxide/man/man1/zoxide-query.1

34 lines
885 B
Groff
Raw Normal View History

2021-09-28 04:52:27 +05:30
.TH "ZOXIDE" "1" "2021-04-12" "" "zoxide"
2021-04-15 19:17:15 +05:30
.SH NAME
2021-09-28 04:52:27 +05:30
\fBzoxide-query\fR - search for a directory in the database
2021-04-15 19:17:15 +05:30
.SH SYNOPSIS
2021-09-28 04:52:27 +05:30
.B zoxide query [KEYWORDS] [OPTIONS]
2021-04-15 19:17:15 +05:30
.SH DESCRIPTION
2021-05-27 02:34:01 +05:30
Query the database for paths matching the keywords. The exact \fBMATCHING\fR
2021-04-15 19:17:15 +05:30
algorithm is described in \fBzoxide\fR(1).
.SH OPTIONS
.TP
2021-05-08 08:35:34 +05:30
.B --all
Show deleted directories.
2021-08-15 17:56:45 +05:30
.TP
2021-09-28 04:52:27 +05:30
.B --exclude PATH
2021-06-10 08:45:59 +05:30
Exclude a path from query results.
2021-05-08 08:35:34 +05:30
.TP
2021-04-15 19:17:15 +05:30
.B -h, --help
2021-05-27 02:34:01 +05:30
Print help information.
2021-04-15 19:17:15 +05:30
.TP
.B -i, --interactive
Use interactive selection. This option requires \fBfzf\fR(1).
2021-04-15 19:17:15 +05:30
.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
2021-09-28 04:52:27 +05:30
\fBhttps://github.com/ajeetdsouza/zoxide/issues\fR.
2021-04-15 19:17:15 +05:30
.SH AUTHOR
2021-09-28 04:52:27 +05:30
Ajeet D'Souza <\fB98ajeet@gmail.com\fR>