PowerToys Run Plugin Manager (ptr) plugin for Oh My Fish and Fisher,
- PowerToys must be installed on your system.
- Enable the PowerToys Run feature in the PowerToys settings.
- PowerToys Run Plugin Manager (ptr) must be installed on your system and added to the
$PATH
environment variable viafish_add_path
.
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.
omf install https://github.com/Asim-Tahir/ptr.fish
fisher install Asim-Tahir/ptr.fish
Base structure heavily inspired from jhillyerd/plugin-git
. Thanks for the amazing plugin.