• Stars
    star
    20
  • Rank 1,085,260 (Top 23 %)
  • Language
    Shell
  • Created about 12 years ago
  • Updated about 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Path bookmarking for bash. I use this extensively throughout my day.

Lazy Change Directory

Simple bash commands for bookmarked navigation of the file system, complete with bash-completion. Usage:

  • acd <mark> add a mark.
  • pcd print list of marks.
  • gcd <needle> grep marks for 'needle'.
  • lcd <mark> change directories to mark target, supports tab completion.
  • dcd <mark> delete a mark, supports tab completion.

Easy as that.