DEV Community

Discussion on: What was your win this week?

Collapse
 
ronan696 profile image
Ronan D'Souza • Edited

Developed my own open-source project after a hiatus (a long one 😁).

GitHub logo ronan696 / keypirinha-tldr

Keypirinha plugin for tldr pages.

keypirinha-tldr

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.

keypirinha-tldr

Install

Managed

The easiest way is to use the Install Package command of PackageControl by @ueffel (must be installed manually)

Install Package "tldr"

Manual

  • Download tldr.keypirinha-package from the releases page.
  • Copy the file into Keypirinha\portable\Profile\InstalledPackages (Portable mode) OR%APPDATA%\Keypirinha\InstalledPackages (Installed mode)

Usage

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…