1.0.0 • Published 5 years ago

mentalstack v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

mentalstack

Simple tool to keep track of mental stack

Installation

git clone https://github.com/rawrgrr/mentalstack
cd mentalstack
npm install --global
mkdir ~/.mentalstack
touch ~/.mentalstack/default.json

Usage

Pushing things onto the stack

$ mentalstack push Build feature 234
Build feature 234

$ mentalstack push Fix bug 123
Build feature 234
Fix bug 123

TODO

  • Finish writing instructions in README
  • Streamline setup to create directory and default file
  • Show indices when printing full stack
  • Allow deletions
  • Update README
  • Keep track of popped items
  • Update README