diff --git a/tldr/flexget b/tldr/flexget new file mode 100644 index 00000000..9df11a3e --- /dev/null +++ b/tldr/flexget @@ -0,0 +1,25 @@ +--- +syntax: markdown +tags: [tldr, common] +source: https://github.com/tldr-pages/tldr.git +--- +# flexget + +> A multipurpose automation tool for content like torrents, nzbs, podcasts, comics, series, movies, etc. +> More information: . + +- Run all Flexget tasks now: + +`flexget execute --now` + +- Start the Flexget daemon and daemonize its process: + +`flexget daemon start --daemonize` + +- List all series recorded in Flexget: + +`flexget series list` + +- Run a task from a config file: + +`flexget -c {{path/to/config.yml}} execute --task {{task_name}}`