MainDots/Configs/fish/functions/btb.fish

5 lines
232 B
Fish
Raw Normal View History

2024-04-14 18:18:23 +00:00
function btb --wraps='bluetoothctl info 0C:AE:BD:DB:52:3A | grep Percentage' --description 'alias btb=bluetoothctl info 0C:AE:BD:DB:52:3A | grep Percentage'
bluetoothctl info 0C:AE:BD:DB:52:3A | grep Percentage $argv
end