cf-tool icon indicating copy to clipboard operation
cf-tool copied to clipboard

:bar_chart: Codeforces CLI (Submit, Parse, Test, etc.). Support Contests, Gym, Groups, acmsguru, Windows, macOS, Linux, 7 MB

Results 80 cf-tool issues
Sort by recently updated
recently updated
newest added

Built with ```go install github.com/xalanq/cf-tool@latest```

I tried to login with `cf config` and choose option 0. Pretty sure I entered my username and password correctly, but get an error "Cannot find csrf".

https://github.com/xalanq/cf-tool/blob/4aff8682ad0d1e14155c9744a3f27780576bb11e/client/login.go#L48-L51 There's just a single `data-csrf='...'` field on Codeforces now. What's the point in using the second match, not the first one?

I'm not sure it works all time. If not, please tell in this threads.

I don't want to create new directory while using `cf race or cf parse`, just sample files, is there a way for it?

Got a problem submitting 50A ![Screenshot_20210822_133731](https://user-images.githubusercontent.com/54260142/130343793-8825040b-1d69-4867-b408-7738a0081680.png) `~/.cf/config` ```json { "template": [ { "alias": "cpp", "lang": "42", "path": "/home/afgxf/template/tem.cpp", "suffix": [ "cxx", "cpp" ], "before_script": "clang++ $%full%$ -o $%file%$.out --std=c++11 -Wall...

I need a very detailed README. Can anyone help me ~

enhancement

![IMG_20210814_155536.jpg](https://user-images.githubusercontent.com/38099015/129443213-041d1836-f6de-40b5-bc9d-37a282ec5e19.jpg)

Hi All, I found a problem with ```cf list``` command, it may be caused by the update codeforce's footnote. For example, for command ```cf list 100```, you will get the...