Crate sigi[][src]

Expand description

Sigi: An organizing CLI.

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

  • https://github.com/hiljusti/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 backends 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

The CLI implementation.

The item, stack, and persistence implementation.

The main interface of Sigi, stack (and stack-adjacent) actions.

The printing implementation.