Skip to content
This repository has been archived by the owner on May 14, 2024. It is now read-only.

woshiluo/cf-tool-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cf-tool-rs

A Rust implement for https://github.com/xalanq/cf-tool

WIP. Pull Requests / Contributions are welcomed!

How to Configure?

Configure File should in ~/.config/cf-tool-rs/config.toml:

session_file="/tmp/cf-tool.session"
handle="woshiluo"
code_suffix=".cpp"
language_id="54"

Usage

Three Subcommands

  • race <CID>: If the contest has not started yet, program will count down. If it has started, the program will parse this contest's problem in ./<CID>/<PID>.
  • parse <CID> <PID>: Parse this problem's sample-cases and write in current dir.
  • submit: Your current dir should be like <CID>/<PID>, the program will submit <PID>.<code_suffix>.

TO-DO

  • login
  • parse
  • race
    • public contest
    • login
    • Countdown
  • submit
  • config file
  • session file
  • Colorful output

Interested

  • watch
  • test
  • list

Not Interested

  • Template

About

Yet another Codeforces cli. WIP

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages