Install RECONTIME with GIT
git clone https://github.com/madhanmaaz/recontime
cd recontime
- install dependencies
python3 install.py
- run
python3 recontime.py
- to use recontime from any of your directory
nano ~/.bashrc
- add this line in end of the file and reopen the terminal.
alias recontime='python3 path-to-recontime.py'