midse / matrix-todo

Simplistic todo list app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

matrix-todo - Simplistic todo list app (CLI only)

Build Status Go Report Card Say Thanks! MIT License

Built just for fun using Golang and termui, almost too simplistic to be useful (for now). I was tired of sketching Eisenhower Matrices on my notebook.

If you want to test this app, you can download the binaries provided in the Releases section.

Encrypt your data file using AES GCM (key is derived from password using pbkdf2)

$ ./matrix-todo --encrypt
Data successfully encrypted! Launch again matrix-todo to open your data.

To do

  • Task edition : description, due date
  • Allow scrolling within a block (infinite number of tasks should not be allowed)
  • Allow scrolling when terminal's height is too small
  • Board creation
  • Introduce new board types (for now only eisenhower_matrix is supported)
  • Reference task within a commit (custom task id per board?)
  • Monitor n git repositories per board

Changelog

v0.2.0 (2018-10-29)

  • Remove --decrypt option
  • Detect automatically if data file is encrypted
  • Create an empty data file with a single board when data file doesn't exist

v0.1.3 (2018-10-29)

  • Provide binaries for Linux, Windows and Osx (feedback needed)

v0.1.2 (2018-10-29)

  • Base64 is not used anymore after encryption

v0.1.1 (2018-10-29)

  • Small display improvement when --encrypt is used

v0.1.0 (2018-10-29)

  • Basic CLI args support
  • Data file encryption support (prototype)

Contributing

Feel free to contribute. :) Feedback is always welcome!

About

Simplistic todo list app

License:MIT License


Languages

Language:Go 100.0%