Skip to content

Asim-Tahir/ptr.fish

Repository files navigation

ptr.fish

PowerToys Run Plugin Manager (ptr) plugin for Oh My Fish and Fisher,

MIT License Fish Shell v3.6.0 Oh My Fish Framework



Prerequisites

Completions

This plugin provides robust command completions for the PowerToys Run Plugin Manager (ptr):

  • Main Commands: Complete all available commands like init, add, update, remove, list, etc.
  • Command Aliases: Support for shorter aliases like a (add), u (update), r (remove), l (list), p (pin)
  • Options: Auto-complete command-specific options (e.g., --version, --all, --dry-run)
  • Nested Commands: Support for nested subcommands like pin add, pin remove, pin list, etc.
  • Help Navigation: Contextual help completions for all commands and subcommands

Completions are automatically installed with the plugin and work right away.

Install

Oh My Fish:

omf install https://github.com/Asim-Tahir/ptr.fish

Fisher:

fisher install Asim-Tahir/ptr.fish

Credit

Base structure heavily inspired from jhillyerd/plugin-git. Thanks for the amazing plugin.

License

MIT © Asim Tahir