1ZOXIDE(1) zoxide ZOXIDE(1)
2
3
4
6 zoxide-import - import data from other tools
7
9 zoxide import PATH --from FORMAT [OPTIONS]
10
12 --from FORMAT
13 The format of the database being imported:
14
15 autojump
16 z (for fasd, z, z.lua, or zsh-z)
17
18 Note: zoxide only imports paths from autojump, since its match‐
19 ing algorithm is too different to import the scores.
20
21 -h, --help
22 Print help information.
23
24 --merge
25 By default, the import fails if the current database is not al‐
26 ready empty. This option merges imported data into the existing
27 database.
28
30 For any issues, feature requests, or questions, please visit:
31
32 https://github.com/ajeetdsouza/zoxide/issues
33
35 Ajeet D'Souza <98ajeet@gmail.com>
36
37
38
39 2021-04-12 ZOXIDE(1)