zoxide/man/man1/zoxide-query.1

34 lines
884 B
Groff
Raw Permalink Normal View History

2021-09-27 23:22:27 +00:00
.TH "ZOXIDE" "1" "2021-04-12" "" "zoxide"
2021-04-15 13:47:15 +00:00
.SH NAME
2021-09-27 23:22:27 +00:00
\fBzoxide-query\fR - search for a directory in the database
2021-04-15 13:47:15 +00:00
.SH SYNOPSIS
2021-09-27 23:22:27 +00:00
.B zoxide query [KEYWORDS] [OPTIONS]
2021-04-15 13:47:15 +00:00
.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-09-27 23:22:27 +00:00
.B --exclude PATH
2021-06-10 03:15:59 +00:00
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 \fBfzf\fR(1).
2021-04-15 13:47:15 +00:00
.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
2022-08-30 14:37:58 +00:00
\fBhttps://github.com/ajeetdsouza/zoxide/issues\fR
2021-04-15 13:47:15 +00:00
.SH AUTHOR
2022-08-30 14:37:58 +00:00
Ajeet D'Souza \fB<98ajeet@gmail.com>\fR