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

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
xalanq committed Feb 29, 2020
1 parent cbfe3cf commit 5b9e0b4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ It's fast, small, cross-platform and powerful.

## Features

* Support all programming languages in Codeforces.
* Support contests, gym, groups and acmsguru.
* Support all programming languages in Codeforces.
* Submit codes.
* Watch submissions' status dynamically.
* Fetch problems' samples.
* Compile and test locally.
* Clone all codes of someone.
* Generate codes from the specified template (including timestamp, author, etc.)
* List problems' stats of one contest/gym.
* List problems' stats of one contest.
* Use default web browser to open problems' pages, standings' page, etc.
* Setup a network proxy.
* Colorful CLI.
Expand Down
6 changes: 3 additions & 3 deletions README_zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ Codeforces Tool 是 [Codeforces](https://codeforces.com) 的命令行界面的

## 特点

* 支持 Codeforces 中的所有编程语言
* 支持 contests、gym、groups 和 acmsguru
* 支持 Codeforces 中的所有编程语言
* 提交代码
* 动态刷新提交后的情况
* 拉取问题的样例
Expand Down Expand Up @@ -147,8 +147,8 @@ $ go build -ldflags "-s -w" cf.go
新建两个文件 "inK.txt" 和 "ansK.txt" 即可,其中 K 是包含 0~9 的字符串。
cf watch 查看自己在当前比赛的最后 10 次提交结果。
cf watch all 查看自己在当前比赛的全部提交结果
cf open 1136 a 用默认的浏览器打开比赛 id 为 1136 的题目 a。
cf open 1136 用默认的浏览器打开比赛 id 为 1136 的总览页面。
cf open 1136a 用默认的浏览器打开比赛 contest 1136, problem a.
cf open gym 100136 用默认的浏览器打开比赛 gym 100136.
cf stand 用默认的浏览器打开当前比赛的榜单。
cf sid 52531875 用默认的浏览器打开 52531875 这个提交页面。
cf sid 打开最后一次提交的页面。
Expand Down

0 comments on commit 5b9e0b4

Please sign in to comment.