lord63 / tldr.py

A python client for tldr: simplified and community-driven man pages.
MIT License
186 stars 18 forks source link

Support locate the man page, #11 #18

Closed lord63 closed 8 years ago

lord63 commented 8 years ago

Find the location:

$ tldr locate sed
/home/lord63/code/tldr.py/temp/tldr/pages/common/sed.md

Edit it:

$ tldr locate sed | xargs gedit
codecov-io commented 8 years ago

Current coverage is 100.00%

Merging #18 into dev will not affect coverage as of ef22804

@@              dev     #18   diff @@
=====================================
  Files           4       4       
  Stmts         134     142     +8
  Branches        0       0       
  Methods         0       0       
=====================================
+ Hit           134     142     +8
  Partial         0       0       
  Missed          0       0       

Review entire Coverage Diff as of ef22804

Powered by Codecov. Updated on successful CI builds.