Skip to content
/ next Public

A simple todo CLI app, using .md files in your project directories. Written in Go.

License

Notifications You must be signed in to change notification settings

zyrre/next

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


next

A simple todo CLI app, using .md files in your project directories. Written in Go.

next3

Features

  • Simple, intuitive commands
    • next - show current task
    • next done - complete current task
    • next todo - show all tasks in todo list
    • next completed - show all completed tasks
    • next add "make fancy github readme" - create new task in todo list
  • Saved locally in markdown format
  • Fancy styling

Installation

Simply clone this repo and run go install, or if you prefer you can go build and place the binary in one of your PATH directories.

How to use

# In your project directory, initialize the markdown file
$ next init

# Add your todo tasks
$ next add "make fancy github readme"

# Start working on the task (optionally opens vs code from current directory also)
$ next start t1

# Complete your current task
$ next done

About

A simple todo CLI app, using .md files in your project directories. Written in Go.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages