You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I also use the (codeforces cli)[https://github.com/woshiluo/cf-tool], which has a very interesting feature cf open would just open the problem page you're working on.
it's implemented by this lib: https://github.com/skratchdot/open-golang which invokes open on mac, start on windows and xdg-open on linux to open a given url on web browsers.
I think leetcode open pid or leetcode pick pid -o would also be very handy in use
The text was updated successfully, but these errors were encountered:
I also use the (
codeforces cli
)[https://github.com/woshiluo/cf-tool], which has a very interesting featurecf open
would just open the problem page you're working on.it's implemented by this lib: https://github.com/skratchdot/open-golang which invokes
open
on mac,start
on windows andxdg-open
on linux to open a given url on web browsers.I think
leetcode open pid
orleetcode pick pid -o
would also be very handy in useThe text was updated successfully, but these errors were encountered: