evanthegrayt / cdc

☣️ Shell plugin for zsh/bash that allows you to cd to subdirectories of user-defined directories from anywhere, without editing CDPATH.
MIT License
22 stars 0 forks source link

Purge option #59

Open evanthegrayt opened 2 years ago

evanthegrayt commented 2 years ago

Consider adding -P that will purge the last, or optionally a count, elements from the history stack without changing the current working directory.

evanthegrayt commented 2 years ago

Fudge, forgot bash getopts doesn't account for optional arguments for flags. Deciding if there should always be a required count, or if you just have to pass -P multiple times 🤔