plancapsule v1.0.1
Plan Capsule
It's like a time capsule for your plans!
Little command-line utility for quickly writing down the brilliant ideas you come up with when you have much more pressing things to be doing. Open it up, add your new plan, and go back to whatever you were doing. Then, sometime in the future, you can open up your list and come back to it.
Not recommended for use in the shower.
Install
Requires node.js and node package manager (npm).
via npm
npm install --global plancapsuleFrom source
Clone this repository:
git clone https://github.com/cranndarach/plancapsule.gitTo install normally (so that you can use plancapsule from anywhere in the terminal):
cd plancapsule
npm install -gTo install just the dependencies (for development):
cd plancapsule
npm installLicense
This project is licensed under the terms of the MIT license, copyright (c) 2017 R. Steiner. Please use it, share it, and build on it as you like, with credit. See LICENSE for more details.