Sponsored Content
Top Forums Shell Programming and Scripting Blog-Thread: Creating a Shell Wrapper and Runtime Modifier (SWARM) Post 303045155 by sea on Thursday 12th of March 2020 07:11:13 PM
Old 03-12-2020
Colors are working now! Smilie
Gave it a shot this afternoon for a few minutes (first image), but since the sun was shining, I decided to not sit in front of the computer Smilie
Image

So I then continued like 1 hr and 5 minutes ago....
Image

And a a few adjustments later, voila, the result is screenshot:
Image

Allthough I had code written already for that, I could only re-use 2 lines of code, the other 140 lines (total, incl yesterday) were/are freshly written.


I'm so happy, now that the core visuals are done (already!!!), I can focus on the cool part....
Convenience functions, like: ask, choose, edit, progress, download and all the other small things Smilie

You have NO IDEA how much I MISS my TUI!!
But I force myself to continue SWARM until I can replace all my TUI scripts.

Console/terminal feels sooo 1985 again...

Soon, very soon.. I hope Smilie

EDIT:
And just saying.. colors and borders are THEME'able! Smilie

EDIT2:
But for the roadmap ahead, I'll do these tomorrow:
* ask "Question?" ; the (yn) will be supported by language file & code!
* choose $list or "${ARRAY[@]}" ; the select wrapper
* and if, which probably will be the case, I have enough time, status $? "left text" "center text"

As this would complete what I consider the absolute minimal core requirements of SWARM.

Last edited by sea; 03-12-2020 at 08:40 PM..
 

9 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

korn shell version at runtime?

How can I check what kornshell version I am using at runtime from within a kornshell script? (3 Replies)
Discussion started by: qanda
3 Replies

2. Shell Programming and Scripting

crontab is not creating runtime files which are in script..

this is the output i am getting here.. cp: cannot create /wls_domains/eoigw/eoigwsA/deliv/cron/MailingScript/eoigwsA_Health_Status_Report.html: Permission denied /wls_domains/eoigw/eoigwsA/deliv/cron/MailingScript/ /wls_domains/eoigw/eoigwsA/deliv/cron/MailingScript/GenerateReport.sh:... (6 Replies)
Discussion started by: surekha268
6 Replies

3. Shell Programming and Scripting

Korn Shell Wrapper script

Hi Guys, I am trying write a wrapper script but I don't have any idea. I have 4 different korn shell scripts and all of them needs some parameters from command line (positional parameter). My script cant be interactive because its supposed to be automated. I am confused how can I write a wrapper... (6 Replies)
Discussion started by: pareshan
6 Replies

4. Web Development

Creating a blog site on a local computer

Hello! I would like to create a blog website on a web domain of mine. The blog will be used for publishing economics-lated articles. I tried to use a few open source packages for blog creation (WorldPress, b2evolution, Movable type) which I wanted to test on a local computer before arranging... (5 Replies)
Discussion started by: degoor
5 Replies

5. Programming

creating multiple threads using single thread id

Hi all, Can I create multiple threads using single thread_id like pthread_t thread_id; pthread_create(&thread_id, NULL, &print_xs, NULL); pthread_create(&thread_id, NULL, &print_ys, NULL); pthread_create(&thread_id, NULL, &print_zs, NULL); pthread_join(thread_id, NULL); what... (2 Replies)
Discussion started by: zing_foru
2 Replies

6. Shell Programming and Scripting

Shell Runtime Statistics

Hi, I am trying to capture runtime stats of a shell script (c shell). Are there system variables to call? Or should I create a date variable at the start of the script and at the end of the script? I am trying to capture the time if the script stops or ends with error. Please help. ... (4 Replies)
Discussion started by: CKT_newbie88
4 Replies

7. Shell Programming and Scripting

Wrapper Script in Perl Or shell

Hello, My requirement is based on Oracle where we run a perl script and it asked some questions.I want to write a wrapper which will answer all these questions. How is it possible. Thanks (16 Replies)
Discussion started by: cotton
16 Replies

8. Homework & Coursework Questions

Shell Script average runtime

Use and complete the template provided. The entire template must be completed. If you don't, your post may be deleted! 1. The problem statement, all variables and given/known data: Make a bash script that calculates average runtime for the first two scripts you made. The average should be... (17 Replies)
Discussion started by: navlelo
17 Replies

9. Shell Programming and Scripting

Shell Script and Progress Bar or GUI Wrapper

