Skip to content

command for competitive programing contest with oj-bundle

Notifications You must be signed in to change notification settings

luckylat/cp-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CP-Template

What is this

How to Install

TBD

How to Use

1. Set environment

Set environment file $XDG_CONFIG_HOME/cp-template/settings.toml or $HOME/.config/cp-template/settings.toml

[templates]
    default = "filepathA"        # required
    somestyle = "filepathB"      # option
    somestyle2 = "filepathC"     

2. Execute Command

$ cp-template --folder `FolderName` --number `Number of Problems` (--style `StyleName`)

Example

$ cp-template --folder ABC336 --number 7
Example /w StyleName
[templates]
    default = "A filepath"
    query = "Other filepath"
$ cp-template --folder CF1928 --number 6 --style query

To be

  • style setting

About

command for competitive programing contest with oj-bundle

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages