#link-shortener #shortener #url #short #link

app urlshortener-dbus-daemon

A very simple url shortener dbus daemon

1 unstable release

Uses old Rust 2015

0.1.1 Aug 2, 2018

#21 in #shortener

MIT license

6KB
56 lines

urlshortener-dbus-daemon

MIT licensed

A very simple urlshortener dbus daemon written in Rust. Uses urlshortener library.

Usage (dbus-send)

$ dbus-send --session --dest=io.crates.urlshortener --type=method_call --print-reply / io.crates.urlshortener.Shorten string:"http://google.ru"
method return time=1533217676.442292 sender=:1.2237 -> destination=:1.2238 serial=3 reply_serial=2
   string "https://is.gd/h5kR5r"

License

This project is licensed under the MIT license.

Dependencies

~13MB
~271K SLoC