Prothon is a CLI project manager and time tracker written in Python by Pedro Arilla. Prothon helps you to record your project progress and stores the data in JSON files. Every project is divided into tasks. It is possible to create, update and archive projects. To track your tasks, Prothon offers a timer or manual records.
Note: Prothon is an evolution of Pomothon, my other CLI project manager and time tracker with Pomodoro timer and focused on recording session logs.
Run with ./prothon.py
on your terminal.
Copyright 2022, Pedro Arilla (@pedroarilla).
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
https://www.apache.org/licenses/LICENSE-2.0
See the License file included in this repository for further details.