Skip to content

Commit edd786f

Browse files
chermehdiMehdi Cheracher
authored and
Mehdi Cheracher
committed
Add README.md
1 parent 193d0c4 commit edd786f

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

README.md

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Go egor
2+
3+
## Introduction
4+
5+
- A commandline helper utility for competitive programmers to parse competitive programming tasks on online judges (codeforces, codechef ...)
6+
and help execute tests locally via their favorite programming language.
7+
8+
## Installation
9+
10+
- The installation requires that you have `go` installed, and you just type `go get github.com/chermehdi/go-egor`
11+
and you will have the go-egor command available to you.
12+
13+
## Features
14+
15+
- The current supported command list is outlined here, and you can find out more details in the docs page.
16+
- `go-egor parse`: Starts listening for competitive companion chrome plugin to parse the task
17+
- `go-egor test`: Runs the tests of the current task and outputs the results
18+
- `go-egor copy`: Copies the current task to the clipboard.
19+
- `go-egor batch`: Tests the main solution for this task against another solution (probably written in another language than the main one)
20+
by running both of them and feeding them the tests for this task, this is usefull if you have a brute force solution and an efficient solution
21+
and you want to validate the optimal solution against the one you are sure that is working.
22+
23+
## Contribution
24+
25+
- Contribution of any kind is welcome, Testing, Issues and Pull requests 😄
26+

0 commit comments

Comments
 (0)