Skip to content

Get schedule of coding contests from various coding platforms in your terminal.

License

Notifications You must be signed in to change notification settings

nobleknightt/contests-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


command-line tool to get schedule of contests on atcoder.jp, codechef.com, codeforces.com, geeksforgeeks.org and leetcode.com.

Installing on Ubuntu and its Derivatives

wget -q --show-progress https://github.com/er-knight/contests/releases/download/v0.1/contests.zip
unzip contests.zip
echo "export PATH=\$PATH:~/contests" >> .bashrc
source .bashrc