https://github.com/stuarthicks/toolkit
Various small utilities I often make use of in quick shell one-liners
https://github.com/stuarthicks/toolkit
command-line-tool rust
Last synced: 21 days ago
JSON representation
Various small utilities I often make use of in quick shell one-liners
- Host: GitHub
- URL: https://github.com/stuarthicks/toolkit
- Owner: stuarthicks
- Created: 2022-04-28T19:30:45.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-02T19:41:13.000Z (10 months ago)
- Last Synced: 2025-02-24T04:20:57.570Z (5 months ago)
- Topics: command-line-tool, rust
- Language: Rust
- Homepage:
- Size: 74.2 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# toolkit [](https://github.com/stuarthicks/toolkit/actions/workflows/rust.yml) [](https://github.com/stuarthicks/toolkit/actions/workflows/rust-clippy.yml)
## Getting Started
Direct install using cargo:
```sh
cargo build --release
cargo install --root ~/.local --path .
```## Updating dependencies
```sh
cargo update
```