linutil/README.md

47 lines
2.2 KiB
Markdown
Raw Normal View History

2024-07-22 06:26:42 +01:00
# Chris Titus Tech's Linux Utility
2024-07-22 06:26:42 +01:00
[![Version](https://img.shields.io/github/v/release/ChrisTitusTech/linutil?color=%230567ff&label=Latest%20Release&style=for-the-badge)](https://github.com/ChrisTitusTech/linutil/releases/latest)
![GitHub Downloads (specific asset, all releases)](https://img.shields.io/github/downloads/ChrisTitusTech/linutil/linutil?label=Total%20Downloads&style=for-the-badge)
2024-09-12 20:34:36 +01:00
[![](https://dcbadge.limes.pink/api/server/https://discord.gg/bujFYKAHSp)](https://discord.gg/bujFYKAHSp)
2024-07-14 06:03:42 +01:00
2024-07-22 06:26:42 +01:00
![Preview](docs/assets/preview.png)
2024-07-14 06:03:42 +01:00
**Linutil** is a distro-agnostic toolbox designed to simplify everyday Linux tasks. It helps you set up applications and optimize your system for specific use cases. The utility is actively developed in Rust 🦀, providing performance and reliability.
> [!NOTE]
> Since the project is still in active development, you may encounter some issues. Please consider [submitting feedback](https://github.com/ChrisTitusTech/linutil/issues) if you do.
2024-07-22 06:26:42 +01:00
## 💡 Usage
2024-08-23 19:08:24 +01:00
To get started, pick which branch you would like to use, then run the command in your terminal:
### Stable Branch (Recommended)
2024-06-29 01:11:26 +01:00
```bash
2024-07-19 04:56:58 +01:00
curl -fsSL https://christitus.com/linux | sh
2024-06-29 01:09:37 +01:00
```
2024-08-23 19:08:24 +01:00
### Dev branch
```bash
curl -fsSL https://christitus.com/linuxdev | sh
```
## 💖 Support
If you find Linutil helpful, please consider giving it a ⭐️ to show your support!
2024-07-14 06:03:42 +01:00
2024-07-30 22:23:07 +01:00
## 🎓 Documentation
For comprehensive information on how to use Linutil, visit the [Linutil Official Documentation](https://christitustech.github.io/linutil/).
## 🛠 Contributing
2024-07-22 06:26:42 +01:00
2024-09-13 21:45:59 +01:00
We welcome contributions from the community! Before you start, please review our [Contributing Guidelines](.github/CONTRIBUTING.md) to understand how to make the most effective and efficient contributions.
[Official LinUtil Roadmap](https://christitustech.github.io/linutil/roadmap)
## 🏅 Thanks to All Contributors
Thank you to everyone who has contributed to the development of Linutil. Your efforts are greatly appreciated, and youre helping make this tool better for everyone!
2024-07-22 06:26:42 +01:00
2024-07-24 03:41:11 +01:00
[![Contributors](https://contrib.rocks/image?repo=ChrisTitusTech/linutil)](https://github.com/ChrisTitusTech/linutil/graphs/contributors)
2024-07-22 06:26:42 +01:00
## 📜 Credits
Linutils Rust shell was developed by [@JustLinuxUser](https://github.com/JustLinuxUser).