zoxide/src
Cole Helbling 4596716cc8
Migrate from z database (#29)
Migrate from `z` database

The new `migrate` subcommand takes in a path to the old `z` database and
naively parses it to add to the database. The command will fail if the user already has a database, so as to prevent tainting it in any way.
2020-03-13 05:15:06 +05:30
..
db.rs Migrate from z database (#29) 2020-03-13 05:15:06 +05:30
dir.rs * Add init subcommand for bash, fish, and zsh 2020-03-11 00:14:50 +05:30
main.rs Migrate from z database (#29) 2020-03-13 05:15:06 +05:30
types.rs Add aging algorithm 2020-03-06 23:13:32 +05:30
util.rs * Add init subcommand for bash, fish, and zsh 2020-03-11 00:14:50 +05:30