Egor is a command-line utility written in Go, it parses tasks from online judges like (codeforces, codechef ...) and help you execute tests locally via your favorite programming language. Since it's a command-line app, it's platform and IDE agnostic so you can use it with Sublim, VIM, Vscode...
Installation instructions
- All installation instructions can be found in the repo
C++ support
- We recently added the ability to inline C++ library code, i.e if you have codes (commons, data structures) written in header files in some directory you can include them (no more copy-pasting), and all you have to do is point Egor to your library folder, and it will generate a file containing all inlined library code in the correct order.
Contribution
- We will be more than happy to get feedback, and comments on existing issues or new issues...