I generally work a fair amount from the command line in order to launch vim, git, ssh and so on. However, I find the Finder's columnar view more natural for browsing through my files. Unfortunately, it's less natural for everything I want to do with the files.
What about the best of both worlds? Are there any popular command line programs / commands out there that deviate from the standard set by the venerable cd and ls for navigating and browsing files in the terminal? I'm sure people must have tried interesting ways of visualizing files, opening folders, etc.
bash. When you pressed tab you could select the dir/file from an ncurses dialog. for some tasks it was really great for others quite annoying. – yi_H Jul 9 '11 at 20:45