You are not logged in.
Pages: 1
I've written a script to support bash completion for netcfg2.
Here it is:
http://fatcat.ftj.agh.edu.pl/~sitarzm/A … on/netcfg2
Just download it and place it in /etc/bash_completion.d, log out and login again and give it a try.
Offline
Offline
Why not mail this to iphthus and get it included in the next release of netcfg?
[git] | [AURpkgs] | [arch-games]
Offline
oh noooooooo
what about zsh?
/me cries
All these times I started to type "netcfg .." and then I am like "oh sh*t, I need to type my profile now, why isn't it completed"
pacman roulette : pacman -S $(pacman -Slq | LANG=C sort -R | head -n $((RANDOM % 10)))
Offline
aur/zsh-netcfg 2.0-1
A zsh completion function for netcfg
there you go
Offline
Why not mail this to iphthus and get it included in the next release of netcfg?
I did it some time ago.
I also filled a bug/request in flyspray.
There's also a package bash-completion-netcfg in AUR: http://aur.archlinux.org/packages.php?ID=24127
Last edited by MAC!EK (2009-09-01 16:25:11)
Offline
Since the script was quite old I replaced it with a new version on that site:
http://fatcat.ftj.agh.edu.pl/~sitarzm/A … ion/netcfg
or
http://fatcat.ftj.agh.edu.pl/~sitarzm/A … on/netcfg2
uastasi if you want the completion to work with 'n' command add a line at the end:
complete -F _netcfg n
Offline
Since the script was quite old I replaced it with a new version on that site:
http://fatcat.ftj.agh.edu.pl/~sitarzm/A … ion/netcfg
or
http://fatcat.ftj.agh.edu.pl/~sitarzm/A … on/netcfg2uastasi if you want the completion to work with 'n' command add a line at the end:
complete -F _netcfg n
Awesome, thank you :)
Offline
Pages: 1