Well... Actually, the hard work was (and is) for creating GUI library "EasyBashGUI" https://sites.google.com/site/easybashgui/.It appears that you have put a lot of work into your editor.
Sincerely, I finished first version of lxmenuman in one day.
Other 2 days for debugging.
You know, I like more give to other people tools to manage their problems, like function libraries.Do you have any other neat programs?
Hence, EasyBashGUI.
When you can write something like this:
Code: Select all
source easybashgui
message "Click OK to start program"
wait_for "Processing..."
[YOUR CODE]
terminate_wait_for
ok_message "Operation finished!"
For same reason, I wrote "EasyBashWEB" https://sites.google.com/site/easybashweb/
for those ones that want use browser interface for their scripts.
Code: Select all
web_itable \
-l \
-c "blue,white" -C "black,yellow" \
-T "My very nice table... (with \"-l\" arg)" \
-N 3 \
"1 person" "2 person" "3 person" "I" "NULL" "he/she" "we" "you" "they"
The only "public" relevant program (and not a library) that I wrote (using my libraries) is "Bash!Karaoke" https://sites.google.com/site/bashkaraoke/
I was able to use Bash to read karaoke midi!!!
Unfortunately, its development is stopped, because I'm waiting for a Python frontend (to enable fullscreen karaoke window, impossible with bash).
Anyway, last Bash!Karaoke version is the 6.0.0, and you find it here https://sites.google.com/site/bashkarao ... TA6.tar.gz.
(Sorry for the long post... )
Cheers