rivets

Crates.iorivets
lib.rsrivets
version0.1.0
created_at2026-01-11 22:13:52.329964+00
updated_at2026-01-11 22:13:52.329964+00
descriptionA Rust-based issue tracking system using JSONL storage
homepagehttps://github.com/dwalleck/rivets
repositoryhttps://github.com/dwalleck/rivets
max_upload_size
id2036580
size453,259
Daryl Walleck (dwalleck)

documentation

https://docs.rs/rivets

README

Rivets CLI

A Rust-based issue tracking system with JSONL storage.

Overview

Rivets is a command-line issue tracking system that stores data in human-readable JSONL format. This makes it easy to version control your issues alongside your code and integrate with other tools.

Installation

cargo install rivets

Usage

Initialize a repository

rivets init

Create an issue

rivets create

List issues

rivets list

Show issue details

rivets show <issue-id>

Update an issue

rivets update <issue-id>

Features

  • Fast, efficient Rust implementation
  • Human-readable JSONL storage format
  • Git-friendly (easy to version control)
  • Simple, intuitive CLI interface
  • Dependency tracking between issues

License

Licensed under either of MIT or Apache-2.0 at your option.

Commit count: 207

cargo fmt