An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# git-task

[![Build Status](https://travis-ci.com/bessbd/git-task.svg?branch=master)](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)