- Project Overview
- Available Support
- Security
- Project Supporters
- Author/Maintainer
- Contributors
- Copyright & Attributions
- License
- Resources
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!
- ✅ 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!
The first thing you need to do is su
to root:
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!
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
🔐 Security
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 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. PLEASE DO NOT CREATE AN ISSUE OR DISCUSSION TOPIC. You can read more about this project's security policies HERE
If you'd like to make a contribution, then please see the Dialog Dojo Contributor's Guide
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 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 bot.
As with most open-source projects, this one could not have happened without the work of those who preceded us. View Acknowledgements & Attributions
- tolik-punkoff/dialog-examples
Copyright © 2019 Tolik Punkoff
LGPL Licensed
⚖️ License
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.