rodlie / qtfm

Qt File Manager
https://qtfm.eu
GNU General Public License v2.0
158 stars 46 forks source link

Discussion: Shell #128

Open imrn opened 5 years ago

imrn commented 5 years ago

1) Currently, gui filemanagers and command shells are seperate islands. But this split also divides every day computing workflow in worst inergonomic means.

2) There are scientific/programmatic "notebooks" specific to certain domains. for example https://jupyter.org.

3) Personally I'd like to browse/expand/collapse/modify/save/reuse outputs/reuse commands/etc while navigating in the filemanager.

4) These commands may span multiple shells (sh/bash/python/ etc.)

5) To begin with I'd suggest a cheap experiment for an embedded "meta" shell in qtfm. That is;

rodlie commented 5 years ago

It would be nice, but I don't have the resources to work on this feature at the moment.

imrn commented 5 years ago

Just a note: https://github.com/xonsh/xonsh is an interesting project.

rodlie commented 5 years ago

I will use https://github.com/lxqt/qtermwidget

I already use qterminal, so my not(?).

This will of course be an optional feature, and I don't know when I get the time to implement this.

rodlie commented 5 years ago

Did some testing with qtermwidget in qtfm7: qtfm7-testing-01 qtfm7-testing-02 qtfm7-testing-03

Seems to work ok :)