Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 4 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-19T12:19:01.000Z (8 months ago)
- Last Synced: 2024-05-19T13:27:33.341Z (8 months ago)
- Topics: command-line-tool, rust
- Language: Rust
- Homepage:
- Size: 72.3 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# toolkit [![Rust](https://github.com/stuarthicks/toolkit/actions/workflows/rust.yml/badge.svg)](https://github.com/stuarthicks/toolkit/actions/workflows/rust.yml) [![rust-clippy analyze](https://github.com/stuarthicks/toolkit/actions/workflows/rust-clippy.yml/badge.svg)](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
```