NoteFlow is a simple CLI-based journal tool written in Python.
Clone the repo and install locally:
git clone https://github.com/codewithzaqar/noteflow.git
cd noteflow
pip install .Coming Soon in Docs
# Install dependencies
pip install -r requirements.txt
# Run tests
python -m unittest discover tests