Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
βCITATION.cff file
Found CITATION.cff file -
βcodemeta.json file
Found codemeta.json file -
β.zenodo.json file
Found .zenodo.json file -
βDOI references
-
βAcademic publication links
-
βAcademic email domains
-
βInstitutional organization owner
-
βJOSS paper metadata
-
βScientific vocabulary similarity
Low similarity (12.9%) to scientific vocabulary
Keywords
dialog
forms
interactive
linux
ragdata
redeyed-au
text-user-interface
Last synced: 6 months ago
·
JSON representation
·
Repository
π° Ready-to-Use Dialog Boxes
Basic Info
Statistics
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
- Releases: 0
Topics
dialog
forms
interactive
linux
ragdata
redeyed-au
text-user-interface
Created over 2 years ago
· Last pushed over 2 years ago
Metadata Files
Readme
License
Citation
Codeowners
README.md
[Dialog Dojo v-0.1.0](https://github.com/ragdata/dialog-dojo/releases/tag/v-0.1.0)
Issues πΈ Documentation πΈ Releases
A Complete Collection of Ready-to-Use Dialog Elements



#### _Elapsed Project Time_
[](https://wakatime.com/badge/user/7e04d9d4-3a44-495e-b622-69fdbafd036c/project/f874eedf-d099-4fc2-8586-6706c3b21efb)
π Table of Contents
- [Project Overview](#-project-overview) - [What's Included?](#-whats-included) - [Installation](#-installation) - [Available Support](#-available-support) - [Project Resources](#project-resources) - [Community Resources](#community-resources) - [Security](#-security) - [Project Supporters](#-project-supporters) - [Author/Maintainer](#-author--maintainer) - [Contributors](#-contributors) - [Copyright & Attributions](#-copyright--attributions) - [License](#-license) - [Resources](#-resources)
If you like this repository, please give it a β (it really does help)
## β [Project Overview](#toc)
This project gives you everything you need to get the most out of the linux `dialog` command and makes it easy to create fantastic-looking TUI's (Text User-Interfaces) for your BASH Scripts!
### β [What's Included?](#toc)
* β
Automated Installer
* β
6 Themes + Theme Installer
* β
**29 Configurable, Reusable, Dialog Box Files**
* β
Python wrapper so you can use them in your python projects as well!
### π [Installation](#toc)
The first thing you need to do is `su` to root:
```shell
sudo su -l
```
The `-l` ensures that you're actually logging in as root and therefore getting all of the environmental benefits that are configured there.
Then, run the code snippet below in your terminal to setup and install everything automagically - ready to go in seconds!
```shell
bash <(curl -sfLS https://raw.githubusercontent.com/Ragdata/dialog-dojo/master/install.sh)
```
For more documentation, including more comprehensive installation docs, see the [**Repository Documentation**](doc/README.md)
[`^ Top`](#toc)
## πͺ [Available Support](#toc)
### πΈProject Resources
- [**Repository Documentation**](doc/README.md)
- [Issues Register](https://github.com/ragdata/dialog-dojo/issues)
- [Project Site](https://ragdata.github.io/dialog-dojo)
### πΈCommunity Resources
- [**The RedEyed Community Discord Server**](https://discord.gg/s6gZZUc67y)
- [Community Support Document](https://github.com/ragdata/.github/blob/master/.github/SUPPORT.md)
- [Community Governance Policy](https://github.com/ragdata/.github/blob/master/.github/GOVERNANCE.md)
- [Community Code of Conduct](https://github.com/ragdata/.github/blob/master/.github/CODE_OF_CONDUCT.md)
- [Community Standards](https://github.com/ragdata/dialog-dojo/community)
- [Security Policy](https://github.com/ragdata/dialog-dojo/security/policy)
- [Security Overview](https://github.com/ragdata/dialog-dojo/security)
- [Security Advisories](https://github.com/ragdata/dialog-dojo/security/advisories)
- [Dependabot Alerts](https://github.com/ragdata/dialog-dojo/security/dependabot)
[`^ Top`](#toc)
## π [Security](#toc)
While I always follow good security practices, 100% security can never be guaranteed in any software package. The `Dialog Dojo` is provided AS IS, and without warranty. You can find more details in the [LICENSE](LICENSE) file included with this repository.
If you discover any issue regarding the security of this project, please disclose that information responsibly by sending a [security advisory][advisory]. **PLEASE DO NOT CREATE AN ISSUE OR DISCUSSION TOPIC.** You can read more about this project's security policies [HERE][security]
[`^ Top`](#toc)
## β€οΈ [Project Supporters](#toc)
Many Thanks to JetBrains for Their Invaluable Support
Click here to find out about available sponsorship opportunities!
If sponsorship isn't right for you, but you have found my work to be useful in some way,
would you please consider buying me a coffee to help keep me going?
[](https://github.com/Ragdata)
### [Join me & the RedEyed Community!](https://discord.gg/s6gZZUc67y)
[](https://discord.gg/s6gZZUc67y)
[`^ Top`](#toc)
## π [Contributors](#toc)
[](.github/CONTRIBUTORS.md)
If you'd like to make a contribution, then please see the [**Dialog Dojo Contributor's Guide**][contributing]
It's not just contributions of code that I'm looking for. If you have any ideas or suggestions about how this project may be improved, don't hesitate to [open an issue][issues] and let me know! Contributions of ALL kinds will be recognised here if they are made part of this project - thanks to the [All-Contributors][all-contributors] bot.
[**VIEW ALL PROJECT CONTRIBUTORS**](.github/CONTRIBUTORS.md)
[`^ Top`](#toc)
## Β©οΈ [Acknowledgements & Attributions](#toc)
As with most open-source projects, this one could not have happened without the work of those who preceded us. [**View Acknowledgements & Attributions**](ACKNOWLEDGEMENTS.md)
- [tolik-punkoff/dialog-examples](https://github.com/tolik-punkoff/dialog-examples)Copyright Β© 2019 Tolik Punkoff
LGPL Licensed >
"We see much further, and reach much higher,
> because we stand upon the shoulders of giants"
[`^ Top`](#toc)
## βοΈ [License](#toc)

Copyright Β© 2023 Darren (Ragdata) Poulton
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
[`^ Top`](#toc)
## π [Resources](#toc)
- [Documentation / Man Pages](https://invisible-island.net/dialog/manpage/dialog.html)
- [Scripting Examples @ GitHub](https://github.com/tolik-punkoff/dialog-examples)
- [Website of dialog Author - Thomas E. Dickey](https://invisible-island.net/)
[`^ Top`](#toc)
If you like this repository, please give it a β (it really does help)
Owner
- Name: Ragdata's Vault
- Login: ragdata-vault
- Kind: organization
- Email: ragdata@users.noreply.github.com
- Location: Australia
- Website: https://ragdata.net
- Twitter: RagdataAU
- Repositories: 1
- Profile: https://github.com/ragdata-vault
A holding space for spring cleaning
Citation (CITATION.cff)
# See: https://citation-file-format.github.io/
# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!
cff-version: 1.2.0
title: Dialog Dojo
message: >-
If you use this software, please cite using the
information provided here
type: software
authors:
- given-names: Darren
family-names: Poulton
email: ragdata@ragdata.dev
orcid: 'https://orcid.org/0000-0001-8986-2886'
affiliation: Redeyed Software
repository-code: 'https://github.com/ragdata/dialog-dojo'
url: 'https://ragdata.github.io/dialog-dojo'
abstract: >-
A complete collection of ready-to-use dialog elements
license: MIT