minimal UI, maximal helpfulness
###Install:
-
Clone this repo:
$ git clone https://github.com/mLuby/mem.git
-
Cd into the clone:
cd mem/node
-
Install dependencies:
$ npm install
-
Configure your bash profile:
$ echo "mem() {
cd
- Restart terminal.
- Run
$ mem help
to see available commands.
###Use
Typical use will start with $ mem add 'my first task'
. From there you can:
$ mem list
-
$ mem add
'taskName' -
$ mem delete
index (from mem list) -
$ mem connect
'userKey' -
$ mem examine
[property, eg 'tags']
###Design: What mem does (or will do):
- ease of use
- task dependencies
- Gantt process
- synchronizes across machines/apis
- interface through email
What mem doesn't do:
- collaboration
- cards
- mobile (yet?)
###Contribute
- Open issues, both bugs and feature requests.
- Pull request code you've fixed, improved, or added.
###Architecture global npm module
- CLI
- commands
- add
- list
- help
- etc…
- config