Metadata-Version: 2.1
Name: minj
Version: 0.0.1
Summary: Minimalist Journal on CLI
Home-page: https://github.com/guilhermelowa/minj
Author: Guilherme Lowa
Author-email: guilhermelowa@protonmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

versão em português abaixo

# Minimalist journaling 

This is a minimalist CLI journal. It is intended to log daily activities and evaluations of all kinds of sorts - well-being, physical, mental, energy levels and so on.

## Installing
Soon

## Usage
To get help: `minj -h`

`minj sleep 22:30 6:30` to log your sleep and wake up time, respectively.
`minj metrics` to log the metrics that you're tracking.

## References:

- [Peter Lyons on career advice](https://peterlyons.com/leveling-up/#pillar3)
- [Jeff Atwood (StackOverflow co-founder) on writing](https://blog.codinghorror.com/how-to-write-without-writing/)
- [jrnl - Python Journal](https://github.com/jrnl-org/jrnl)

# Diário minimalista

Este é um diário minimalista para linha de comando (CLI).

Vou escrever depois melhor a motivação. O objetivo é criar um log das atividades diárias realizadas e como você se sente, pra quem sabe extrair alguma relação destes dados. Extraindo ou não, o fato de você registrar esses logs já dá uma clareada na mente sobre você mesmo. Leia mais em Journal Smarter.

Vou começar registrando só coisas relacionadas ao sono e a qualidade do sono no dia seguinte, que é sobre o que tô lendo agora - o maravilhoso livro Why We Sleep de Matthew Walker. A ideia é ir incrementando pra registrar todas as atividades: exercício, alimentação, meditação, estudos, etc.

## Uso
Você pode ler as opções utilizando `minj -h` 

`minj sleep 22:30 6:30` registra o horário que você dormiu (22:30) e que acordou (6:30), respectivamente.
`minj metrics` registra as métricas que você está medindo atualmente.

## Referências


