8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 921b51a commit b64c129Copy full SHA for b64c129
requirements.txt
@@ -7,3 +7,4 @@ pyyaml
7
docopt
8
future
9
shutilwhich
10
+mido
textbeat/__main__.py
@@ -9,8 +9,8 @@
textbeat song.txbt play song
11
Usage:
12
- textbeat [--dev=<device>] [--midi=<fn>] [--ring] [--follow] [--stdin] [-adeftnpsrxvL] [INPUT]
13
- textbeat [+RANGE] [--dev=<device>] [--midi=<fn>] [--ring] [--follow] [--stdin] [-adeftnpsrxL] [INPUT]
+ textbeat [--dev=<device>] [--midi=<fn>] [--ring] [--follow] [--stdin] [--vi] [-adeftnpsrxvL] [INPUT]
+ textbeat [+RANGE] [--dev=<device>] [--midi=<fn>] [--ring] [--follow] [--stdin] [--vi] [-adeftnpsrxL] [INPUT]
14
textbeat [-rhT]
15
textbeat -c [COMMANDS ...]
16
textbeat -l [LINE_CONTENT ...]
0 commit comments