Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jamallyons/jlt
https://github.com/jamallyons/jlt
linux linux-tools unix
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/jamallyons/jlt
- Owner: jamallyons
- License: mit
- Created: 2024-08-04T06:10:31.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-08-08T16:57:36.000Z (6 months ago)
- Last Synced: 2024-11-12T16:25:58.556Z (2 months ago)
- Topics: linux, linux-tools, unix
- Language: Rust
- Homepage:
- Size: 19.5 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# `Jamal::Linux::Toolbox`
Hello, this is the repository for my personal cli program.
The goal of my script is to automate common task
on linux I use for programming. Such as install applications,
tools, or config file setup defaults.So far this crate doesn't have any dependency's. This is not accident. I'm trying to grow my understanding of the code I write and I found
the best ways to do that is solve my problems myself.Disclaimer: Use this project at your own risk. It does modify and change data on your system and I can grantee the code will be 100% bug free.
## Distro's Supported
- Arch
- Debian## Install Guide
The script can be installed using either `cargo` or `bash`.
### With Cargo
todo
### With Bash
todo
## Contributing
No real guide lines yet, if you have any suggestions you can always submit a PR or contact me on my [X](https://x.com/codingwithjamal).
## License
The script license can be found [here](./LICENSE).