Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Favourites / Shortcuts - A possibility to run specific shell commands #183

Open
sandreas opened this issue Sep 19, 2022 · 2 comments
Labels
enhancement New feature or request

Comments

@sandreas
Copy link

sandreas commented Sep 19, 2022

Hello,

I would love to have a small menu bar at the top or bottom, where I can place custom clickable shell commands.

Examples:

  • home - command cd "$HOME"
  • monitoring - command btop / htop / top
  • sysupgrade - command sudo apt update && sudo apt -y upgrade && sudo apt -y dist-upgrade

Configuration:

  • Text (Here it would be great, if emojis were supported) - so you could have text but also icons or combinations
  • Command
  • Confirmation required (yes / no) - for rm commands or something risky
🏠 home | 🖥️ monitoring | 🔄 sysupgrade
____________________________________

$ cd "$HOME"


____________________________________
Alt + 1                    | + | ^ |
____________________________________

What do you think?

@amezin amezin added the enhancement New feature or request label Nov 16, 2022
@pesader
Copy link
Contributor

pesader commented Feb 2, 2023

I think one way to implement this feature with minimal changes to the UI would be displaying a menu with the favorite commands when the new tab button is clicked. Would that fit your use-case?

@amezin
Copy link
Member

amezin commented Nov 6, 2023

This could be implemented through profiles #638 - like in GNOME Terminal

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants