We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6a190e commit 5947316Copy full SHA for 5947316
README.md
@@ -81,7 +81,7 @@ Patterns may also contain capture groups. You can use these capture groups in `#
81
``` scheme
82
(assoc
83
#:pattern "([0-9]+) - (.+)\.mp3"
84
- #:program 'notify-send 'Playing track number %1' 'Track name: %2'; mpv %f")
+ #:program "notify-send 'Playing track number %1' 'Track name: %2'; mpv %f")
85
;; Suppose you called `jaro "02 - From Scythe to Sceptre.mp3"`,
86
;; It'll send a notification saying "Playing track number 2, Track name: From Scythe to Sceptre" then open it using mpv.
87
```
0 commit comments