zoxide/man/zoxide-import.1

32 lines
832 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-import\fR - import data from other tools
2021-04-15 13:47:15 +00:00
.SH SYNOPSIS
2021-09-27 23:22:27 +00:00
.B zoxide import PATH --from FORMAT [OPTIONS]
2021-04-15 13:47:15 +00:00
.SH OPTIONS
.TP
2021-09-27 23:22:27 +00:00
.B --from FORMAT
2021-04-15 13:47:15 +00:00
The format of the database being imported:
.TS
tab(|);
l l.
2021-09-27 23:22:27 +00:00
\fBautojump\fR
\fBz\fR|(for \fBz\fR, \fBz.lua\fR, or \fBzsh-z\fR)
2021-04-15 13:47:15 +00:00
.TE
.sp
2021-09-27 23:22:27 +00:00
Note: zoxide only imports paths from autojump, since its matching
2021-04-15 13:47:15 +00:00
algorithm is too different to import the scores.
.TP
.B -h, --help
2021-05-26 21:04:01 +00:00
Print help information.
2021-04-15 13:47:15 +00:00
.TP
.B --merge
By default, the import fails if the current database is not already empty. This
option merges imported data into the existing database.
.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>