Skip to content

radther/dotdottui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DotDotTUI

A terminal-based task management application built with Charm's BubbleTea framework. Features hierarchical task organization with vim-style keybindings and persistent storage with global/local task lists.

Build Steps

  1. Prerequisites: Ensure you have Go installed on your system
  2. Build the project:
    go build -o dotdot cmd/dotdot/main.go
  3. Install to PATH: Move the binary to a directory in your PATH:
    sudo mv dotdot /usr/local/bin/

Usage

Global Task Lists

dotdot open work              # Open global task list named "work"
dotdot list                   # List all global task lists
dotdot delete work            # Delete global task list named "work"

Local Task Lists

dotdot --local open mytasks   # Open local task list named "mytasks"
dotdot --local list           # List all local task lists
dotdot --local delete mytasks # Delete local task list named "mytasks"

Task List from File

dotdot --file /path/to/tasks.dot open  # Open task list from specific file path

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages