You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ To open a player without the fuzzy-finder provide a `path` to an audio file or a
26
26
27
27
Option | Description
28
28
--- |---
29
-
`-a``--automate` | Run an automated player without the TUI. Quit with `Ctrl` + `c`.
29
+
`-a``--automate` | Run an automated player without the TUI. Quit with `Enter`.
30
30
`-d``--default` | Run from the default directory, if set.
31
31
`-p``--print` | Print the path of the default directory, if set.
32
32
`-s``--set-default` | Set `path` as the default directory. This can significantly reduce the time it takes to load this directory. See [Notes](#notes).
@@ -120,7 +120,7 @@ You can install with <a href="https://brew.sh/">Homebrew</a>:
120
120
```bash
121
121
> brew install timdubbins/tap/tap
122
122
> tap --version
123
-
0.4.9
123
+
0.4.10
124
124
```
125
125
126
126
</details>
@@ -136,7 +136,7 @@ such as <a href="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/Jguer/yay">yay</a>:
136
136
```bash
137
137
> yay -S tap
138
138
> tap --version
139
-
0.4.9
139
+
0.4.10
140
140
```
141
141
The AUR package is available <ahref="https://aur.archlinux.org/packages/tap">here</a>.
142
142
<br>
@@ -147,13 +147,13 @@ The AUR package is available <a href="https://aur.archlinux.org/packages/tap">he
147
147
<summary><b>Debian</b> (or a Debian derivative, such as <b>Ubuntu</b>)</summary>
148
148
<br>
149
149
150
-
You can install with a binary <code>.deb</code> file provided in each <ahref="https://github.com/timdubbins/tap/releases/tag/v0.4.9">tap release</a>:
150
+
You can install with a binary <code>.deb</code> file provided in each <ahref="https://github.com/timdubbins/tap/releases/tag/v0.4.10">tap release</a>:
0 commit comments