bash-shortcuts icon indicating copy to clipboard operation
bash-shortcuts copied to clipboard

A Steam Deck plugin for creating custom shortcuts that can be launched from the Quick Access Menu. Uses Bash under the hood.

Results 9 bash-shortcuts issues
Sort by recently updated
recently updated
newest added

- removed old package-lock.json - updated package.json and rollup.config.js (DFL!) - removed deprecated setting from tsconfig.son and fixed errors in code - updated loading of shortcuts in Content component

- script will prepare plugin for release and package it in the zip - set up vscode tasks for release.sh - updated git ignores

I have a script to toggle the mute state of the steamdeck: `pactl set-sink-mute @DEFAULT_SINK@ toggle' It works in desktop mode, it also works with the Quick Launch decky plugin...

Greetings! Unable to launch created shortcuts. Examples of how I tried: bash-shortcuts.json ```javascript { "shortcuts": { "fb42129d-a7e3-4958-927b-36741f203f65": { "id": "fb42129d-a7e3-4958-927b-36741f203f65", "name": "FileBrowser", "cmd": "LD_PRELOAD= QT_SCALE_FACTOR=1.25 konsole -e /bin/bash --rcfile

@Tormak9970 I have created a shortcut with the following command ``` echo -e $(echo $(printf 'f%.0s' {1..12}; printf "$(echo aa:bb:cc:dd:ee:ff | sed 's/://g')%.0s" {1..16}) | sed -e 's/../\\x&/g') | socat...

Hello, I recently got my hands on a new Steam Deck and I wanted to make system management and file transfer less painful without having to switch back and forth...

Hi, I'm aware this is not an issue but I had no idea where else to post this. Can you add a hook for when the steam deck wakes from...

Hi, I'm trying to make a script for syncing save games on non-steam games. I created a 2 scripts for each Game Start and Game End hooks, but never got...

As before the game start hook doesn't seem to properly execute a command using "systemctl --user stop dropbox.service" as the command and launch it as app the only sign that...