zoxide/man/zoxide-remove.1

22 lines
645 B
Groff
Raw 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-remove\fR - remove a directory from the database
2021-04-15 13:47:15 +00:00
.SH SYNOPSIS
2021-09-27 23:22:27 +00:00
.B zoxide remove [PATHS] [OPTIONS]
2021-04-15 13:47:15 +00:00
.SH DESCRIPTION
If you'd like to permanently exclude a directory from the database, see the
\fB_ZO_EXCLUDE_DIRS\fR environment variable in \fBzoxide\fR(1).
.SH OPTIONS
.TP
.B -h, --help
2021-05-26 21:04:01 +00:00
Print help information.
2021-04-15 13:47:15 +00:00
.TP
2021-09-27 23:22:27 +00:00
.B -i, --interactive [KEYWORDS]
2021-04-15 13:47:15 +00:00
Use interactive selection. This option requires fzf.
.SH REPORTING BUGS
For any issues, feature requests, or questions, please visit:
.sp
2021-09-27 23:22:27 +00:00
\fBhttps://github.com/ajeetdsouza/zoxide/issues\fR.
2021-04-15 13:47:15 +00:00
.SH AUTHOR
2021-09-27 23:22:27 +00:00
Ajeet D'Souza <\fB98ajeet@gmail.com\fR>