add support for URL shortening #3

Closed
opened 2018-10-04 18:52:35 +00:00 by ben · 2 comments
Contributor

now that tildeverse/0x0 supports gopher urls, I'd like to see support for shortening.

it currently works with something like this:

curl -F'shorten=https://domain.tld/long/path/to/something/cool' https://ttm.sh

should be pretty easy to do. maybe an option -u?

now that tildeverse/0x0 [supports gopher urls](https://tildegit.org/tildeverse/0x0/src/branch/master/fhost.py#L139), I'd like to see support for shortening. it currently works with something like this: `curl -F'shorten=https://domain.tld/long/path/to/something/cool' https://ttm.sh` should be pretty easy to do. maybe an option `-u`?
Owner

Basic support added with commit 740261edfa

I'd like to see if I can integrate it with some of the other features down the line for batch processing, but this will function well for now.

Basic support added with commit 740261edfa11322f6d92c367c35545c3a2cd550d I'd like to see if I can integrate it with some of the other features down the line for batch processing, but this will function well for now.
Author
Contributor

awesome!

awesome!
Sign in to join this conversation.
No Label
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: tomasino/pb#3
No description provided.