Skip to content

Url Shortener Application - designed for elementaryOS

License

Notifications You must be signed in to change notification settings

arshubham/srtnr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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