https://github.com/iddm/urlshortener-dbus-daemon
A urlshortener DBus daemon for performing url shortener requests easily
https://github.com/iddm/urlshortener-dbus-daemon
Last synced: 2 months ago
JSON representation
A urlshortener DBus daemon for performing url shortener requests easily
- Host: GitHub
- URL: https://github.com/iddm/urlshortener-dbus-daemon
- Owner: iddm
- License: mit
- Created: 2018-08-02T13:48:36.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-12-05T18:56:47.000Z (over 2 years ago)
- Last Synced: 2026-02-14T05:20:20.003Z (4 months ago)
- Language: Rust
- Size: 12.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# urlshortener-dbus-daemon
[](https://crates.io/crates/urlshortener-dbus-daemon) [](https://travis-ci.org/iddm/urlshortener-dbus-daemon) [](https://docs.rs/urlshortener-dbus-daemon)
[](./LICENSE)
A very simple urlshortener dbus daemon written in Rust. Uses [urlshortener library](https://github.com/iddm/urlshortener-rs).
## Usage (dbus-send)
```bash
$ 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](https://github.com/iddm/urlshortener-dbus-daemon/blob/master/LICENSE).