Add some commands
This commit is contained in:
5
.local/bin/station-launch-tui
Executable file
5
.local/bin/station-launch-tui
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Launch the TUI command passed in as an argument in the default terminal with an org.station.COMMAND app id for styling.
|
||||
|
||||
exec setsid uwsm-app -- xdg-terminal-exec --app-id=org.station.$(basename $1) -e "$1" "${@:2}"
|
||||
Reference in New Issue
Block a user