You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+17-17Lines changed: 17 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ Table of contents
17
17
*[Installation](#installation)
18
18
*[Usage](#usage)
19
19
*[Software](#software)
20
-
*[Demo](#demo)
20
+
*[Example](#example)
21
21
22
22
Installation
23
23
-----------------------------------------------
@@ -55,7 +55,7 @@ It's also available in the Arch Linux user repo AUR
55
55
Usage
56
56
-------------------------------------------
57
57
58
-
Source the library from your bash shell scripts like so:
58
+
Source the library functions from your bash shell scripts like so:
59
59
60
60
```sh
61
61
LIBPATH="/usr/lib/bashmultitool/"
@@ -65,26 +65,21 @@ do
65
65
done
66
66
```
67
67
68
-
There are eight files in library and they are independent of each other
69
-
you can source them individually if you wish, however the prompt file *is*
70
-
dependent on print. Each file has one function, To access functions from your shell scripts type:
68
+
To access library functions from your shell scripts type:
71
69
72
70
```sh
73
-
[function-name] [keyword] [options]
74
-
75
-
[section] [sub-section] [options]
76
-
```
71
+
# [function-name] [keyword] [options]
72
+
# eg
73
+
74
+
bmtPrintFunc b_red "Hello World"
75
+
```
77
76
78
77
Software
79
78
-----------------------------------------
80
79
81
80
Eight separate markdown help files with detailed information,
82
81
in documentation folder are available.
83
-
For shortcut to each help file click on link in 2nd table in *software* section below.
84
-
85
-
The repo also contains a *test folder* where test files used in development are available,
86
-
one for each library file.
87
-
82
+
For shortcut to each help file click on link in 2nd table in *software* section below. The repo also contains a *test folder* where test files used in development are available, one for each library file.
88
83
A script to print library meta data is also installed.
89
84
90
85
| Installed File Path | Description |
@@ -105,13 +100,18 @@ A script to print library meta data is also installed.
105
100
| bmtTime | btmTimeFunc | 701-709 | Time related |[bmtTime help file](documentation/bmtTime.md)|
0 commit comments