This is keypirinha-tldr, a tldr pages plugin for the Keypirinha launcher. Now, experience the comfort of navigating console commands in tldr pages right from your favourite launcher.
The easiest way is to use the Install Package
command of PackageControl by @ueffel (must be installed manually)
Install Package "tldr"
- Download
tldr.keypirinha-package
from the releases page. - Copy the file into
Keypirinha\portable\Profile\InstalledPackages
(Portable mode) OR%APPDATA%\Keypirinha\InstalledPackages
(Installed mode)
This plugin adds the following items to the Catalog. These items can be accessed by entering any of the keywords in the item name.
-
tldr: Search
Select this item to search for a console command in tldr pages. Requires input arguments in the format:
[-p PLATFORM] [-L LANGUAGE] command
- The default platform is windows, but can be modified in the plugin configuration file. The default platform can be overridden at runtime by using the
-p
option followed by the desired platform.
Platforms supported by tldr are linux, windows, osx and sunos.
If the command does not exist for the desired platform, the tldr page results for the command corresponding to the platform for which it exists, will be shown. - The default language is en, but can be modified in the plugin configuration file. The default language can be overridden at runtime by using the
-L
option followed by the desired language.
Languages supported by tldr are en, bs, da, de, es, fa, fr, hbs, hi, id, it, ja, ko, ml, nl, no, pl, pt_BR, pt_PT, ru, sv, ta, th, tr, zh, zh_TW.
When using the-L
option, an error will be thrown if the the tldr page for a command does not exist the the desired language.
- The default platform is windows, but can be modified in the plugin configuration file. The default platform can be overridden at runtime by using the
-
tldr: Update Page Cache
Select this item to force an update of the local tldr page cache. Local cache will only be maintained for the languages specified in the plugin configuration file. Please check the configuration file of the plugin for options related to updating local page cache implicitly.
Note: Page cache updates may take some time depending on the network connection and system configuration.
Please consult the plugin configuration file for details on all possible configuration options.
- First Release 🎉
This package is distributed under the terms of the MIT license.
- @polyvertex, for developing the super fast launcher Keypirinha.
- tldr pages, for the awesome project.
- tldr-alfred by @cs1707, for the inspiration.
- Check for open issues or open a fresh issue to start a discussion around a feature idea or a bug.
- Fork this repository on GitHub and start making your changes to a new branch.
- Send a pull request.