Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 602 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 602 Bytes

cit

Command line Issue Tracker

Author: Yassine Maaroufi - [email protected]

Distributed under GPLv3 - http://www.gnu.org/copyleft/gpl.html

Description:

Cit is a small issue tracker that can be included in your project's base directory. It can thus be versioned with the rest of your code using tools like git or bzr. Cit is written in python and resides in a sqlite database.

Getting started:

cit init                      # To initialize the issue tracker

cit add "First issue"         # To add an issue

cit + 0                       # To upvote issue no. 0