624 Commits

Author SHA1 Message Date
raziman
cefb7b9264 show nil in repl 2021-02-19 16:28:50 +08:00
raziman
e8f0b306f0 change NewEventHook to return pointer 2021-02-19 16:28:50 +08:00
raziman
4fa99d1043 add more tests 2021-02-19 16:28:50 +08:00
raziman
310a43f8cf add EventHook 2021-02-19 16:28:50 +08:00
raziman
dcce622458 set correct progress bar length when screen is drawn 2021-02-19 15:08:10 +08:00
raziman
5e4c9f64b5 fix screen does not update playingbar 2021-02-19 15:07:44 +08:00
raziman
2788a10225 allow skip current song when queue is empty 2021-02-19 15:06:10 +08:00
tramhao
92d8885385 lyric in progress 2021-02-19 14:45:20 +08:00
tramhao
3c95da111f working in progress for lyrics 2021-02-19 14:28:55 +08:00
raziman
42c78535f9 fix cpu spike when no songs playing on startup 2021-02-19 13:16:22 +08:00
raziman
be97544e8b run go fmt 2021-02-19 10:25:01 +08:00
raziman
d0bac491c6 add repl keybinding 2021-02-19 10:24:21 +08:00
raziman
8a72c2018f clean up player.go 2021-02-19 09:56:01 +08:00
raziman
977bdb974f add verbose error message 2021-02-19 09:45:02 +08:00
raziman
50cf9dcf31 update README.md 2021-02-19 09:07:24 +08:00
Raziman Mahathir
3183e2efe7
Merge pull request #18 from issadarkthing/scripting-language
Resolves #16
Resolves #13
2021-02-18 17:10:52 +08:00
raziman
3da0c67a94 change {type,kind}Of to {type,kind}_of 2021-02-18 16:06:09 +08:00
raziman
ba8ccef350 clean up 2021-02-18 10:24:43 +08:00
raziman
2e8789d9bf add helper modules 2021-02-18 10:24:34 +08:00
raziman
6c998e7e82 new config style 2021-02-18 10:23:34 +08:00
raziman
d24a47e351 move variables into modules 2021-02-18 10:23:15 +08:00
raziman
fbd59e7d30 allow Get{Int,String,Bool} to access symbol inside Module 2021-02-18 10:20:37 +08:00
raziman
7ae79c4dfb print error to stderr 2021-02-18 09:49:41 +08:00
raziman
6797676e64 use Lshortfile flag for log 2021-02-17 21:52:29 +08:00
raziman
a3e8f3b132 debugPopup receives interface instead of string 2021-02-17 21:51:20 +08:00
raziman
5afd227aa2 add extra newline in repl for readability 2021-02-17 21:41:48 +08:00
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
8e62af32a8 add anko keybinding test 2021-02-17 17:08:39 +08:00
raziman
294e9c3604 add List module 2021-02-17 15:24:02 +08:00
raziman
07122d6564 disable 'q' key from quitting repl mode 2021-02-17 15:23:35 +08:00
raziman
25cbf166ea add support for ctrl and alt keybindings 2021-02-17 15:23:08 +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
4841a34a2c Merge branch 'master' into scripting-language 2021-02-16 16:55:15 +08:00
raziman
448f7848bd ignore coverage.html 2021-02-16 16:54:43 +08:00
raziman
020b28069f add AUR build script 2021-02-16 16:54:27 +08:00
Raziman Mahathir
ae82da5a04
Merge pull request #20 from tramhao/master
Fixes #19 #11
v1.6.2
2021-02-16 15:48:53 +08:00
tramhao
9c799c405c cleanup fix for song stop playing 2021-02-16 14:55:15 +08:00
raziman
9855189b32 ignore go tool coverage file 2021-02-16 14:35:12 +08:00
raziman
35e75ba83e disable global keybindings when repl is running 2021-02-16 13:38:36 +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
33054d5c1a update README.md 2021-02-16 11:28:27 +08:00
raziman
a70ea6a1e7 add more unit test 2021-02-16 11:06:41 +08:00
tramhao
23a10a9231 fix for song played slower bug 2021-02-16 02:25:01 +08:00
tramhao
5bcfa1df7a possible fix for random stop playing 2021-02-16 01:32:05 +08:00
raziman
964e23ea8c fix GetInt 2021-02-15 21:46:43 +08:00
raziman
8db951051b add tests 2021-02-15 21:46:33 +08:00
raziman
2c2e914ab1 remove unnecessary type coercion functions 2021-02-15 21:08:39 +08:00