Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```