仓库指标
- 星标
- (2 个星标)
- PR 合并指标
- (30 天内没有已合并 PR)
描述
Is your feature request related to a problem? Please describe.
I've thought about this command since starting the project. wb go [OPTION] command [ARGS] would allow users to be redirected to any Wayne State University resource.
For example:
wb go degree works
...Should send a user to https://degreeworks.wayne.edu/
Describe the solution you'd like It would be cool to simply map some certain (documented) names that link directly to common resources on WSU's site. Think registration. STAR appointments, degree works, etc.
For Developers- what would your solution be?
We'd need a new command (wb go) that receives a resource name (free-form text). Then, a lookup table mapping resource names or aliases to URLs. We'd also want a resolver that normalizes user input and finds the closest match and lastly, a browser launcher that opens the chosen URL using the system’s default browser.
We're not looking for anything specific so feel free to get creative with how you handle this flow!
Note: Think about some optional flags for listing resources, validating names, or forcing a choice.
Additional context Good luck! Contact @cachebag for any questions or help!