redromnon / happy-jar-cli

๐ŸŒผ Keep a happy jar from your terminal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Happy Jar CLI

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

# basic logging
$ happy log "Happy text here! :D"

# view logs with
$ happy get all

# or,
$ happy get today

Installation

pip install happyjar

Binaries:
Download the binary for your platform from the Artifacts section of the latest GitHub Actions run.

What is it?


Source

Usage

$ 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

Inspired by michelle/happy

Todo

  • Add support for markdown emojis with the :emoji: format. Use Textualize/rich for this.

Check Issues for more.

Contributors


๐ŸŽ‰ Commit labels

If you're interested in the commit labels used in this repo, check out my git commit emoji project

About

๐ŸŒผ Keep a happy jar from your terminal

License:GNU General Public License v3.0


Languages

Language:Python 100.0%