Skip to content

cesarFuhr/polyglot-todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Polyglot Todo

Polyglot Todo is an programming language experiment. No rocket science, only the same application being written in multiple programming languages.

Todo:

  • Write a test suite that calls an executable so it can be run for every language.
  • Test the add a Todo item.
  • Persist the data in a file.
  • Have a way to push the data to an external repository.

Commands

Tasks

  • todo -l: Lists all tasks in the current board
  • todo -a the task name: Adds a task
  • todo -d 3: Marks a task as done
  • todo -D 3: Deletes a task
  • todo -m 1: Moves the task the given position (this feature was postponed)
  • todo -u 1 the new name of the task: Updates a task in place

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published