A URL shortener for your Urbit.
Go to file
yung calibri f9423d0a64 zuse 412
2023-09-29 00:59:30 -04:00
desk zuse 412 2023-09-29 00:59:30 -04:00
.gitignore v0.6.0 2023-08-30 10:39:46 -04:00
README.md add %divert action 2023-09-12 00:17:19 -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 divert to create a redirect from a random path (drawn from the set of stars, eg /apps/prism/ronfeb).

dojo> :prism|divert 'https://newgrounds.com/'

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.