Metadata-Version: 2.4
Name: Bamboo-notes
Version: 0.1.0
Summary: A lightweight, Python-based CLI tool for daily journaling and quick brain dumps.
Author-email: Gabriel Nakao <gabrielnakao1009@gmail.com>
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: colorama>=0.4.6
Requires-Dist: prompt_toolkit>=3.0.0
Requires-Dist: platformdirs>=4.11.0
Dynamic: license-file

# Bamboo Notes (`bbnotes`)

## What is Bamboo Notes?

A lightweight, Python-based CLI tool for daily journaling and quick brain dumps.

## Installation 

Install the package via `pip`:

```bash
pip install bb-notes
```

## Quick Start:
Launch the tool directly from your terminal:

```bash
bbnotes
```
### Shortcuts
- <kbd>Ctrl</kbd> + <kbd>X</kbd>: **Save and Quit**

## Tech Stack

- **Python 3**
- **platformdirs**
- **prompt_toolkit**
- **colorama**
