Skip to content

DISTREAT/projavu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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