tui-scripts/tui-scripts_1.10-1/usr/local/bin/r

5 lines
209 B
Plaintext
Raw Normal View History

2024-04-06 14:43:20 +00:00
#!/bin/bash
trap 'clear' SIGINT
setxkbmap
cat ~/.aliases.txt | fzf | cut -d : -f 2- | sed s/\ // | (stty -F /dev/tty -echo; xargs -0 -I _ xdotool type --delay 0 _; stty -F /dev/tty echo) && xdotool key Return