Get support for KuiKui/Politime
If you're new to LTH, please see our FAQ for more information on what it is we do.
Support Options
Unfortunately, there are currently no active helpers for this repository on the platform. Until they become available, we reccomend the following actions:
View Open IssuesTake a look to see if anyone else has experienced the same issue as you and if they managed to solve it.
Open an IssueMake sure to read any relevant guidelines for opening issues on this repo before posting a new issue.
Sponsor directlyCheck out the page and see if there are any options to sponsor this project or it's developers directly.
KuiKui/Politime
Politime
Command line tasks logger, to make your boss happy.
Principle
- It use a list of topics specified in json file which can be centralized.
- The user select one or more topics on which he worked today.
- Its results are saved in a json file and it can be exposed later, in the proper format.
Usage
List predefined topics :
$ politime list topics
Add topics on which you worked :
# Today
$ politime add
# Yesterday
$ politime add yesterday
# Another specific day
$ politime add 2017-10-23
To overwrite previously saved topics for a day, use set
command instead of add
:
# Today
$ politime set
List saved topics by days :
$ politime list
Requirement
- PHP 5.5 (accessibility over security)
Install
Clone the project :
$ git clone git@github.com:KuiKui/Politime.git /path-to-politime
Install dependencies :
$ cd /path-to-politime
$ composer install
The executable is in the bin/
directory, you can configure your $PATH
:
$ export PATH=/path-to-politime/bin:$PATH
Configure topics
Update the topics.json
file in the data
directory containing a list of topics (see the it).
You can also configure an environment variable to specify a custom path to your topics file :
$ export POLITIME_TOPICS_FILENAME=/path-to-your-custom-data/my-custom-topics.json
It's possible to reach remote file to use centralized topics in a same team :
$ export POLITIME_TOPICS_FILENAME=http://path-to-your-custom-remote-data/team-remote-topics.json
Configure backups
By default, Politime save your activity in a json file timeslots.json
in the data
directory.
You can configure an environment variable to specify a custom path to your timeslots file :
$ export POLITIME_TIMESLOTS_FILENAME=/path-to-your-custom-data/politime-save.json
Our Mission
We want to make open source more sustainable. The entire platform was born from this and everything we do is in aid of this.
From the Blog
Interesting Articles
-
Generating income from open source
Jun 23 • 8 min read
-
2023 State of OSS
Apr 23 • 45 min read ★
-
A funding experiment...
Aug 19 • 10 min read
-
But You Said I could
Aug 19 • 2 min read
Thank you for checking out LiveTechHelper |
2025 © lth-dev incorporated
p-e622a1a2