Chris Titus Tech's Linux Toolbox - Linutil is a distro-agnostic toolbox designed to simplify everyday Linux tasks.
Go to file
luca0N! f278b46668
Fix colors with echo commands
Use the `-e' option when using the `echo' command, as backslashes are
not interpreted by default, and replace existing `printf' calls with
`echo' for consistency.
2024-07-15 18:00:28 -03:00
.github dev branch setup 2024-07-13 20:07:34 -05:00
src Fix colors with echo commands 2024-07-15 18:00:28 -03:00
.gitignore fix gitignore 2024-05-16 16:47:27 -05:00
Cargo.lock Bump ratatui from 0.26.2 to 0.27.0 2024-07-13 22:16:31 +00:00
Cargo.toml fix bin 2024-07-13 18:53:27 -05:00
lindev.sh dev branch setup 2024-07-13 20:07:34 -05:00
linutil Replace linutil binary 2024-07-15 19:00:39 +00:00
README.md update run command to stable release 2024-07-14 00:03:42 -05:00
start.sh Fix colors with echo commands 2024-07-15 18:00:28 -03:00
startdev.sh Fix colors with echo commands 2024-07-15 18:00:28 -03:00

Chris Titus Tech's Linux Utility

pv

Usage

Open your terminal and paste this command

curl -fsSL https://github.com/ChrisTitusTech/linutil/releases/latest/download/start.sh | sh

Credits

Rust Shell written by @JustLinuxUser