Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 1.02 KB

README.md

File metadata and controls

37 lines (22 loc) · 1.02 KB

projavu

A program for on-disk storing and managing of project ideas.

Build using zig version: 0.10.1

Screenshot

Features

  • Display ideas similar to taskwarrior
  • Filter ideas to only show relevant entries
  • Categorize projects based on development progress
  • Assign tags to projects
  • Editor-focused workflow

Backend

  • All noted ideas are stored on-disk via a hash-calculated path
  • A CSV table is used to reference ideas, store tags, and progress
  • On-disk content is only deleted when not referenced anymore and the garbage collector is manually run
  • The underlying library is undergoing decent integration-testing.

Binaries

Binaries and checksums are provided with every release.

Releases

Documentation

This repository contains both a CLI and library interface.

The documentation for the library is created in the directory docs/ when running zig build.

Documentation