This website requires JavaScript.
Explore
Help
Register
Sign In
github-mirror
/
fish-shell
Watch
2
Star
0
Fork
0
You've already forked fish-shell
mirror of
https://github.com/fish-shell/fish-shell.git
synced
2024-11-25 09:39:52 +08:00
Code
Issues
Actions
2
Packages
Projects
Releases
Wiki
Activity
a0127a0c7a
fish-shell
/
share
/
functions
/
__fish_complete_lsusb.fish
4 lines
79 B
Fish
Raw
Normal View
History
Unescape
Escape
Rename __fish_complete_usb function.
2014-01-14 15:28:15 +08:00
function
__fish_complete_lsusb
新文件: share/completions/lsusb.fish 新文件: share/functions/__fish_complete_usb.fish
2014-01-12 11:59:46 +08:00
lsusb
|
awk
'{print $2 ":" $4}'
|
cut
-c1-7
end
Reference in New Issue
Copy Permalink