fish-shell/share/functions/__fish_complete_setxkbmap.fish
2012-06-13 16:46:13 +04:00

3 lines
211 B
Fish

function __fish_complete_setxkbmap --description 'Complete setxkb options' --argument-names what
sed -e "1,/! $what/d" -e '/^\s*$/,$d' /usr/share/X11/xkb/rules/xorg.lst | sed -r 's/\s+(\S+)\s+(.+)/\1\t\2/'
end