How can we make the output of some shell commands visible ?

We are using shellPrompt in XMonad.Prompt.Shell to run shell commands as below: ((modm, xK_s), shellPrompt myXPConfig) it works however we can see any output of some shell commands, i.e. `ls -l`. Sincerely!

How about "xmessage `ls -l`" or similar?
~d
Quoting z_axis
We are using shellPrompt in XMonad.Prompt.Shell to run shell commands as below: ((modm, xK_s), shellPrompt myXPConfig)
it works however we can see any output of some shell commands, i.e. `ls -l`.
Sincerely!
_______________________________________________ xmonad mailing list xmonad@haskell.org http://www.haskell.org/mailman/listinfo/xmonad

On Tue, Jan 1, 2013 at 9:41 PM,
How about "xmessage `ls -l`" or similar?
If it's not too big... and it still loses stderr. I suggested XMonad.Util.Dzen in channel; it may be possible to wire that into Prompt somehow. -- brandon s allbery kf8nh sine nomine associates allbery.b@gmail.com ballbery@sinenomine.net unix, openafs, kerberos, infrastructure, xmonad http://sinenomine.net
participants (3)
-
Brandon Allbery
-
wagnerdm@seas.upenn.edu
-
z_axis