Commit graph

1021 commits

Author SHA1 Message Date
figsoda
a22731f72d add key bindings section 2020-11-02 19:34:18 -05:00
figsoda
4b5c314090 add key binding to stop playing 2020-11-02 19:12:58 -05:00
figsoda
49423f07e7 create release github action 2020-11-02 19:01:46 -05:00
figsoda
d2c83f4fb2 remove some short flags 2020-11-02 18:57:13 -05:00
figsoda
e2dfdeb615 replace referenced Vecs with referenced slices 2020-11-02 18:45:49 -05:00
figsoda
901dbcdb83 replace range loop with enumerate 2020-11-02 18:43:00 -05:00
figsoda
7d1266db3b replace and_then with and 2020-11-02 18:37:34 -05:00
figsoda
762207c1bc collapse else if block 2020-11-02 18:22:30 -05:00
figsoda
15175be091 fix typo 2020-11-02 18:17:51 -05:00
figsoda
c293f55dbb create ci github action 2020-11-02 18:15:14 -05:00
figsoda
87f6f7f841 create dependabot config 2020-11-02 18:13:22 -05:00
figsoda
27ab5986ab add building instructions, usage and changelog 2020-11-02 17:58:54 -05:00
figsoda
6cac3953ee rename file and all default configurations 2020-11-02 17:12:19 -05:00
figsoda
31424645e8 sort fields 2020-11-02 17:10:35 -05:00
figsoda
caf3200866 add defaults for layout and config file 2020-11-02 16:44:33 -05:00
figsoda
626272b4b2 modify example config 2020-11-02 16:13:59 -05:00
figsoda
60eb3ea74a accept command line arg to override config 2020-11-02 12:50:06 -05:00
figsoda
69bddc0cdc allow changing config file via command line 2020-11-02 12:14:54 -05:00
figsoda
b67f8bb052 move struct definition before functions 2020-11-02 11:19:45 -05:00
figsoda
49b893db42 allow configuring socket address 2020-11-02 09:41:57 -05:00
figsoda
694aa5731f add keybindings to seek backwards/forwards 2020-11-02 09:35:19 -05:00
figsoda
9a4a3ec662 toggle repeat, random, single, oneshot and consume 2020-11-02 08:33:06 -05:00
figsoda
6a4bc936d4 ability to play previous or next song 2020-11-01 19:19:46 -05:00
figsoda
9c45c782a1 genericize mpd commands with no response 2020-11-01 18:39:04 -05:00
figsoda
ab2ee843a4 add missing newline 2020-11-01 16:39:32 -05:00
figsoda
5a4edc3da1 idle for status change and reduce default ups 2020-11-01 16:25:11 -05:00
figsoda
ce2dee3267 update mmtc.ron 2020-11-01 15:55:58 -05:00
figsoda
c87c11c908 update status after toggling pause 2020-11-01 15:43:17 -05:00
figsoda
99562b90ad allow detecting player state 2020-11-01 15:23:31 -05:00
figsoda
fcf106b0e3 rename variables 2020-11-01 14:58:15 -05:00
figsoda
b65eeec849 add widgets TextboxL, TextboxC, and TextboxR 2020-11-01 14:56:46 -05:00
figsoda
1de2d3a0f2 allow styling queue widget 2020-11-01 14:29:39 -05:00
figsoda
1aedeb45c3 allow scrolling with mouse 2020-11-01 14:10:14 -05:00
figsoda
d5cd92ae3a press spacebar to reset selection 2020-11-01 12:02:59 -05:00
figsoda
25e6644f30 scrolling up now try to only move the selection 2020-11-01 11:54:18 -05:00
figsoda
3221fcf1de ability to add or remove modifiers from text 2020-11-01 09:53:35 -05:00
figsoda
70e8ddbe94 update status after playing selected song 2020-11-01 09:33:10 -05:00
figsoda
c1ed51b2a9 jump over multiple lines with keybindings 2020-11-01 09:22:10 -05:00
figsoda
91d584ba3b ability to play the selected song 2020-11-01 08:48:44 -05:00
figsoda
6d297fe725 ability to toggle pause 2020-10-31 22:25:11 -04:00
figsoda
e7a580441d update status in main loop instead of thread 2020-10-31 22:19:50 -04:00
figsoda
5cf23dad25 update config file to use colors 2020-10-31 18:12:08 -04:00
figsoda
0b950d8edd allow setting foreground and background of texts 2020-10-31 18:06:10 -04:00
figsoda
d30a48f984 refactor 2020-10-31 16:53:49 -04:00
figsoda
2797536e6f show the two hidden tracks 2020-10-31 15:40:34 -04:00
figsoda
6d7579002d add missing semicolons 2020-10-31 15:37:20 -04:00
figsoda
3f1a4b138c fix crash when queue is empty 2020-10-31 15:34:15 -04:00
figsoda
7f7d7cd422 actually update selection after updating queue 2020-10-31 15:26:19 -04:00
figsoda
fbe05996fd update selection after updating queue 2020-10-31 15:22:17 -04:00
figsoda
06db49324e naviagte through queue via j/k/down/up 2020-10-31 15:19:45 -04:00