Comment by urmish
8 years ago
Sweet. Added this to my bashrc file.
tldr() { curl -s https://raw.githubusercontent.com/tldr-pages/tldr/master/pages/common/$1.md | less ; }
8 years ago
Sweet. Added this to my bashrc file.
tldr() { curl -s https://raw.githubusercontent.com/tldr-pages/tldr/master/pages/common/$1.md | less ; }
If you have Pandoc and w3m: