I would like to be able to (double) click a file from the ls output and open it with the associated program. Anyone knows a way to do this?

Mouse-console interaction is possible with GPM and links shows how it works.

link|improve this question
feedback

1 Answer

The only think I could think of is if you write some sort of program using GPM and a simple programming language that can implement GPM. Then if you use this, you could replace the ls file in your binary folder (probably either /bin or /usr/bin) with this program (in compiled form).

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.