2
0
Fork 0
mirror of https://github.com/fish-shell/fish-shell synced 2025-02-01 06:43:39 +00:00
fish-shell/share/functions/__fish_complete_lsusb.fish

4 lines
79 B
Fish
Raw Normal View History

2014-01-14 07:28:15 +00:00
function __fish_complete_lsusb
lsusb | awk '{print $2 ":" $4}'| cut -c1-7
end