Hi, I have shell script that I am running under Ubuntu as root. Is it possible to hide the command window and show the user some sort of progress /random progress bar / or other form of GUI interaction? On MAC, I have been using Platypus but on Ubuntu I am not sure what to do. (4 Replies)
Discussion started by: naveedanwar4u
4 Replies
upsstats.html(5)					      Network UPS Tools (NUT)						  upsstats.html(5)

NAME
upsstats.html - HTML template for Network UPS Tools upsstats DESCRIPTION
This file is used by upsstats.cgi(8) to generate status pages. Certain commands are recognized, and will be replaced with various status elements on the fly. FORMATTING
All commands must be alone on a line, and start and end with @. A line that has any extra characters before or after the @ will be passed through unchanged. BLOCK CONTROL
Some commands begin blocks - sections of the template that will be included, excluded, or repeated depending on certain parameters. @FOREACHUPS@ Starts a block that will be repeated for each MONITOR directive in the hosts.conf(5). This is how you can generate pages that moni- tor all of your systems simultaneously. @ENDFOR@ Ends a FOREACHUPS block. @IFSUPP var@ Starts a block that will only be printed if the variable var is supported by the current UPS. This is generally used to suppress "not supported" messages by avoiding the label and variable call entirely. @ENDIF@ Ends an IFSUPP block. IFSUPP blocks may be contained within a FOREACHUPS block. Nesting and other combinations are not supported. OTHER COMMANDS
@AMBTEMP@ Insert the ambient temperature in the current temperature scale. @DATE format@ Insert the current date and time. The format string is passed to strftime, so almost anything is possible. See strftime(3) for possible values. @DEGREES@ Insert the entity for degrees (°) and either C or F depending on the current temperature scale. @HOST@ Insert the designation of the host being monitored, like myups@localhost. @HOSTDESC@ Insert the host's description from hosts.conf(5). @HOSTLINK@ Insert a link to upsstats.cgi with the "host" variable set to the current UPS. This is only useful within a FOREACHUPS block. @IMG varname [extra]@ Insert an IMG SRC to upsimage.cgi(8) for one of four possible status variables: BATTPCT - Battery charge - a percentage LOADPCT - UPS load - percentage OUTVOLT - Outgoing voltage (from the UPS) UTILITY - Incoming utility voltage extra is where you can put additional definitions. Right now the valid definitions are colors for various parts of the bars drawn by upsimage.cgi. Possible color names are: back_col - background color scale_num_col - scale number color summary_col - summary color (number at the bottom) ok_zone_maj_col - major scale color for the normal ("ok") zone ok_zone_min_col - minor scale color for the normal ("ok") zone neutral_zone_maj_col - major scale color for the neutral zone neutral_zone_min_col - minor scale color for the neutral zone warn_zone_maj_col - major scale color for the warning zone warn_zone_min_col - minor scale color for the warning zone bar_col - the color of the bar in the middle All colors are hex triplets - 0xff0000 is red, 0x00ff00 is green, and 0x0000ff is blue. Examples: @IMG BATTPCT@ @IMG BATTPCT back_col=0xff00ff bar_col=0xaabbcc@ @IMG UTILITY ok_zone_maj_col=0x123456@ @REFRESH@ Insert the META header magic for refreshing the page if that variable has been set by the browser. This needs to be in the HEAD section of the page. @STATUS@ Expand the abbreviations in the STATUS variable - OL becomes "On line", OB becomes "On battery", and so on. @STATUSCOLOR@ Insert red, green, or yellow color triplets depending on the severity of the current UPS status. Normal operations are green, warn- ings like voltage trim/boost or "off" are yellow, and other events like being on battery or having a low battery are red. @VAR varname@ Insert the current value of the status variable varname on the host being monitored, or "Not supported". @TEMPC@ Use the Celsius scale for temperature data (default). @TEMPF@ Use the Fahrenheit scale for temperature data. @UPSTEMP@ Insert the UPS temperature in the current scale. @UTILITYCOLOR@ Insert either #FF0000 (red) or #00FF00 (green) depending on the incoming utility voltage. By default this will return green, unless the utility is outside the bounds defined by lowxfer and highxfer. Those voltages are a function of your driver, and do not exist on all of them. @VERSION@ Insert the version number of the software. OTHER TEMPLATES
upsstats.cgi(8) will also open a file called upsstats-single.html if you call it with "host=" set in the URL. That file uses the same rules and techniques documented here. SEE ALSO
upsstats.cgi(8), upsimage.cgi(8) Internet resources: The NUT (Network UPS Tools) home page: http://www.exploits.org/nut/ NUT mailing list archives and information: http://lists.exploits.org/ Mon Sep 16 2002 upsstats.html(5)
All times are GMT -4. The time now is 02:51 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy