trogdoro / xiki

A shell console with GUI features

Home Page:http://xiki.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Executing unending processes from Xiki notes

echosa opened this issue · comments

I use unison for file syncing. I usually run unison in its own terminal, and leave it running throughout the work day. It continuously runs, watches for file changes, and syncs files on save. It outputs to the terminal when it syncs and when it's done syncing.

When I execute unison from a Xiki note, Xiki just tells me the process is taking a long time, and I can press Esc to stop it. I obviously don't want to stop it. However, since it seems to be running in the background, I don't get the sync information displayed out to the terminal to watch for errors, etc.

Is it possible to start a constantly running process like unison from Xiki notes and either a.) see the output in Xiki like I would in bash, or 2.) exit back out to bash but still have the process running and the output going to stdout as usual?

Oh, sweet. Ctrl-G is what I was needing! I should have known that, from the tutorial. :-P

Great to know about the & prompts, though. I don't think that was in the tutorial.

Thanks!

Maybe add the shortcuts to the bottom guide, nano style? Open (^O) Goto (^G) It'd be a bit cluttered, probably.