https://github.com/bessbd/git-task
Git-task is a flat-file task management tool with git integration
https://github.com/bessbd/git-task
git tasks
Last synced: 3 months ago
JSON representation
Git-task is a flat-file task management tool with git integration
- Host: GitHub
- URL: https://github.com/bessbd/git-task
- Owner: bessbd
- License: mit
- Created: 2018-05-13T16:23:03.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-01-27T12:16:40.000Z (over 7 years ago)
- Last Synced: 2025-10-07T09:50:32.580Z (9 months ago)
- Topics: git, tasks
- Language: Python
- Homepage: https://github.com/bessbd/git-task
- Size: 46.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# git-task
[](https://travis-ci.com/bessbd/git-task)
## Dependencies
* [Python >=3.7](https://www.python.org/downloads/release/python-370/)
## Installation
```
pip install gittask
```
## Installing git alias
```
gittask install_git_alias
```
## Enabling bash completion
```
echo 'eval "$(gittask -- --completion)"' >> ~/.bashrc
```
## Docs
The annotated source is available at [docs/GitTask.html](https://bessbd.github.io/git-task/GitTask.html)