zoxide/man/zoxide-import.1
2021-05-27 02:34:01 +05:30

32 lines
859 B
Groff

.TH "zoxide-import" "1" "2021-04-12" "zoxide" "zoxide"
.SH NAME
zoxide-import - import data from other tools
.SH SYNOPSIS
.B zoxide import \fIPATH --from FORMAT [OPTIONS]\fR
.SH OPTIONS
.TP
.B --from \fIFORMAT\fR
The format of the database being imported:
.TS
tab(|);
l l.
\fIautojump\fR
\fIz\fR|For \fIz\fR, \fIz.lua\fR, or \fIzsh-z\fR.
.TE
.sp
\fBNOTE\fR: zoxide only imports paths from autojump, since its matching
algorithm is too different to import the scores.
.TP
.B -h, --help
Print help information.
.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
\fIhttps://github.com/ajeetdsouza/zoxide/issues\fR
.SH AUTHOR
Ajeet D'Souza <\fI98ajeet@gmail.com\fR>