Last active
February 26, 2020 00:07
-
-
Save deiga/8bbc5f2e74547387e18ef6208ee5a3a6 to your computer and use it in GitHub Desktop.
Migrate from autojump to fasd on macOS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cat ~/Library/autojump/autojump.txt | awk -v date="$(date +%s)" '{ print $2 "|" $1 "|" date }' > ~/.fasd |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment