https://github.com/gcentauri/giticky
A dumb git and filesystem based ticket system with a browser interface in Python Flask
https://github.com/gcentauri/giticky
Last synced: 6 months ago
JSON representation
A dumb git and filesystem based ticket system with a browser interface in Python Flask
- Host: GitHub
- URL: https://github.com/gcentauri/giticky
- Owner: gcentauri
- Created: 2016-09-14T16:46:06.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-09-29T06:17:03.000Z (about 9 years ago)
- Last Synced: 2025-06-01T12:10:22.815Z (7 months ago)
- Language: Python
- Size: 28.3 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# giticky
A dumb git and filesystem based ticket system with a browser interface in Python Flask
for some reason my earlier commits were credited as budisaga or whatev
## gitick.py
this script will be used to generate and manage new projects, tickets, users,
and other git commands. for now, you can launch it with python3 and use the
new() and add() functions to make a new project and add tickets
## gitick-view
gitick-view.py expects a directory called 'gitick-projects' that can have
directories and subdirectories with .md files. this project root can be
changed in the gitick-view.cfg file