Skip to content

Instantly share code, notes, and snippets.

@deiga
Last active February 26, 2020 00:07
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save deiga/8bbc5f2e74547387e18ef6208ee5a3a6 to your computer and use it in GitHub Desktop.
Save deiga/8bbc5f2e74547387e18ef6208ee5a3a6 to your computer and use it in GitHub Desktop.
Migrate from autojump to fasd on macOS
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