You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was not able to find similar doc or issue, but it will be nice to bulk delete records from the DB.
For example, right now I have visited many sub-directories under /Users/alice/myproject1/.......
zoxide edit search shows all of this dirs correctly
I have to press ctrl-d hundred times to delete all these directories.
The text was updated successfully, but these errors were encountered:
I think that instead of a custom file format it would be better to just use something like sqlite (a well known SQL database format) or, since the db structure is so simple anyway (3 columns: path, score, last accessed), you could get away with just tsv, which is a text file that you can edit wherever you want.
This is also useful if e.g. you moved a whole tree of various directories to a different root path and want to keep all the scores.
I was not able to find similar doc or issue, but it will be nice to bulk delete records from the DB.
For example, right now I have visited many sub-directories under
/Users/alice/myproject1/.......
zoxide edit
search shows all of this dirs correctlyI have to press
ctrl-d
hundred times to delete all these directories.The text was updated successfully, but these errors were encountered: