bashmarks
bashmarks copied to clipboard
Directory bookmarks for the shell
Thanks for the excellent project. This is precisely what I need! I made a minor change to fit my daily needs. Hope it helps
The current CLI of `s`, `g`, `d`, `l`, and `p` takes up single-letter designations that many developers prefer to use for custom aliases. It is also unconventional, in that most...
While having set -o noclobber in my .bashrc, bashmarks start to get errors while adding marks After changing the # purge line in the function _purge_line from sed "/$2/d" "$1"...
Thanks (again) for a great tool. I've been using this for years and it's an essential part of my workflow. One thing I've found is that as my work flows...
the current function "l" is typically aliased to something else on Ubuntu What's the recommend way to alter the alias for bashmarks, with modifying the code? i.e. l -> lll
For example, if someone is using Git Bash for Windows, they will not have the ability to run the `make` command. This command could be replaced by a few `mkdir`...
Please refer to commit messages. Nice to see this project again.
Current version mandates installation in .local. This change would allow the script to be installed in say /usr/loca/bin