feat: :CP <platform> signup — open platform registration page in browser #328
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
barrettruth/cp.nvim#328
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
There is no way to quickly get to a platform's signup/registration page
from within Neovim. Users who don't yet have an account have to navigate
there manually.
Solution
Add
:CP <platform> signupas a subcommand that callsvim.ui.openonthe platform's registration URL. Pairs naturally with
:CP <platform> login.Candidate URLs:
https://atcoder.jp/registerhttps://codeforces.com/registerhttps://www.codechef.com/registerhttps://cses.fi/registerhttps://open.kattis.com/registerhttps://usaco.org/index.php?page=createaccountResolved by #337.