Live data from Hacker News

Ask HN: how do you manage command line snippets?

news.ycombinator.com

1–2 of 2 posts

Re: Ask HN: how do you manage command line snippets?

#2
I've created some command aliases in my bash profile. There are also tools to create shortcuts for git commands. Other than that, I have created shell scripts that I copy to projects, and also some Rake commands.

I haven't spent enough time on some sort of centralization of "snippets" per se, since what I listed above covers the stuff I reuse the most.