# mem2

> mem is a task CLI

Latest version **1.2.0** (published 2015-06-21) · MIT license · 0 weekly downloads

## Install

```sh
npm install mem2
pnpm add mem2
yarn add mem2
bun add mem2
```

Provides the command `mem`.

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.2.0 |
| Published | 2015-06-21 |
| First published | 2015-05-08 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 3 |
| Known vulnerabilities | 0 (+1 in 1 direct dependencies) |
| Install scripts | no |
| GitHub stars | 2 |
| Author | Mike Luby |
| Maintainers | mluby |

## Links

- npm: https://www.npmjs.com/package/mem2
- Repository: https://github.com/mLuby/Memory
- Homepage: https://github.com/mLuby/mem
- Issues: https://github.com/mLuby/mem/issues
- npm.io page: https://npm.io/package/mem2

## Dependencies (3)

- [chalk](https://npm.io/package/chalk.md) ^0.5.1
- [firebase](https://npm.io/package/firebase.md) ^2.1.2
- [node-localstorage](https://npm.io/package/node-localstorage.md) ^0.3.6

## Recent versions

- 1.2.0 (latest) — 2015-06-21
- 1.0.0 (alpha) — 2015-05-08
- 1.1.3 — 2015-06-20
- 1.1.2 — 2015-05-18
- 1.1.1 — 2015-05-18
- 1.1.0 — 2015-05-09

## README

# ![mem](http://upload.wikimedia.org/wikipedia/commons/thumb/1/14/Phoenician_mem.svg/85px-Phoenician_mem.svg.png) mem: the task CLI

minimal UI, maximal helpfulness

###Install:
1. Clone this repo: `$ git clone https://github.com/mLuby/mem.git`
2. Cd into the clone: `cd mem/node`
3. Install dependencies: `$ npm install`
4. Configure your bash profile:

    ```bash
$ echo "mem() {
      cd $(pwd);
      node mem-cli.js "\"\$@\"";
      cd - > /dev/null;
}" >> ~/.bash_profile
    ```

5. Restart terminal.
6. 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 get` [task# or 'taskName' or blank will return current task]
- `$ mem tag` ['tagName']
- `$ mem untag` ['tagName']
- `$ mem examine` [property, eg 'tags']

###Design:
What mem does:
- 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](https://github.com/mLuby/mem/issues), both bugs and feature requests.
- [Pull request](https://github.com/mLuby/mem/pulls) code you've fixed, improved, or added.

###Architecture
global npm module
  - CLI
  - local storage
  - commands
    - add
    - get
    - show
    - tag
  - helpers
  - cloud sync

---
_Source: https://npm.io/package/mem2 · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
