ifacethoughts

Posts in tools Category

Help Yourself With xdg-open

I am a keyboard junkie, and I encourage others to use it more than the average use and experience the change, whether it is in the console or one of the modern keyboard-driven launchers. One of the complaints I keep hearing is that with the command line, people have to type in name of the executable to open a document. Whereas in the GUI world, you just double-click on a document, or on the application icon. [Continue]

New Tools I Picked Up In 2009

I have picked up some interesting new tools last year. Some of them have changed the way I work. xmonad: A wonderful tiling window manager that has found a place in all my monitors, with different resolutions dmenu: IMHO the best launcher out there centerim: Console or not, this is the best and least intrusive way of chatting GNU Screen: An immensely useful terminal multiplexer git: A version control system that lets you code first and worry about version control later Chromium: It just sped past all the existing browsers. [Continue]

Cursor Shape In XFCE Terminal

I prefer ibeam cursors to the block ones, I find them less obtrusive. However, I could not find an option to modify the cursor shape in the XFCE terminal preferences; until I looked under the hood. In ~/.config/Terminal/terminalrc the value of MiscCursorShape is set to TERMINAL_CURSOR_SHAPE_BLOCK by default. [Continue]

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]

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.