Skip to content

mgleason97/todone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TODOne

Find the time to get your TODOs TODOne.

TODOne is an agent that lives in your terminal and helps you fill free time with prioritized, time-bound todos. Tasks are aggregated from your environment so you don't have to lift all of your tasks into a todo app first.

Currently, only code-based tasks are supported. See configuration for configuring TODOne.

Requirements

  • Go
  • ripgrep
  • exported OPENAI_API_KEY (e.g. export OPENAI_API_KEY=<key>)

Configuration

Note

Configuration is a work in progress, config is only read from the todone.toml in the repo root.

todone can be configured to read from different repos in your local file system.

[[repos]]
name = "project" # user-friendly repo name
path = "path/to/repo"

[[repos]]
name = "other-project"
path = "path/to/other-project"

Usage

git clone https://github.com/mgleason97/todone.git
cd todone
go run ./cmd/todone -config todone.toml

This will start an interactive session where you can talk back and forth with your task planning agent.

A sample repo is provided at /sample, so todone will be able to plan tasks for you to complete in this repo.

Sample todone usage

About

get your TODOs TODOne

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages