This is Command, a plugin for the Keypirinha launcher.
This plugin provides an easy way to execute simple commands from Keypirinha.
Command demo |
There are two ways to install:
-
Using PackageControl:
- Invoke Keypirinha and type
install package
. - Click enter.
- Now search for package
Keypirinha-Command
. - Again press enter.
- Invoke Keypirinha and type
-
Manual:
Download the latest plugin file from here.
Once the
Command.keypirinha-package
file is downloaded, move it to theInstalledPackage
folder located at:Keypirinha\portable\Profile\InstalledPackages
in Portable mode- Or
%APPDATA%\Keypirinha\InstalledPackages
in Installed mode (the final path would look likeC:\Users\%USERNAME%\AppData\Roaming\Keypirinha\InstalledPackages
)
NOTE: You may have to manually restart Keypirinha to see the package activated.
- NO configuration is required.
Invoke Keypirinha and put the command to be executed in following format:
[>] [command (can contain spaces)]
-OR-
[>>] [command (can contain spaces)]
e.g.
> echo 'Hello World'
>> ping google.com
Command usage |
Running any command with >>
will close the CMD after completion of the command.
In case of >
, CMD will be kept open!
There are two actions available irrespective of the configuration.
Command actions |
- Keep Open: Do not close the prompt after running the command.
- Close CMD: Close the prompt after running the command.
NOTE: These actions have first preference, if applied with a command.
- Added >> (CMD close keyword).
- Updated README.
- Updated config file.
- Added PackageControl section in README.
- Updated config file.
- Initial release.
- Added actions.
MIT, that's it.
Waiting for the first name to appear here.
Here is how to contribute:
- 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 to start making your changes to the dev branch.
- Send a pull request.
- Add yourself to the Contributors section below (or create it if needed)!
No, Thanks to all.