STAPH [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT) [![build](https://github.com/phR0ze/staph/workflows/build/badge.svg?branch=main)](https://github.com/phR0ze/staph/actions) [![codecov](https://codecov.io/gh/phR0ze/staph/branch/main/graph/badge.svg?token=cYkvtU7RPN)](https://codecov.io/gh/phR0ze/staph) [![crates.io](https://img.shields.io/crates/v/staph.svg)](https://crates.io/crates/staph) ==================================================================================================== Fundamental Linux system utilities The intent is capture common system utilities here without the library getting too bloated. Most likely libc stuff in the begining TBD ### Quick links * [Usage](#usage) * [Contribute](#contribute) * [Git-Hook](#git-hook) * [License](#license) * [Contribution](#contribution) * [Backlog](#backlog) # Usage TBD ## Contribute Pull requests are always welcome. However understand that they will be evaluated purely on whether or not the change fits with my goals/ideals for the project. ### Git-Hook Enable the git hooks to have automatic version increments ```bash cd ~/Projects/witcher git config core.hooksPath .githooks ``` ## License This project is licensed under either of: * MIT license [LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT * Apache License, Version 2.0 [LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0 ### Contribution Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this project by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions. --- ## Backlog * port system utilities from witcher