by danobi on 1/16/15, 2:44 AM with 2 comments
by danobi on 1/16/15, 2:44 AM
How many times have you done "ls; cd <xx>; cd ..; ls; cd <yy>; etc"? With that tedium in mind, I set out to create a simple ncurses utility to combine ls and cd. As luck would have it, actually implementing the directory changing functionality was done last. I guess I have to chalk this one up to experience.