diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 26 |
1 files changed, 7 insertions, 19 deletions
diff --git a/README.md b/README.md index 016995b232ae..59af7072e7f5 100644 --- a/README.md +++ b/README.md @@ -1,22 +1,8 @@ -# BSDDialog 0.3 +# BSDDialog 0.4 This project provides **bsddialog** and **libbsddialog**, an utility and a library to build scripts and tools with TUI dialogs and widgets. - - -## Intro - -Briefly: -<https://www.freebsd.org/status/report-2021-04-2021-06/bsddialog/> - -Utility: -<https://alfonsosiciliano.gitlab.io/posts/2021-12-07-bsddialog.html> - -Library: -<https://alfonsosiciliano.gitlab.io/posts/2022-01-16-libbsddialog.html> - -Screenshots: -<https://www.flickr.com/photos/alfonsosiciliano/albums/72157720215006074> +[Screenshots](https://www.flickr.com/photos/alfonsosiciliano/albums/72157720215006074). ## Getting Started @@ -48,9 +34,9 @@ Output: **Dialogs:** ---checklist, --datebox, --form, --gauge, --inputbox, --menu, --mixedform, ---mixedgauge, --msgbox, --passwordbox, --passwordform, --pause, --radiolist, ---rangebox, --textbox, --timebox, --treeview, --yesno. +--calendar, --checklist, --datebox, --form, --gauge, --infobox, --inputbox, +--menu, --mixedform, --mixedgauge, --msgbox, --passwordbox, --passwordform, +--pause, --radiolist, --rangebox, --textbox, --timebox, --treeview, --yesno. **Manual** @@ -72,6 +58,7 @@ Output: and [Examples](https://gitlab.com/alfix/bsddialog/-/tree/main/examples_utility) in the _Public Domain_ to build new projects: ``` +% sh ./examples_utility/calendar.sh % sh ./examples_utility/checklist.sh % sh ./examples_utility/form.sh % sh ./examples_utility/gauge.sh @@ -109,6 +96,7 @@ in the _Public Domain_ to build new projects: ``` % cd examples_library % sh compile +% ./calendar % ./checklist % ./datebox % ./form |
