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

Open problem pages in the reverse order #162

Open
estshorter opened this issue Sep 18, 2021 · 0 comments
Open

Open problem pages in the reverse order #162

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

Comments

@estshorter
Copy link

estshorter commented Sep 18, 2021

Currently, cargo compete open open pages in ascending order of difficulty (A to F in AtCoder), but I think this should be done in the reverse order.
This is because the most difficult problem is shown in a browser after executing the command.

possibly related code:

for url in urls {
let url = url.borrow();
shell.status("Opening", url)?;
opener::open(url.as_str())?;
}

@estshorter estshorter changed the title Open problem pages in reverse order Open problem pages in the reverse order Sep 18, 2021
@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