Metadata-Version: 2.4
Name: ja-CLI
Version: 0.73
Summary: Minimal journaling CLI for raw thought capture
Author: Paul
Requires-Python: >=3.10
Description-Content-Type: text/markdown

```
         _   _       ____     ___        _   _   _ _   _ _____ ___ _   _____ _____ _____ ____    _     ___ _____ _____
        | | / \     |  _ \   / \ \      / | | | | | \ | |  ___|_ _| | |_   _| ____| ____|  _ \  | |   |_ _|  ___| ____|
     _  | |/ _ \    | |_) | / _ \ \ /\ / /  | | | |  \| | |_   | || |   | | |  _| |  _| | | | | | |    | || |_  |  _|
    | |_| / ___ \   |  _ < / ___ \ V  V /   | |_| | |\  |  _|  | || |___| | | |___| |___| |_| | | |___ | ||  _| | |___
 ____\___/_/   \_|  |_| \_/_/   \_\_/\_/     \___/|_| \_|_|   |___|_____|_| |_____|_____|____/  |_____|___|_|   |_____|
|_____|
ᵥ.₇
```

This is a journaling app made by me :D Paul

It's a very simple TUI journaling app that emphasizes raw and unfiltered thoughts rather than compressed or overly reviewed thoughts. All of the journal entries are stored in .md files. Also, _JA includes entry numbers like this:
```
---
ENTRY 1
---
*actual entry goes here*
---
ENTRY 2
---
*entry 2 goes here*
```

New entries are automatically generated every time you exit and reopen the program, or when you go into idle mode and come back.

It includes basic features like:

- Automatic daily journal creation
- Markdown (with a terminal that supports rendering)

But it also includes AI features (WIP):

- Automatic tag assigning
- Trends
- Visual graphs for most used tags, etc.

# INSTALLATION

You can install this using pip:
```
pip install ja_cli
```
