projector

command module
v0.3.14 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 26, 2025 License: MIT Imports: 12 Imported by: 0

README

Projector

A CLI application for project and action management with a modern terminal UI.

Features

  • Project Management: Create, view, and manage projects
  • Action Tracking: Add actions to projects with due dates, notes, and status
  • Status Management: Track action progress (Not Started, In Progress, Done)
  • Tagging System: Organize actions with custom tags
  • REST API: Full HTTP API for integration with other tools
  • Interactive TUI: Beautiful terminal-based user interface
  • Cross-Platform: Works on macOS, Linux, and Windows
  • Persistent Storage: SQLite database stored in ~/.local/share/projector/

Installation

Homebrew (macOS/Linux)
# Add the custom tap
brew tap joelgrimberg/homebrew-tap

# Install projector-cli
brew install projector-cli
Arch Linux (AUR)

For Arch Linux users, you can install from the AUR:

# Using yay (recommended)
yay -S projector-cli

# Or manually
git clone https://aur.archlinux.org/projector-cli.git
cd projector-cli
makepkg -si

Note: The AUR package is automatically updated with each new release via our CI/CD pipeline.

Manual Installation

Download the latest release for your platform from the releases page.

Configuration

The application uses SQLite for data storage. The database file is automatically created in ~/.local/share/projector/projector.db on all platforms.

Database Location
  • Path: ~/.local/share/projector/projector.db
  • Permissions: User read/write (0755)
  • Auto-creation: Directory and database are created automatically on first run
  • Backup-friendly: Standard backup tools include this location
Custom Database Path

You can override the database path by setting the PROJECTOR_DB_PATH environment variable:

export PROJECTOR_DB_PATH="/custom/path/projector.db"
projector

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL