-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Is it possible to use commands with Compa that continuously outputs text (on
the same line) but never exits?
I would like to be able to run a program, and whenever this program receives
something, it outputs it to the command line. It's always running, and the new
output replaces the old, so there's only one line. When I try to use this
program with Compa, it hangs after pressing the OK button. Probably because the
command I specify never exits, it just keeps outputting.
Is it possible to add a feature where Compa can be used with these types of
programs, perhaps simultaneously making the "Update interval" optional?
Thanks for this very useful applet by the way!
Original issue reported on code.google.com by runesv...@gmail.com on 12 Oct 2011 at 2:15
Reactions are currently unavailable