bash
GUI scripting in bash
This week’s techmail is GUI scripting in bash which takes a look at a few options for GUIfying your bash scripts: Zenity (for GNOME) and kdialog for KDE. My favourite is Zenity since I use GNOME, and it doesn’t require all this whacky DBUS stuff (although I suppose maybe using DBUS makes kdialog more powerful, [...]
Using vi key bindings in bash and zsh
Been busy redoing my office this week and was busy with Mandriva release stuff last week so I forgot to put up the new TechMails. Last week’s techmail was Using vi key bindings in bash and zsh, which looks at using, you guessed it, vi keybindings instead of the default emacs-style bindings. Personally, I like [...]