/wlogger

Minimalistic command-line progress tracker.

Primary LanguagePythonApache License 2.0Apache-2.0

WLogger

Minimalistic command-line progress tracker.

Wlogger helps logging your progress as you work. Minimalistic interface for procastinators who spend too much time planning. Add to it a reminder extension, and just the productivity manager you deserve, and probably need as well. Let those planned projects finally see the light of day!!

Installation

pip install wlogger

Usage

Use of flags

$ wlogger --section WLogger --add First Commit

Add tasks using --add across tabs maintained by --section.

$ wlogger --section Wlogger --remove First Commit

Remove existing tasks from sections with --remove.

$ wlogger --section Wlogger --progress Second Commit

Track progress directly when not in ToDo List. Use of --section is optional, adding tasks General tab.

Markdown support and Github Integration.

$ wlogger --md

ToDo List :

  • wlogger identifies adding, tracking tasks.
  • wlogger asks for configuration on first request.
  • wlogger stores the progrss with datetime stamp.
  • wlogger allows reminders.
  • wlogger uses natural language processing for recommendations.
  • wlogger supports markdown generation.
  • wlogger supports tab-completion.
  • wlogger integrated with Github.