arshubham / srtnr

Url Shortener Application - designed for elementaryOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Application Icon

Srtnr

A simple tool to shorten long URLs!.

Designed for elementary OS

Get it on AppCenter
*Not yet available on appcenter

Screenshot

Building, Testing, Installation

Requiered Dependencies

- elementary-sdk
- build-essential
- libgtk-3-dev
- libnotify-dev
- pkgconf
- libssl-dev
- rustc
- cargo
- libpng-dev
- libcairo2-dev
- libatk1.0-dev
- libpango1.0-dev
- libgdk3.0-cil-dev

Delete Vendor Files

(These are only needed for houston, remove them if you want to update the libraries and generate them again)
cd srtnr
rm -r vendor
rm -r .cargo

Generate Vendor Files

cd srtnr
cargo install cargo-vendor    //Only need to install this once
make vendor

Executing without Installation

cd srtnr
cargo run

Building and Installation

(Build will use vendored crates if vendor folder is present, remove it to fetch crates from https://crates.io)

git clone https://github.com/arshubham/srtnr.git && cd srtnr
make clean
make
sudo make install

Executing

com.github.arshubham.srtnr

Uninstallation

cd srtnr
sudo make uninstall

License

Srtnr is licensed under GNU GPL v3.0

About

Url Shortener Application - designed for elementaryOS

License:GNU General Public License v3.0


Languages

Language:Rust 80.1%Language:Makefile 19.9%