logoalt Hacker News

1vuio0pswjnm7today at 11:04 AM1 replyview on HN

I use a different prefix character, e.g. "[", but I have been doing this for years

I started using a prefix because I like very short script names that are easy to type

I prefer giving scripts numbers instead of names

Something like "[number"

I use prefixes and suffixes to group related scripts together, e.g., scripts that run other scripts

I have an executable directory like ~/bin but it's not called bin. It contains 100s of short scripts


Replies

feelameetoday at 12:19 PM

do you publish dotfiles and scripts anywhere? I'm interested to see them