A URL shortener for your Urbit.
Go to file
2023-09-09 22:39:23 -04:00
desk reverse shortlinks so the most recently added appears at the top 2023-09-09 22:39:23 -04:00
.gitignore v0.6.0 2023-08-30 10:39:46 -04:00
README.md v0.6.0 2023-08-30 10:39:46 -04:00

Prism

A URL shortener for your Urbit.


Usage

Boot it up, open the web UI at /apps/prism. Interactions are all documented there.

Use direct to create a redirect.

dojo> :prism|direct ~.dev 'https://developers.urbit.org/'

Use defect to disable an existing redirect.

dojo> :prism|defect ~.dev

Use renege to re-enable a previously disabled redirect.

dojo> :prism|renege ~.dev

Use delete to delete a redirect.

dojo> :prism|delete ~.dev

Development

This is very much a work in progress. I don't have any special insight into who's using the app, what they're using it for, or what could be improved to make it better for users. So if you have a suggestion, please do create an issue for it.

I'm working on a way to provide feedback directly from within the web UI, but that's still a little ways off.