Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
darkpuma
on July 9, 2019
|
parent
|
context
|
favorite
| on:
Rsync, GUIs, power, control, design, and decisions
In my experience the coverage is shockingly good. And if you find a case where there is no tldr, you're back where you're started having lost not more than five seconds. The failure case is graceful, so it was easy to put tldr into my workflow.
weaksauce
on July 9, 2019
[–]
I wonder if tldr returns a meaningful exit value that you could write an alias/function for something like tldr $term || man $term
darkpuma
on July 9, 2019
|
parent
[–]
Definitely; tldr returns 0 on success, 1 on failure.
tldr_or_man() { tldr $1 || man $1 }
Consider applying for YC's Spring batch! Applications are open till Feb 11.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: