Ask HN: Can I see your cheatsheet?
11–20 of 173 posts
Re: Ask HN: Can I see your cheatsheet?
#12https://tldr.sh/
Re: Ask HN: Can I see your cheatsheet?
#13Re: Ask HN: Can I see your cheatsheet?
#14Re: Ask HN: Can I see your cheatsheet?
#15Shell scripting: https://pilabor.com/blog/2021/04/shell-scripting-cheatsheet/ Markdown: https://pilabor.com/blog/2021/04/markdown-cheatsheet/
> mkdir if not exists [ -d "${DIR}" ] || (mkdir -p "${DIR}") No need to check when using "-p".
alias mkdir='mkdir -p'
Thank youRe: Ask HN: Can I see your cheatsheet?
#16Sounds pretty messy but I've never felt the need to maintain a cheatsheet.
I don't see why one would. I know I'm possibly being naive.
Re: Ask HN: Can I see your cheatsheet?
#17Re: Ask HN: Can I see your cheatsheet?
#18I do like the cheat command but it's still not habitual to use it, I grew up with Google so I'm far too dependent on it.
Re: Ask HN: Can I see your cheatsheet?
#19On a related note: has anyone used a good tool for using/inserting these kinds of custom snippets? It would be neat to have a snippet manager with quick search bound to a keypress.
https://www.raycast.com/ https://www.raycast.com/extensions/snippets/
Re: Ask HN: Can I see your cheatsheet?
#20On a related note: has anyone used a good tool for using/inserting these kinds of custom snippets? It would be neat to have a snippet manager with quick search bound to a keypress.
Combined with https://www.alfredapp.com/help/features/clipboard/ you get great productivity, especially when working on sys admin terminal kind of stuff