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.
- Host: GitHub
- URL: https://github.com/pedramamini/lazy-cd
- Owner: pedramamini
- Created: 2012-04-03T17:13:20.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2020-04-22T17:29:06.000Z (over 5 years ago)
- Last Synced: 2025-02-13T03:11:14.034Z (10 months ago)
- Language: Shell
- Homepage:
- Size: 3.91 KB
- Stars: 22
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- fucking-awesome-shell - lazy-cd - Simple bash commands for bookmarked navigation of the file system, complete with bash-completion. (Command-Line Productivity / Directory Navigation)
- awesome-shell - lazy-cd - Simple bash commands for bookmarked navigation of the file system, complete with bash-completion. (Command-Line Productivity / Directory Navigation)
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.