8000 GitHub - Salam4nder/task: Simple command line task manager built with Go, Cobra, Simpletable and Chalk.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Salam4nder/task

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todo CLI

Simple Todo app that lives in your terminal.

Screen.Recording.2022-08-06.at.22.45.35.mov

Install

go install github.com/Salam4nder/task

Usage

Commands

Screen Shot 2022-08-06 at 22 52 43 PM

todo add <task> // Adds a task to the list
todo ls // List all tasks in the list
todo done <number> // Marks a task with the given index as done
todo ref // Refreshes the list by removing tasks that are marked done
todo rm <number> // Removes task with given index from the list
todo clear // Removes all tasks from the list

todo add --help // if you need additional info

Todo (haha):

  • Figure out a way to be able to add todos with special characters. For example " ' "
  • Make the UI fancier?

About

Simple command line task manager built with Go, Cobra, Simpletable and Chalk.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0