An open API service indexing awesome lists of open source software.

https://github.com/pedramamini/lazy-cd

Path bookmarking for bash. I use this extensively throughout my day.
https://github.com/pedramamini/lazy-cd

Last synced: 6 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# Lazy Change Directory

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

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

Easy as that.