cli
cli copied to clipboard
Feature Idea: Aliases
It'd be really handy if we could alias hyper URLs to some registry internal to hk
to reduce typing. Something like...
hk alias bob hyper://1234..af
hk drive ls bob
hk drive cat bob/index.html
I'd love to work on this and use it to find my way around the codebase and contribute to hyp :)
I'll probably explore the code this weekend and get back to this issue and discuss possible implementations. If you do have any pointer or suggestion, that would be really appreciated
@vic Appreciate the offer! We still need to talk through this idea as a team and decide whether to land it.
@pfrazee I created a PR for this. Technically it should be working. The code is complete and hyp
throws no exceptions. But I can't perfectly test it because of issue #52.