summaryrefslogtreecommitdiffstats
path: root/conf/gitolite.conf
blob: ea3099a1ff0c13773d2cffeb2004cd91ade2a921 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
repo gitolite-admin
    RW+     =   admin

repo comedyGenerator
    RW+                              =   admin
    config gitweb.description        =   "Ifunny API scrapper for downloading videos and gifs."
    config gitweb.owner              =   "msglm"

repo dallegen
    RW+     =   admin
    config gitweb.description        =   "A tool for using dalle-mini via the cli."
    config gitweb.owner              =   "msglm"

repo indeedwatcher
    RW+     =   admin
    config gitweb.description        =   "Scrapes indeed for job listings then downloads and formats them for you"
    config gitweb.owner              =   "msglm"

repo ddg-image-grabber
    RW+     =   admin
    config gitweb.description        =   "Scrapes images off duckduckgo image search urls"
    config gitweb.owner              =   "msglm"

repo swinIR_API
    RW+     =   admin
    config gitweb.description        =   "Allows you to send images to https://huggingface.co/spaces/akhaliq/SwinIR to be upscaled via the cli."
    config gitweb.owner              =   "msglm"

repo school-code
    RW+     =   admin
    config gitweb.description        =   "All my code of interest from my high school and college days."
    config gitweb.owner              =   "msglm"

repo TrumpDesk
    RW+     =   admin
    config gitweb.description        =   "A parser for Trump's blog: Trump Desk."
    config gitweb.owner              =   "msglm"

repo msglm-dotfiles
    RW+     =   admin
    config gitweb.description        =   "My personal bash scripts and configs."
    config gitweb.owner              =   "msglm"

repo stealIfunny
    RW+     =   admin
    config gitweb.description        =   "comedyGenerator's inferior beta version."
    config gitweb.owner              =   "msglm"