From 4b8d5b28193d8a80a6d0ea268d19e06a208ea189 Mon Sep 17 00:00:00 2001 From: Denis Lehmann Date: Fri, 15 Oct 2021 20:58:13 +0200 Subject: [PATCH] update README --- README.org | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.org b/README.org index c890b4e..27ff362 100644 --- a/README.org +++ b/README.org @@ -18,7 +18,7 @@ If *strm* is configured to use the =media= directory, you can play the shortfilm e.g. with the following command: - : strm daily dweebs + : $ strm daily dweebs Every argument which is not assigned to an flag is interpreted as part of the query. The query arguments are interpreted as [[https://en.wikipedia.org/wiki/Glob_(programming)][glob patterns]], additionally surrounded by wildcards (=*=). @@ -28,9 +28,9 @@ The shortfilm from the example above could have also been played with one of the following commands: - : strm dweebs daily - : strm movies dwee - : strm d d 17 + : $ strm dweebs daily + : $ strm movies dwee + : $ strm d d 17 It is possible that multiple files are matched by one of the commands. All files are then played in the order of the configured media directories, followed by lexicographical order of the filepath. @@ -74,7 +74,7 @@ This project is also a [[https://nixos.wiki/wiki/Flakes][Nix flake]]. You can execute it with the following command if you have a recent version of [[https://nixos.org/][Nix]] installed and flakes are enabled: - : nix run github:Deleh/strm -- --help + : $ nix run github:Deleh/strm -- --help If you use it this way, mpv is started with *MPRIS* support by default.