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

```
         _   _       ____     ___        _   _   _ _   _ _____ ___ _   _____ _____ _____ ____    _     ___ _____ _____
        | | / \     |  _ \   / \ \      / | | | | | \ | |  ___|_ _| | |_   _| ____| ____|  _ \  | |   |_ _|  ___| ____|
     _  | |/ _ \    | |_) | / _ \ \ /\ / /  | | | |  \| | |_   | || |   | | |  _| |  _| | | | | | |    | || |_  |  _|
    | |_| / ___ \   |  _ < / ___ \ V  V /   | |_| | |\  |  _|  | || |___| | | |___| |___| |_| | | |___ | ||  _| | |___
 ____\___/_/   \_|  |_| \_/_/   \_\_/\_/     \___/|_| \_|_|   |___|_____|_| |_____|_____|____/  |_____|___|_|   |_____|
|_____|
ᵥ.₆
```
This is a journalling app made by me :D
Paul

It's a very simple TUI journaling app that emphazises on raw and unfiltered thoughts rather than compressed or reviewed thoughts.
All of the journaling entries are in .md though.
Also, _JA includes entry numbers like this:
```
---
ENTRY 1
---
*actual entry goes here*
---
ENTRY 2
---
*entry 2 goes here*
```
The new entries would automatically be generated every time you exit and open the program or when you go into idle mode and come back.

It includes basic features like:
- Automatic daily journal creation
- Markdown (*w/ terminal that supports rendering*)

But also, it includes AI features like (*WIP*):
- Automatic tag assigning 
- Trends
- Visual graphs for most use tags _etc_

# INSTALLATION
You can install this using pip,
```
pip install ja_cli
```

# HOW TO RUN
Then, using
```
_ja
```
You can run _JA and it would immedietly bring you to the entry mode, it's default mode.
Then, by typing q on a new line. It would get you into it's idle mode.
In idle mode you can do lots of commands which are listed below:
COMMANDS:
- [j] Start new journal entry
- [s] View past journal entries
- [q] Quit program
