Egor, CLI based competitive programming tool

Revision en1, by MaxHeap, 2020-04-22 03:41:11

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...
Tags cli, tools, competitive companion

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en1 English MaxHeap 2020-04-22 03:41:11 955 Initial revision (published)