81 Commits

Author SHA1 Message Date
raziman
9d68f24e78 reset history counter to zero when enter key is pressed 2021-02-17 21:41:34 +08:00
raziman
6a82e2a113 fix bug: repl displays value even when error occured 2021-02-17 20:44:01 +08:00
raziman
07122d6564 disable 'q' key from quitting repl mode 2021-02-17 15:23:35 +08:00
raziman
5d41aedc77 run go fmt 2021-02-17 12:18:04 +08:00
raziman
53d8254cae add command history 2021-02-16 21:18:02 +08:00
raziman
ec68b084b5 fix focus 2021-02-16 13:38:21 +08:00
raziman
dfabee0617 add repl 2021-02-16 13:37:59 +08:00
raziman
b4f452b81b add title for searchPopup 2021-02-15 13:56:31 +08:00
raziman
9969c5eaf0 clean up 2021-02-15 12:14:03 +08:00
raziman
738c0fa778 move Anko to sub package 2021-02-14 14:35:36 +08:00
raziman
2bf5d85b13 create Anko 2021-02-14 13:45:43 +08:00
raziman
60cc4fab39 fix build error 2021-02-13 22:49:26 +08:00
raziman
482b8f247f add basic support for scripting language 2021-02-13 21:59:21 +08:00
raziman
6b5e96df61 replace viper with anko scripting language 2021-02-13 21:59:21 +08:00
raziman
2e03c2be77 remove support for fzf in favor of built-in finder 2021-02-11 14:49:14 +08:00
tramhao
7c63ee57e8 Minor fix for hotkey in playlist and general 2021-02-06 15:43:41 +08:00
tramhao
0dbf508d92 upgrade modules and lint all codes 2021-02-04 12:23:32 +08:00
tramhao
b320300191 Trying to fix download popup but failed 2021-02-04 11:25:30 +08:00
tramhao
d98a0fed55 fix bugs: highlight song after rename 2021-02-03 14:53:46 +08:00
tramhao
87a0ac6d5c still fixing titles in queue 2021-02-02 22:52:37 +08:00
tramhao
4efb1994d9 fix the bug for queue song names after rename or paste, is not correct 2021-02-01 23:32:50 +08:00
tramhao
7c6ad10714 Fix a bug for rename. Update queue to avoid panic 2021-02-01 16:41:49 +08:00
tramhao
6fee79eb52 fix the rename process by set focus to playlist 2021-02-01 14:23:06 +08:00
tramhao
5b01f04802 Set default name of rename input dialogue 2021-01-29 18:44:49 +08:00
tramhao
0bf47908d5 Add forward and rewind function 2021-01-27 01:10:48 +08:00
tramhao
04d3445819 Fix a bug for builtin fuzzy search. For non-ascii filenames, fuzzy search result is messy. 2021-01-22 13:41:42 +08:00
tramhao
4ead6b16c9 accept j and k in popup dialogue boxes 2021-01-21 14:37:51 +08:00
tramhao
1ce101613b fix build error 2021-01-21 01:30:16 +08:00
raziman
bc8670e882 add left whitespace padding in help prompt 2020-11-18 15:47:49 +08:00
raziman
8ab91602c7 remove emoji in finder 2020-08-25 22:05:47 +08:00
raziman
de53c881a0 execute handler after popup closed 2020-08-25 21:12:00 +08:00
raziman
4ebcfc6951 wrap timedPopup for convenience 2020-08-25 20:45:16 +08:00
raziman
aabaaa170c change all actions to be triggered to a command instead of key-press 2020-08-25 18:17:54 +08:00
raziman
f04935bec5 add more keybinding in finder 2020-08-22 15:06:31 +08:00
raziman
4a472b0e22 organize color 2020-08-22 14:41:03 +08:00
raziman
212bde1011 small refactor 2020-08-18 22:10:25 +08:00
raziman
aeca75990c small refactor 2020-08-18 16:09:12 +08:00
raziman
e22f4b1ecc change popup layout/looks 2020-08-18 12:27:27 +08:00
raziman
c6e0af6f4a add built-in fzf (playlist) 2020-08-18 11:16:21 +08:00
raziman
1e537b7096 remove unused comment 2020-08-14 10:43:35 +08:00
raziman
71ce8b957a better url regex 2020-08-11 18:54:15 +08:00
raziman
cf11ef9c3b add input url check 2020-08-11 18:44:01 +08:00
raziman
0ef5d16e63 fix empty option modifies the queue after exit 2020-08-11 12:56:06 +08:00
raziman
f3f317f2f3 use config color 2020-08-02 17:26:39 +08:00
raziman
ebbb3d89ce create gomu.quit() method 2020-08-02 16:02:07 +08:00
raziman
7e61859d1f add config options 2020-07-28 11:24:58 +08:00
raziman
5da705bc18 add spinner when downloading 2020-07-24 22:27:08 +08:00
raziman
7e43ea36b4 create progressStr 2020-07-24 17:08:34 +08:00
raziman
6385abf459 increase volume limit to 100 2020-07-24 15:47:36 +08:00
raziman
6ea8edd416 create exitConfirmation function 2020-07-24 14:51:10 +08:00