Crates.io | linutil_tui |
lib.rs | linutil_tui |
version | 24.9.28 |
source | src |
created_at | 2024-09-20 00:14:35.406777 |
updated_at | 2024-09-28 22:28:48.837157 |
description | Chris Titus Tech's Linux Toolbox - Linutil is a distro-agnostic toolbox designed to simplify everyday Linux tasks. |
homepage | |
repository | https://github.com/ChrisTitusTech/linutil/tree/main/tui |
max_upload_size | |
id | 1380800 |
size | 119,310 |
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 if you do.
To get started, pick which branch you would like to use, then run the command in your terminal:
curl -fsSL https://christitus.com/linux | sh
curl -fsSL https://christitus.com/linuxdev | sh
Linutil is also available as a package in various repositories:
Linutil can be installed on Arch Linux with three different AUR packages:
linutil
- Stable release compiled from sourcelinutil-bin
- Stable release pre-compiledlinutil-git
- Compiled from the last commit (not recommended)by running:
git clone https://aur.archlinux.org/<package>.git
cd <package>
makepkg -si
Replace <package>
with your preferred package.
If you use yay, paru or any other AUR Helper, it's even simplier:
paru -S linutil
Replace paru
with your preferred helper and linutil
with your preferred package.
Linutil can be installed via Cargo with:
cargo install linutil
Note that crates installed using cargo install
require manual updating with cargo install --force
(update functionality is included in LinUtil)
If you find Linutil helpful, please consider giving it a βοΈ to show your support!
For comprehensive information on how to use Linutil, visit the Linutil Official Documentation.
We welcome contributions from the community! Before you start, please review our Contributing Guidelines to understand how to make the most effective and efficient contributions.
Thank you to everyone who has contributed to the development of Linutil. Your efforts are greatly appreciated, and youβre helping make this tool better for everyone!