This is a program that tries to mimic Windows' Run prompt. It's incredibly lightweight and allows you to run anything that xdg-open
can.
Sup-R is a play on words with Win+R and Linux's Super key. Combining the two, ultimately I came up with Sup-R.
The program has been tested and works on the following Linux distros:
- Ubuntu 22.04 - 22.10 ✅ -QuarTheDev, manOnWebs
- Fedora 36 [~] -QuarTheDev
ⓘ If this program works on your distro but is not listed here, please fill out this form to both help Sup-'R' development and get credit for it!
zenity
(for GTK+ dialogs)xdg-utils
(for opening directories and files)sed
(for identifying distro)*
ⓘ sed
will no longer be a requirement in later releases.
- Open any file, directory, and most websites
- Browse for any file or directory (including network drives)
Open your terminal and enter the following command;
bash <(curl -sSL https://raw.githubusercontent.com/QuarTheDev/Sup-R/main/install/init.sh)
A command line will open, which will automatically retrieve essential items that it needs for installation, and will install Sup-'R' in ~/.run-prompt/.
You now have a functional Run prompt in Linux! Congratulations.
If you'd like to take it a step further and make it run when you press ❖ + R, you should be able to assign the shell script to that keybind in your distro's keyboard settings.
For Ubuntu, go to:
Settings › Keyboard › View and Customize Shortcuts › Custom Shortcuts › Add Shortcut
Add the following path:
/bin/sh /home/$USERNAME/.run-prompt/run.sh
Then select the Set Shortcut... button, and bind it to ❖ + R, or really anything you want. Enjoy!
Close the run prompt completely, then run the following command in your terminal:
bash <(curl -sSL https://raw.githubusercontent.com/QuarTheDev/Sup-R/main/uninstall/init.sh)
In the future, I plan to work on the following features:
- An option to hide the terminal so only the run dialog is visible
- A way to automatically assign ❖ + R to launch Sup-R
- A
yad
port for more features (see v1cont/yad)
There's a small list of known issues. They are currently being worked on or investigated;
- On Ubuntu, adding the script to a keybind results in only the first dialog appearing.
- On some systems, double-brackets are interpreted as a command when ran as a standalone shell script rather than curling from GitHub.
- On Fedora Workstation, all dialog boxes appear in a light mode regardless of user settings.
Will there be a Mac release?
No, I've never touched an Apple-made PC before and that probably won't change.
I found a small error that won't affect the overall execution of SpotX-GUI. What do I do?
I encourage you to make an issue regardless of the severity. General syntax errors are fine, but anything else feel free to make an issue.
Did anyone really ask these questions?
Nope