ajeetdsouza / zoxide

A smarter cd command. Supports all major shells.
MIT License
20.33k stars 519 forks source link

Feature request: Add an option to import from Oh My Zsh’s scd #738

Closed rwmpelstilzchen closed 4 months ago

rwmpelstilzchen commented 4 months ago

There is a similar plugin for Oh My Zsh called scd. I’d suggest to add an option to import previously visited directories from there, for the use of people like me who migrate from Z shell (with scd) to Nu shell (with zoxide). Thanks! 🌼

ajeetdsouza commented 4 months ago

Hey, it's difficult to justify maintaining something like this since scd doesn't seem to be very widely used.

rwmpelstilzchen commented 4 months ago

I understand, and appreciate the time you put into zoxide 🙂

If you change your mind in the future, the syntax of the relevant file (~/.scdhistory) is quite straightforward: IIUC basically each line is a Unix time followed by the path (plus some separating characters, : and ;), with each one logging a single visit.