Skip to content

davidk55/starmarks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Simple path storage with Starmarks ⭐

Starmarks is a simple POSIX compliant shell script that allows you to easily add, delete and jump to paths.

note: it clears the current screen and you can save up to 9 URLs.

Usage

Adding a path
starmarks -a /home/username/importantDirectory

you can also add the current path with c

starmarks -a c
Deleting a path
starmarks -d

after that you have to enter the id of the path you want to delete

Jumping to a path

since scripts are run in a subshell cd (used for jumping) will not work, a workaround is to use a . before to run it in the current shell instead

. starmarks -j

after that you have to enter the id of the path where you want to jump to

Recommended Aliases

sa='starmarks -a'
sd='starmarks -d'
sj='. starmarks -j'

Known Issues

Ctrl+c will exit starmarks but it will not run on the next time, you have to run it again. Currently I don't really know how to fix this.

Workaround: press Enter or any other key than the id's instead of Ctrl+c to stop starmarks

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages