Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 910 Bytes

File metadata and controls

35 lines (24 loc) · 910 Bytes

Today

today logo

Today is manager using markdown with manager todo task.

Features

  • create new file markdown with date format.
  • get weather from CPTEC using brazil-api.
  • manager tasks with todo.

How to use

  • clone project

  • build release

  • use bin file

  • config env:

  • get city codbe by api brasil api search

    export TODAY_BASE_FILE=/home/$USER/tasks
    export TODAY_CITY_CODE=244

View using Marmite

  • to view list tasks use marmite project like: marmite $TODAY_BASE_FILE live-tasks --serve
  # alias to use with marmite live
  alias today-show="marmite $TODAY_BASE_FILE --watch --serve /home/$USER/live-task"

image