Code Monkey home page Code Monkey logo

matrix-todo's Introduction

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!

matrix-todo's People

Contributors

midse avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.