Hacker Newsnew | past | comments | ask | show | jobs | submitlogin
Rich Command Shells (waywardmonkeys.org)
25 points by goranmoomin on Dec 6, 2021 | hide | past | favorite | 3 comments


What I would love to see is an integrated finder+command line type of terminal. Imagine having a file explorer on the left, and whenever you click on a folder it auto `cd` into that folder or if you click on a file you can open it in $EDITOR.

Then you could just start typing bash/python into it to do some programming


This may sound like a facetious reply (its not intended as such!), because what I'm suggesting is itself a self-programmable (from the outside-to-in, as opposed to emacs/vim from the inside-to-out) almost "live" environment, akin to emacs, but ...

have you looked at [acme](https://research.swtch.com/acme)?

It does EXACTLY what you describe above (but the rest of the environment is different enough that you need to spend some time to buy into its philosophies)


Something like ranger?

https://ranger.github.io/

Ctrl-S opens the shell in the current directory, l/right opens what's under the cursor if it's a regular file or navigates to it if it's a directory.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: