ifacethoughts

Posts in tools Category

uzbl - The Stripped Down Browser

I am trying out the uzbl browser for last couple of days. It follows the unix philosophy to strip down a browser of everything else other than visiting the web sites. Everything else, even the management of cookies, bookmarks, history and downloads is outsourced to external scripts. [Continue]

Power Tools Are Terrible Clones

I have been saying this for Linux, but I guess it applies for all the power tools. Power tools are terrible clones, they serve you the best when you use them as themselves. I have heard innumerable complaints about tools being difficult because they are different. [Continue]

Extending Bash Auto-Completion

One of the ways of making command line more usable is by providing auto-completion. It is a non-intrusive way of freeing the user from the burden of remembering options. Bash provides something called programmable completion which can be extended for your own applications. [Continue]

IE8 Is Here

Microsoft IE8 is finally here, popular opinion is that it will find its users only amongst the existing IE users. IE8 is not trying to appeal to users of its competitors. However, I sincerely hope that it at least appeals to IE6 users enough to make it extinct soon. [Continue]

vi - The Interface

Most of us know about the most popular clone of vi - vim. Here are some more editors that are either vi clones or support emulations: bvi - binary text editor Yi - text editor written in Haskell with both vim and emacs goodness Kate - The vi input mode jVi - a clone which is also a plugin for NetBeans nvi - a clone distributed with BSD viper - vi emulation on top of Emacs jsvi However, vi has also inspired applications/plugins of completely different classes. Here are some examples: bash - a Unix shell has vi mode vimperator - an addon for Firefox, a Web browser, to make it behave like vim vimperopera - vimperator for Opera, another Web browser viemu - vi/vim emulator for Visual Studio, Word, Outlook and SQL Server vifm - ncurses based file manager with vi like key-bindings xzgv - image viewer mutt - text based email client apvlv - a PDF reader that behaves like vim xmonad - a tiling window manager with some vim-like key-bindings Google Reader - web based feed reader, and Gmail - a web based mail client, both borrow from vim key bindings No wonder I thought of using the familiar interface while designing an application. [Continue]

Got Tiled With xmonad

I have started using xmonad as my primary window manager this year. I had first tried xmonad while learning Haskell. xmonad is a tiling window manager, which means that windows on your desktop border upon each other without overlapping. [Continue]

This is the weblog of Abhijit Nadgouda where he writes down his thoughts on software development and related topics. You are invited to subscribe to the feed to stay updated or check out more subscription options. Or you can choose to browse by one of the topics.