Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] ascending order of date for cargo compete submit results #165

Open
estshorter opened this issue Sep 19, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@estshorter
Copy link

estshorter commented Sep 19, 2021

It would be great if cargo compete submit command has option to print submission results in ascending order of date, because descending order is hard to see the latest result if terminal height is small.

current:

$ cargo compete submit practice-a
│ 2021-09-19 08:46:14 +09:00 │ A - Welcome to AtCoder  │ Rust (1.42.0) │ WJ                          │
│ 2021-09-19 08:21:23 +09:00 │ A - Welcome to AtCoder  │ Rust (1.42.0) │ AC  │    17 ms │    2484 KB │
│ 2021-09-18 23:20:40 +09:00 │ A - Welcome to AtCoder  │ Rust (1.42.0) │ AC  │    19 ms │    2492 KB │
│ 2021-09-18 23:14:15 +09:00 │ A - Welcome to AtCoder  │ Rust (1.42.0) │ AC  │   104 ms │    2892 KB │
│ 2021-09-18 19:07:02 +09:00 │ A - Welcome to AtCoder  │ Rust (1.42.0) │ AC  │     3 ms │    2116 KB │

preferable (I think):

$ cargo compete submit practice-a
│ 2021-09-18 19:07:02 +09:00 │ A - Welcome to AtCoder  │ Rust (1.42.0) │ AC  │     3 ms │    2116 KB │
│ 2021-09-18 23:14:15 +09:00 │ A - Welcome to AtCoder  │ Rust (1.42.0) │ AC  │   104 ms │    2892 KB │
│ 2021-09-18 23:20:40 +09:00 │ A - Welcome to AtCoder  │ Rust (1.42.0) │ AC  │    19 ms │    2492 KB │
│ 2021-09-19 08:21:23 +09:00 │ A - Welcome to AtCoder  │ Rust (1.42.0) │ AC  │    17 ms │    2484 KB │
│ 2021-09-19 08:46:14 +09:00 │ A - Welcome to AtCoder  │ Rust (1.42.0) │ WJ                          │
@qryxip qryxip added the enhancement New feature or request label Sep 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants