Skip to content

Commit c65aa61

Browse files
committed
New BSD license, new widget (qarma) and minor improvements
1 parent 21bf630 commit c65aa61

8 files changed

Lines changed: 239 additions & 758 deletions

File tree

LICENSE

Lines changed: 28 additions & 674 deletions
Large diffs are not rendered by default.

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ transparently, based on the availability of the backends (frontends).
2828
* gtkdialog
2929
* kdialog
3030
* zenity
31+
* qarma
3132
* Xdialog
3233

3334

docs/README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -584,7 +584,8 @@ It will offers a canvas layer to user to write, from the user input and
584584
also can present a predefined text from STDIN, it supports output to
585585
both SDTERR and STDOUT and exit code will present the contents:
586586

587-
* ARGUMENTS: no
587+
* ARGUMENTS:
588+
* -F : optional, switch to avoid text editing
588589
* STDIN: can be piped/redirect for predefined content
589590
* input: user can write
590591
* STDOUT:
@@ -593,12 +594,12 @@ both SDTERR and STDOUT and exit code will present the contents:
593594
* (input): the content of the box input will be out
594595

595596
``` bash
596-
text <<< "<text>"
597+
text -F <<< "<text>"
597598
```
598599

599600
* `${dir_tmp}` is a random path directory to place the file containing the next file
600601
* `${file_tmp}` random file name where is content has the values one line per input
601-
* Only for kdialog, zenity, and Xdialog you can also edit text inside the box
602+
* Only for yad, kdialog, zenity, qarma, gtkdialog and Xdialog you can also edit text inside the box
602603

603604
#### wait_seconds (progress bar)
604605

@@ -667,6 +668,7 @@ a dynamic progress bar and the text you parse it, the box never close either
667668
never ends, you should do something with their control variable`{wait_for__PID}`
668669

669670
* ARGUMENTS:
671+
* -n|--no-pulsation : optional, switch to avoid pulsation
670672
* text : optional, must be inside double quotes, only alphanumeric characters
671673
* STDIN: no
672674
* STDOUT:
@@ -677,7 +679,7 @@ never ends, you should do something with their control variable`{wait_for__PID}`
677679
* exit code: 1 canceled with ESC, 0 the only button is pressed
678680

679681
``` bash
680-
wait_for "[text]"
682+
wait_for -n "[text]"
681683
sleep 3
682684
kill -9 ${wait_for__PID}
683685
```

0 commit comments

Comments
 (0)