Skip to content

A keyboard-control todo app used to manage things accured in your mind at work

Notifications You must be signed in to change notification settings

ginhton/m2-list

Repository files navigation

m2-list

It is a small todo-list application.

Idea

When I start to work, there are so many things appearing in my mind. I just write them down and continue my work. After doing that, I have a list. And this application helps me record such things and give me one randomly to do. Then I choose to do it or just get another list item.

Quick-start

2 Note

.

  • Clone the repo: git clone https://github.com/ginhton/m2-list.git

Commands available

  • add something-to-do: this will add something to the whole list.
  • list: this will list all the things your list.
  • clear: clear all the things that appears in your list.
  • get: get a random item from your list, and then you can start to do it.
  • done: this will mark the item you get before done, and remove that item from your list.
  • save: save current list. And you can close this application.
  • restore: restore list if you saved list before.
  • quit: quit.