/todo-shell

Primary LanguagePython

Todo in markdown

Todo list with markdown format using shell or python

Shell option

Screenshot_20231017_004757

Required

  • shell
  • jq
  • glow
  • curl
  • figlet
  • cal/gcal

Install

  • clone project
  • create folder lab/daylog
  • change default city to code of you city
  • create file of day with ./today.sh

Use

  • ./today.sh -add 'new todo item'

Python option

Screenshot from 2024-09-13 17-30-11

Required

  • glow
  • uv
  • cal

install

  • clone project
  • create folder lab/daylog
  • change default city to code of you city
  • create file of day with ./today.sh

Use

  • uv run today.py add 'new todo item'

License GPLv3