Skip to content

Commit 6267fc6

Browse files
version 2.2.0
1 parent 2a3a29b commit 6267fc6

5 files changed

Lines changed: 10 additions & 130 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,14 +90,14 @@ A script to print library meta data is also installed.
9090
| bmtTest | bmtDrawFunc | 901-907 | Draw related | [bmtDraw help file](documentation/bmtDraw.md) |
9191
| bmtTest | bmtTestFunc | 1001 | internal library test | [bmtTest help file](documentation/bmtTest.md) |
9292

93-
The library contains eight section's, Each section has one file with one function.
93+
The library contains nine section's, Each section has one file with one function.
9494
Which contains 70 sub-sections in total.
9595
The sections are grouped per logical function.
9696
Printing, prompting, Linux related, file related,
97-
data related, time related , draw related, network related and miscellaneous.
97+
data related, time related, draw related, network related and miscellaneous.
9898
The sections are mostly independent of each other
9999
you can source them individually if you wish, however the prompt file *is*
100-
dependent on print. There is also a test section bmtTest used to test library.
100+
dependent on print. There is also a test section bmtTest used to test library.
101101

102102
## Example
103103

documentation/bmtData.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
| Library file | Function | Sections | Content | help file |
44
| ---- | ---- | ---- | ---- | ---- |
5-
| bmtData | btmDataFunc | 601-607 | Data related | bmtData.md |
5+
| bmtData | btmDataFunc | 601-610 | Data related | bmtData.md |
66

77
## Data section 601-610
88

documentation/bmtDraw.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,17 @@
22

33
| Library file | Function | Sections | Content | help file |
44
| ---- | ---- | ---- | ---- | ---- |
5-
| bmtDraw | bmtDrawFunc | 901-904 | Draw related | bmtDraw.md |
5+
| bmtDraw | bmtDrawFunc | 901-907 | Draw related | bmtDraw.md |
66

77
## Section Nine, draw sub sections
88

99
* 901 Create a multi-line box with text inside it
1010
* 902 Create a single line box with variable box character.
1111
* 903 Centered text with variable banner character
1212
* 904 Display gauge
13+
* 905 Table
14+
* 906 Menu
15+
* 907 Columns
1316

1417
### 901 Create a multi-line box with text inside it
1518

@@ -54,7 +57,7 @@ bmtDrawFunc centertext "Hello World" =
5457
bmtDrawFunc gauge "Volts" 25 1 50 "#" "."
5558
```
5659

57-
### 906 table
60+
### 905 table
5861

5962
1. Param $2 colour for the border/keys (tput colour number).
6063
2. Param $3 colour for the values (tput colour number).

main/bashmultitool

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ function Bmt_Metadata_Func
2929
bmtPrintFunc norm " Description : A Bash Shell library file for commonly used functions
3030
can be imported into shell scripts to create functional and colorful
3131
scripts and Terminal users interfaces(TUI). "
32-
bmtPrintFunc norm " Version : 2.1-2"
32+
bmtPrintFunc norm " Version : 2.2.0"
3333
bmtPrintFunc norm " License: MIT"
3434
bmtPrintFunc norm " URL : https://github.com/gavinlyonsrepo/bashmultitool "
3535
bmtPrintFunc norm " Path : /usr/lib/bashmultitool"

test/testlog/pass.log

Lines changed: 0 additions & 123 deletions
This file was deleted.

0 commit comments

Comments
 (0)