Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
RaJiska committed Dec 26, 2017
1 parent 159fdcd commit a54d15b
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 2 deletions.
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# blihGUI
A simple Graphical User Interface for BLIH's Epitech API used to manage Git repositories.
It has nothing more than the original Python scripts, except that it features a user-friendly interface.

# Features
* Graphical User Interface
* Repository Adding
* Repository Deletion
* Repositoru ACLs Management
* Repository Infos Retrieving
* Credentials Remembering

# Building
`qmake blihGUI.pro`
`make`

# Screenshots
### **Repositories List**
![alt text](https://img15.hostingpics.net/pics/811068blihgui1.png)
### **ACL Adding**
![alt text](https://img15.hostingpics.net/pics/382052blihgui2.png)
### **Repository Info**
![alt text](https://img15.hostingpics.net/pics/716756blihgui3.png)
4 changes: 2 additions & 2 deletions blihGUI.pro
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = blihGUI
TEMPLATE = app

QMAKE_CXXFLAGS += -std=c++11 -g3
QMAKE_CXXFLAGS += -std=c++11 -g -Wall -Wextra

LIBS = -lcurl -lcrypto

Expand Down Expand Up @@ -38,4 +38,4 @@ HEADERS += \
include/MainWindow.hpp \
include/RepoAddWindow.hpp \
include/RepoInfoWindow.hpp \
include/RepoSetAclWindow.hpp
include/RepoSetAclWindow.hpp

0 comments on commit a54d15b

Please sign in to comment.