Update cheatsheets

This commit is contained in:
ivuorinen
2025-04-26 00:18:47 +00:00
parent 9b06c2023f
commit 47db9e503e
127 changed files with 302 additions and 302 deletions

View File

@@ -14,16 +14,16 @@ source: https://github.com/tldr-pages/tldr.git
- List all streamable files contained in a torrent (given as a magnet link):
`peerflix "{{magnet:?xt=urn:btih:0123456789abcdef0123456789abcdef01234567}}" --list`
`peerflix "{{magnet:?xt=urn:btih:0123456789abcdef0123456789abcdef01234567}}" {{[-l|--list]}}`
- Stream the largest file in a torrent, given as a torrent URL, to VLC:
`peerflix "{{http://example.net/music.torrent}}" --vlc`
`peerflix "{{http://example.net/music.torrent}}" {{[-v|--vlc]}}`
- Stream the largest file in a torrent to MPlayer, with subtitles:
`peerflix "{{torrent_url|magnet_link}}" --mplayer --subtitles {{subtitle-file.srt}}`
`peerflix "{{torrent_url|magnet_link}}" {{[-m|--mplayer]}} {{[-t|--subtitles]}} {{subtitle-file.srt}}`
- Stream all files from a torrent to Airplay:
`peerflix "{{torrent_url|magnet_link}}" --all --airplay`
`peerflix "{{torrent_url|magnet_link}}" {{[-a|--all]}} {{[-s|--airplay]}}`