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
2025-01-20 12:49:27 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
1fbcb1ee9d
fish-shell
/
share
/
functions
/
__fish_complete_lsusb.fish
4 lines
83 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
reformat all fish scripts I hate doing this but I am tired of touching a fish script as part of some change and having `make style` radically change it. Which makes editing fish scripts more painful than it needs to be. It is time to do a wholesale reformatting of these scripts to conform to the documented style as implemented by the `fish_indent` program.
2016-11-28 13:27:22 +08:00
lsusb
|
awk
'{print $2 ":" $4}'
|
cut
-c1-7
新文件: share/completions/lsusb.fish 新文件: share/functions/__fish_complete_usb.fish
2014-01-12 11:59:46 +08:00
end
Reference in New Issue
Copy Permalink