Add some commands

This commit is contained in:
2026-03-03 23:54:23 +00:00
parent d14e4a633e
commit b63ac63104
37 changed files with 265 additions and 0 deletions

5
.local/bin/station-launch-tui Executable file
View 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}"