487 Commits

Author SHA1 Message Date
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
raziman
b422cd25de clean up 2021-02-15 20:35:02 +08:00
raziman
6dfa26c4f3 set test config 2021-02-15 20:32:50 +08:00
raziman
4a4bcf6f7d add tests for Anko 2021-02-15 20:28:06 +08:00
raziman
cf4053cd2f add indentation mode in config file 2021-02-15 15:52:26 +08:00
raziman
984136b036 add fibonacci calculator example 2021-02-15 15:20:02 +08:00
raziman
cf54af8d74 capitalize module 2021-02-15 14:27:45 +08:00
raziman
7f3b33621c add callback function for blocking functions 2021-02-15 13:58:07 +08:00
raziman
b4f452b81b add title for searchPopup 2021-02-15 13:56:31 +08:00
raziman
77320960c6 make commands execute in main goroutine
make
2021-02-15 13:56:10 +08:00
raziman
ac43b61004 remove unnecessary things 2021-02-15 12:43:00 +08:00
raziman
b7d969be17 add type casting 2021-02-15 12:37:05 +08:00
raziman
9969c5eaf0 clean up 2021-02-15 12:14:03 +08:00
raziman
8e7fd5673d add reload_config command
add reload_config
2021-02-15 12:13:54 +08:00
raziman
4faf11b5c0 add constant 2021-02-15 11:56:02 +08:00
raziman
0f824b3f62 add space after // in comment 2021-02-15 11:55:34 +08:00
raziman
00cacf814f add comments 2021-02-15 11:55:09 +08:00
raziman
c0bf256256 define commands before executing config file 2021-02-15 11:54:32 +08:00
raziman
82899366cd add custom keybinding for queue 2021-02-15 11:33:04 +08:00
raziman
66f5cdfbd9 use '#' as comment instead of '//' 2021-02-15 11:32:36 +08:00
raziman
0975609d2b use module instead of map 2021-02-15 11:32:23 +08:00
raziman
30f98a83c8 add playlist scope keybind 2021-02-14 22:15:31 +08:00
raziman
1ff788ffd5 clean up 2021-02-14 21:37:31 +08:00
raziman
a358b3a2b2 add keybinding scope 2021-02-14 20:33:37 +08:00
raziman
cf50bde7a0 abstract keybinding 2021-02-14 20:33:24 +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
a054ebb063 add shell function for the scripting language 2021-02-14 12:01:41 +08:00
raziman
945613db64 add comment 2021-02-14 11:20:21 +08:00
tramhao
23fa8c036f
Merge pull request #4 from issadarkthing/master
Merge upstream changes
2021-02-13 23:19:15 +08:00
raziman
60cc4fab39 fix build error 2021-02-13 22:49:26 +08:00
raziman
8ffac20916 add local test config 2021-02-13 22:49:14 +08:00
raziman
15e11a3d5e change run command to use local config 2021-02-13 22:48:17 +08:00
raziman
482b8f247f add basic support for scripting language 2021-02-13 21:59:21 +08:00
raziman
2c6ca69e0b remove unused constant 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
4f201217bd run go fmt 2021-02-13 21:49:37 +08:00
raziman
72971873f6 fix #17 2021-02-13 21:48:46 +08:00