Teleportation on the command line
thecakeisalie.in
Teleportation on the command line
1–10 of 39 posts
Re: Teleportation on the command line
#2Well I though it was nice, but the script if quite buggy! works well when cleaned up
Re: Teleportation on the command line
#3I'm quite happy with https://github.com/huyng/bashmarks
Also, the built-in pushd and popd commands are enough sometimes.
Re: Teleportation on the command line
#4Just use auto jump
Re: Teleportation on the command line
#5Just use auto jump https://github.com/joelthelion/autojump
For those who aren't familiar with it, autojump learns directories that you use often. This eliminates the need to add specific bookmarks.
Re: Teleportation on the command line
#6Just use auto jump https://github.com/joelthelion/autojump
[deleted]
Re: Teleportation on the command line
#7With zsh, you could just do w/c/p/w/s
Re: Teleportation on the command line
#8Just use auto jump https://github.com/joelthelion/autojump
[deleted]
Re: Teleportation on the command line
#9Just use auto jump https://github.com/joelthelion/autojump
lighter (non python) alternative to autojump https://github.com/rupa/z
Re: Teleportation on the command line
#10Did anybody try the script in ZSH?