NayamAmarshe / please

🙏 Please CLI - Minimalistic New Tab Page CLI Tool with a greeting, date and time, inspirational quotes and your personal tasks and to-do list
MIT License
582 stars 26 forks source link

Added new config Options #41

Closed niksingh710 closed 1 year ago

niksingh710 commented 1 year ago

This allows the user to put any glyphs in their config to represent their to-do status. Sources to get glyphs nerd font

The new config may look like this:

{
  "user_name": "Nikhil Singh",
  "initial_setup_done": true,
  "tasks": [],
  "disable_line": false,
  "disable_quotes": false,
  "disable_greeting": false,
  "done_icon": "",
  "notdone_icon": "",
  "time_format_24h": false
}

This will not break the user's previous config as the options done_icon and notdone_icon are optional.

niksingh710 commented 1 year ago

Now it is ready to merge. @NayamAmarshe

NayamAmarshe commented 1 year ago

Thanks for the fix.