8000 --vi mode, added mido dep · flipcoder/textbeat@b64c129 · GitHub
[go: up one dir, main page]

Skip to content

Commit b64c129

Browse files
committed
--vi mode, added mido dep
1 parent 921b51a commit b64c129

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ pyyaml
77
docopt
88
future
99
shutilwhich
10+
mido

textbeat/__main__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
textbeat song.txbt play song
1010
1111
Usage:
12-
textbeat [--dev=<device>] [--midi=<fn>] [--ring] [--follow] [--stdin] [-adeftnpsrxvL] [INPUT]
13-
textbeat [+RANGE] [--dev=<device>] [--midi=<fn>] [--ring] [--follow] [--stdin] [-adeftnpsrxL] [INPUT]
12+
textbeat [--dev=<device>] [--midi=<fn>] [--ring] [--follow] [--stdin] [--vi] [-adeftnpsrxvL] [INPUT]
13+
textbeat [+RANGE] [--dev=<device>] [--midi=<fn>] [--ring] [--follow] [--stdin] [--vi] [-adeftnpsrxL] [INPUT]
1414
textbeat [-rhT]
1515
textbeat -c [COMMANDS ...]
1616
textbeat -l [LINE_CONTENT ...]

0 commit comments

Comments
 (0)
0