Crate sigi

Source
Expand description

Sigi: An organizing CLI.

The CLI and usage is documented briefly on the main GitHub project here:

  • https://github.com/sigi-cli/sigi

Its “database” is currently little more than json files, and handles only String values. It can work for research or small loads, but would be sluggish for anything that needs to care about performance. Other data stores like Redis and SQLite are planned.

Other internals are documented, but the project is early in development and should be considered unstable at best.

Modules§

cli
The CLI implementation.
data
The item, stack, and persistence implementation.
effects
The main interface of Sigi, stack (and stack-adjacent) actions.
output
The printing implementation.