A command line tool to create edit and export daily, weekly, or monthly reports.
To make life for trainees easier This script will help you to create weekly reports and also to manage your time need.
Work in Progress
Python3
Just clone the repository and cd into the directory
python3 bin/reportdaily.py [commands] [arguments]
-h
: help information
init
: initialize and create config and databasenew
: new day for entriesadd
: creates a new entrychange
: change an existing entrydelete
: delete an entrylist
: listing all existing entriesexport
: export all entries in a file format
git clone [this project]
cd reportdaily
python3 bin/reportdaily.py init
# create user config
python3 bin/reportdaily.py new
# a new day has been added.
python3 bin/reportdaily.py add "message"
# adds your message to your new day
python3 bin/reportdaily.py list
# show all the entries from this day with id
python3 bin/reportdaily export
# exports all the entries