This is an automated archive made by the Lemmit Bot.
The original was posted on /r/opensource by /u/paololazzari on 2023-07-05 18:09:03+00:00.
I use pushd/popd often, however I felt there was something lacking from the functionality offered by those commands, so I decided to build ppd.
ppd allows you to perform the following actions on a directory stack:
- list directories in the stack
- push directories to the stack
- pop directories from the stack
- navigate to directories in the stack
- add directories to the stack
- remove directories from the stack
- clear directories from the stack
You can find it on GitHub:
You must log in or register to comment.