matrix-todo

command module
v0.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 29, 2018 License: MIT Imports: 18 Imported by: 0

README

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.1.0 (2018-10-29)
  • Basic CLI args support
  • Data file encryption support (prototype)
v0.1.1 (2018-10-29)
  • Small display improvement when --encrypt is used
v0.1.2 (2018-10-29)
  • Base64 is not used anymore after encryption
v0.1.3 (2018-10-29)
  • Provide binaries for Linux, Windows and Osx (feedback needed)
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

Contributing

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

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL