ashkan18 / journal

Journal CLI Tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Journalists PyPI version

Command-line based personal journal tool.

Install

pip install journalists

Usage

Help

> journalists --help
Usage: journalists [OPTIONS] COMMAND [ARGS]...

Options:
  --help  Show this message and exit.

Commands:
  append   Append to today's journal
  end      End today's journal
  version

Append to your today's journal

➜  journalists append
## 2020_05_22

### Pick an item type.
1) βœ… = Accomplishment
2) 🚒 = Shipped it
3) πŸ—‘ = Trashed it
4) πŸ‘· = WIP
5) πŸ‘€ = Reviewed
6) πŸ“š = Learning
7) πŸŽ‰ = Celebration
8) πŸ’‘ = Idea
9) πŸ“ˆ = Meeting
10) πŸ‘― = 1:1
11) πŸ€” = Puzzling/Challenging
12) 😐 = Mmmm...
13) πŸ’© = Not great
14) πŸ€·β€β™€οΈ = Other
9
What?
Standup with Highlights

- πŸ“š Python's format method
- πŸ‘€ PR #143
- 🚒 New release of journal app
- πŸ₯© Standup with Highlights

End your day

journalists end
## 2020-05-22
- πŸ“š Python's format method
- πŸ‘€ PR #143
- 🚒 New release of journal app
- πŸ₯© Standup with Highlights

### How was your day?
5) 🍾 AMAZING!
4) 🍷 Pretty Decent
3) 🍺 OK
2) β˜•οΈ hmm
1) πŸ₯ƒ Horrible
4
Anything to add?
Felt productive
- πŸ“š Python's format method
- πŸ‘€ PR #143
- 🚒 New release of journal app
- πŸ₯© Standup with Highlights

# ------------------------🍷 Pretty Decent Felt productive------------------------

Credits

Based on @hansencc original script.

License

MIT License, see LICENSE

About

Journal CLI Tool

License:MIT License


Languages

Language:Python 100.0%