Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
jcubic
on July 1, 2022
|
parent
|
context
|
favorite
| on:
Ask HN: Can I see your cheatsheet?
I completely forget that I have this function in my dot files:
doc () { curl "
https://cheat.sh/$1
" | less }
Consider applying for YC's Summer 2026 batch! Applications are open till May 4
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
doc () { curl "https://cheat.sh/$1" | less }