improve blue

This commit is contained in:
joachimschmidt557 2019-12-12 15:59:54 +01:00
parent f2c85aaf10
commit 04fb50ffc0

2
blue
View file

@ -1,6 +1,6 @@
#!/bin/sh #!/bin/sh
RECENT=$(fish -c "history | grep -v 'grep' | grep 'bluetoothctl connect' | awk '{print \$3;}'") RECENT=$(fish -c "history | grep -v 'grep' | grep 'bluetoothctl connect' | awk '{print \$3;}' | uniq")
OPTION=$(echo "$RECENT" | cat <<EOF | dmenu) OPTION=$(echo "$RECENT" | cat <<EOF | dmenu)
On On