Git Product home page Git Product logo

mind's Introduction

Mind

Mind my thoughts.

Idea

A 'stack-based' note-taking app.

In other words, things go on the stack, things come off the stack. Stuff that's way down the stack will probably never be referenced again, but it's there!

  • Not a TODO app (no dates, no GTD).

Requirements

1. Simple.

It must be immediately obvious how to use it.

Some example commands:

mind "#shopping beets"
mind "Bring the washing in when I get home!"
mind "#shopping carrots and celery"
mind "Call boss about the thing."
mind
 > 1. [ 1s ago...] -> Call boss about the thing.
 > 2. [ 3s ago...] -> #shopping carrots and celery
 > 3. [ 5s ago...] -> Bring the washing in when I get home!
 > 4. [10s ago...] -> #shopping beets

mind ls shopping
 > 1. carrots and celery
 > 2. beets

mind tick #shopping.2

mind forget #1
 > As you wish, "Call boss..." is gone!

mind
 > 1. [30s ago...] -> #shopping carrots and celery
 > 2. [38s ago...] -> Bring the washing in when I get home!

mind tick 2
 > Awesome! Archiving "Bring the washing in when I get home!"

2. Bring joy

For example, it replies "Good job!" when you complete something. It doesn't make me look at all the tasks I never completed from 3 years ago!

3. Use anywhere (eventually).

  • Offline mode (CLI) for Laptop.
  • Web interface for Phone.

Implementation

  • SQLite as storage format.
  • Try to keep it to one Python file?
  • Markdown support?
  • Python script initially.
  • Web interface (eventually).
  • Hashtags? @ symbol?

Hair-brained schemes

  • Ability to scan text (e.g. sticky notes).
  • Connect to Chrome/Firefox bookmarks.

mind's People

Contributors

findgriffin avatar

Watchers

 avatar James Cloos 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.