Skip to content

A helper that receives test cases from Competitive Companion and generates files accordingly

Notifications You must be signed in to change notification settings

thallium/cp-helper-rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CP Helper

A CLI utility that receives test cases from Competitive Companion and generates files accordingly. The file structure will look something like:

├── AtCoder
│   └── AtCoder_Beginner_Contest_284
│       ├── A__Sequence_of_Strings
│       │   ├── 1.in
│       │   ├── 1.out
│       │   ├── 2.in
│       │   ├── 2.out
│       │   └── main.cpp
└── Codeforces
    └── Educational_Codeforces_Round_58_Rated_for_Div_2
        └── A_Minimum_Integer
            ├── 1.in
            ├── 1.out
            └── main.cpp

Installation

Download from Releases

Configuration

The location for the config file is:

  • Linux: /home//.config/cp-helper/config.toml
  • Windows: C:\Users<user>\AppData\Roaming\cp-helper\config.toml
  • macOS: /Users//Library/Application Support/cp-helper/config.toml or /Users//.config/cp-helper/config.toml

Possible configurations:

  • contest_path:
    • The path where all the data should be stored, if it's not set, the data will be stored under the current directory.

About

A helper that receives test cases from Competitive Companion and generates files accordingly

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages