Metadata-Version: 2.1
Name: happyjar
Version: 1.0.2
Summary: Keep a happy jar from your terminal
Home-page: https://github.com/TechWiz-3/happy-jar-cli
Author: Zac the Wise aka TechWiz-3
License: UNKNOWN
Platform: UNKNOWN
Description-Content-Type: text/markdown

# Happy Jar CLI

An easy to use CLI for storing good memories and gratitiude.  

The happy jar is stored as a txt file in your home dir.  

Write to it with `happy log "happy text here :)"`  
View logs with `happy get all` or `happy get today`  

## Install
```sh
cd ~
git clone https://github.com/TechWiz-3/happy-jar-cli.git
cp ~/happy-jar-cli/happy /usr/local/bin && chmod +x /usr/local/bin/happy
```

## What is it?
<img src="https://github.com/TechWiz-3/happy-jar-cli/blob/main/media/happy.jpg?raw=true" width="400px"></img>  
[Source](https://twitter.com/imovesactive/status/1274960313863950337)

## Usage

```sh
$ happy --help
usage: happy [-h] {log,get} ...

Log your good memories and gratitiude.

positional arguments:
  {log,get}
    log       logs an entry
    get       gets entries

optional arguments:
  -h, --help  show this help message and exit

examples:
happy log "i am so happy because you starred this project's repo on github xDD"
happy get all
```

## Example

<img src="https://github.com/TechWiz-3/happy-jar-cli/blob/main/media/example.png?raw=true" width="700px"></img>  

Inspired by [michelle/happy](https://github.com/michelle/happy)  

---
### 🎉 Commit labels
If you're interested in the commit labels used in this repo, check out my [git commit emoji](https://github.com/TechWiz-3/git-commit-emojis) project


