Competitive programming setups suck ! This was the motivation behind creating codemon.
Codemon is a build tool for the terminal, and aims to make the workflow for competitive programming faster than ever. Codemon integrates flawlessly with popular editors such as VSCode, Sublime Text and Vim (❤) !
Like what you see ?
Tmux Left Window - Vim Editor (write code here).
Tmux Upper Right Window - Compile and run programs.
Tmux Lower Right Window - Write inputs, if you didn't use "codemon fetch" yet.
There are many ways to install Codemon.
pip install codemon
# clone the project & install
git clone https://github.com/ankingcodes/codemon.git
cd codemon/
pip3 install .
# check installation
codemon -h
Don't hesitate to create issues and PRs for improving codemon. All contributions are welcome.
The MIT License
Copyright (c) 2021 Ankush Bhardwaj