From f0d8b51caf6c706a19a321b13562d71a169ee839 Mon Sep 17 00:00:00 2001 From: Owen Voke Date: Mon, 10 Jun 2019 14:12:07 +0100 Subject: [PATCH] deluge: add page (#3101) --- pages/common/deluge.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 pages/common/deluge.md diff --git a/pages/common/deluge.md b/pages/common/deluge.md new file mode 100644 index 0000000000..10a1cc94b8 --- /dev/null +++ b/pages/common/deluge.md @@ -0,0 +1,20 @@ +# deluge + +> A command line BitTorrent client. +> More information: . + +- Download a torrent: + +`deluge {{url|magnet|path/to/file}}` + +- Download a torrent using a specific configuration file: + +`deluge -c {{path/to/configuration_file}} {{url|magnet|path/to/file}}` + +- Download a torrent and launch the specified user interface: + +`deluge -u {{gtk|web|console}} {{url|magnet|path/to/file}}` + +- Download a torrent and output the log to a file: + +`deluge -l {{path/to/log_file}} {{url|magnet|path/to/file}}`