This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
fish-shell
Watch
2
Star
0
Fork
You've already forked fish-shell
0
mirror of
https://github.com/fish-shell/fish-shell
synced
2024-11-14 08:58:01 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
e8bed9e038
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 07:28:15 +00: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 05:27:22 +00:00
lsusb
|
awk
'{print $2 ":" $4}'
|
cut
-c1-7
新文件: share/completions/lsusb.fish 新文件: share/functions/__fish_complete_usb.fish
2014-01-12 03:59:46 +00:00
end
Reference in a new issue
Copy permalink