I have been using run panel as an easy interface to run different simple or complex tasks for many years. It became so handy that I thought that can be defined as separate tool.
This Windows project let you to use run panel to do different things, and you can define your own custom actions:
- Operation (run script)
- Open URL (from browser history)
- Fetch information (from user defined text file)
- Manage and navigate windows desktops
- Open file explorer
- Copy sth to clipboard
These are defined by key commands o, u, i, d, e and cp by default. But it is pretty simple to customize them.
Like example below is running shot operation:
You can pass multiple string arguments and an int argument, and some predefined values like env argument. Those are passed to python function and easy to customize.
Example below to call demo
script, and pass arguments.
You can also call specific function in the script
This way you can easily create your own scripts and run them quickly.
Let see example of any of these predefined actions in following sections
more about information command
It is mostly up to you, how you want to customize it
cp aws
=> get aws credential
cp myip
=> get your ip address
try to add sth that is useful for you
pip install -r requirements.txt
python installer.py
What it does:
- This add current directory to path env variable (if not added earlier)
- Create key bat files and their link files (if not created earlier)
- Create directory for each key (if not created earlier)
So, you can manually do the job, if installer fails to complete the task.