Skip to content

Elixir command-line client for tldr pages

License

Notifications You must be signed in to change notification settings

MyGitUsername/extldr

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ExTldr

Codacy Badge Coverage Status Build Status Inline docs

ExTldr is an Elixir client for tldr-pages. The following major improvements have been made from the original repo:

  • Colorized output
  • Caching

Requirement

Usage

Once you have downloaded ExTldr, and unzipped in the case you downloaded a release, you can execute the script: ./extldr

The first argument of the script is the operating system, the second argument is the command/term you want search. Below there are some examples:

  • Search command feh in the pages of your current operating system:

    extldr feh

  • Search Linux command adduser:

    extldr linux adduser

  • Search a common command, chroot, in different operating system:

    extldr common chroot

  • Search Linux command cat, available in common pages due it is available in different operating systems:

    extldr linux cat

Then, if you like, you can make it globally available with a symbolic link or adding it to your PATH.

Planned for next versions

Although I prefer to track possible enhancements and ideas in the issues, below there are some essentials:

  • Multilingual support (#1).
  • Check by default the operating system in which ExTldr is being executed (#2).

Inspiration

ExTldr is heavily inspired by the great and awesome work of the tldr-pages community and the actually archived TLDR Elixir Client developed by Eduardo Gurgel.

License

ExTldr is licensed under the GNU General Public License v3.0.

About

Elixir command-line client for tldr pages

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Elixir 100.0%