Skip to content

Commit

Permalink
improve readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
adelolmo committed May 29, 2019
1 parent 95967c8 commit 73241c5
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 5 deletions.
25 changes: 22 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,32 @@
# delauncher
Send magnet links to a remote deluge server with a click
Send magnet links from your browser to a deluge server with a single click

![screenshot](screenshot.png)
![notification](notification.png)

# How does it work

Access `delauncher` under Applications > Internet > Delauncher and configure the deluge server URL and the password for the `Web UI`.

After that, clicking a magnet link on your browser will send it to the deluge server queue.

# How to Install

## Setup repository
## Via package

Download latest version from https://github.com/adelolmo/delauncher/releases/latest

```
# dpkg -i delauncher_1.1.0_amd64.deb
```

## Via debian/ubuntu repository

### Setup repository

Follow the instructions [here](https://adelolmo.github.io).

## Install package
### Install package
```
# apt-get install delauncher
```
2 changes: 1 addition & 1 deletion deb/usr/share/applications/delauncher.desktop
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[Desktop Entry]
Name=Delauncher
GenericName=Delauncher
Comment=Send magnet links to a remote deluge server with a click
Comment=Send magnet links from your browser to a deluge server with a single click
Exec=delauncher %U
Icon=delauncher
Terminal=false
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ func main() {
Address: os.Args[1],
})
default:
fmt.Print("usage: delauncher (MAGNET_LINK)")
fmt.Print("usage: delauncher [MAGNET_LINK]")
os.Exit(1)
}
}
Expand Down
Binary file added notification.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 73241c5

Please sign in to comment.