https://github.com/dee-me-tree-or-love/trkr-cli
trkr keeps the track of tasks from your command line.
https://github.com/dee-me-tree-or-love/trkr-cli
Last synced: 2 months ago
JSON representation
trkr keeps the track of tasks from your command line.
- Host: GitHub
- URL: https://github.com/dee-me-tree-or-love/trkr-cli
- Owner: dee-me-tree-or-love
- Created: 2017-03-03T20:22:00.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-14T18:48:00.000Z (about 8 years ago)
- Last Synced: 2025-02-01T07:18:49.654Z (4 months ago)
- Language: Python
- Size: 27.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# trkr-cli
`trkr` is a simple tool that keeps the track of tasks from your command line.
## DISCLAIMER
`trkr` is in development at the moment and is not yet stable, so if you install it and try to use, please don't get upset about the bugs. The stable version will be announced. :v:
## Structure
The project is structured based on [skele-cli](https://github.com/rdegges/skele-cli) by Randall Degges.
## Installation
After cloning the repository or downloading the files, run
`$ pip install -e .`
trkr is platfrom independent, but requires at least `python 3.5` to be sure to run properly and `pip` package manager in order to install.
## Data
The application maintains its local SQLite database in a custom directory `~/trkr/`, where `~` is the default user/home directory specific to the platform.