Live data from Hacker News

Spicing unix shell scripts

cyberciti.biz

11–16 of 16 posts

Re: Spicing unix shell scripts

#11

"There are some misconceptions that shell scripts are only for a CLI environment. You can easily use various tools to write GUI and/or network (socket) scripts under KDE or Gnome desktops. With the following tools you can build powerful, interactive, user friendly UNIX / Linux bash shell scripts." What's even better is that you can use BaCon to unify, and expand upon, pretty much everything mentioned in the article.…

[deleted]

Re: Spicing unix shell scripts

#15
post #4

The only thing I do and would use there is "logger". The rest is about showboating. A GUI and a script should never be entangled if you ask me. There should be no coupling there. Everything script-related should run quite happily non interactive. A GUI could drive a script however via the script's API. I think ESR wrote about this in TAOUP (The Art Of Unix Programming) but I can't be bothered to dig through it now fo…

Personally I use notify-send for warnings (such as battery getting low). Even though I do have a separate battery bar, it helps remember to plugin.
Post reply on HN