178 Commits

Author SHA1 Message Date
raziman
ebbb3d89ce create gomu.quit() method 2020-08-02 16:02:07 +08:00
raziman
8069c1c8a2 add default config 2020-08-02 16:01:30 +08:00
raziman
e6f6eaf113 copy default config to ~/.config/gomu 2020-08-02 16:01:18 +08:00
raziman
7e61859d1f add config options 2020-07-28 11:24:58 +08:00
raziman
138f534d4d fix volume not save if no song playing 2020-07-27 22:46:40 +08:00
raziman
22797c8356 update makefile 2020-07-27 20:40:51 +08:00
raziman
4c22c91179 fix queue title when queue is empty 2020-07-26 00:09:13 +08:00
raziman
e4c64e14ab add emoji 2020-07-26 00:08:45 +08:00
raziman
1e3a8e60f5 prevent nil pointer derefence 2020-07-25 22:54:53 +08:00
raziman
6fc1e9eaf2 prevent from updateTitle multiple times 2020-07-25 22:54:35 +08:00
raziman
b629e66121 add comment 2020-07-25 22:53:54 +08:00
raziman
d1413128b3 add color 2020-07-25 22:53:25 +08:00
raziman
f7dbc9682e change keybinding for fuzzy finding 2020-07-24 23:06:34 +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
9912995049 create debugLog 2020-07-24 17:07:53 +08:00
raziman
ebc7985391 creat functions to convert between float64 volume to int 2020-07-24 17:06:18 +08:00
raziman
6385abf459 increase volume limit to 100 2020-07-24 15:47:36 +08:00
raziman
dbb9fc6940 fix blocking tab key if popup shows up 2020-07-24 15:22:50 +08:00
raziman
decacd991a remove redundant 2020-07-24 14:53:17 +08:00
raziman
fdfd9c259d improve title look 2020-07-24 14:52:42 +08:00
raziman
7fb06cf03a prevent tab cycling when there is a popup 2020-07-24 14:51:45 +08:00
raziman
6ea8edd416 create exitConfirmation function 2020-07-24 14:51:10 +08:00
raziman
9f669f94a6 implement stack popup 2020-07-24 14:49:58 +08:00
raziman
e577eeff6a override default keybind 2020-07-24 14:48:06 +08:00
raziman
289c32548d add comments 2020-07-23 15:34:56 +08:00
raziman
135c6f540d new entry point 2020-07-23 15:15:54 +08:00
raziman
0fb7b63c39 change all to be unexported 2020-07-23 15:15:39 +08:00
raziman
3cbb94f996 fix process hang up when fzf end or during unsuspending 2020-07-23 13:10:29 +08:00
raziman
691b835b6f fix pausing when no song playing crash 2020-07-22 21:08:55 +08:00
raziman
a03bdaa5ad change logging 2020-07-22 21:01:13 +08:00
raziman
9e2e998018 remove init function 2020-07-22 21:00:44 +08:00
raziman
c83f2c24a4 add fzf search 2020-07-22 21:00:14 +08:00
raziman
b8b08276ed add TreeNode in AudioFile struct
add TreeNode in AudioFile struct
2020-07-22 20:57:55 +08:00
raziman
377ee6ac48 add print version 2020-07-21 20:51:10 +08:00
raziman
911cd17321 fix quitting app when no option selected 2020-07-21 12:31:34 +08:00
raziman
4f4c91c9d2 refactor error handling 2020-07-21 12:22:00 +08:00
raziman
175af7697f run go fmt 2020-07-21 01:21:59 +08:00
raziman
aceb0a942d fix TestPopulate 2020-07-21 01:21:52 +08:00
raziman
9eaec9ad64 use string builder 2020-07-21 00:26:26 +08:00
raziman
8eaf589f59 add test file v1.3.0 2020-07-20 22:24:33 +08:00
raziman
538da0c2b6 wrap lines 1.3 2020-07-20 21:48:13 +08:00
raziman
6c3aaefe08 proper check if audiofile 2020-07-19 12:42:59 +08:00
raziman
ca9d4d8681 add shuffle test 2020-07-19 12:42:23 +08:00
raziman
5d88bb69ae add flag 2020-07-18 15:43:20 +08:00
raziman
26ff9a8be9 remove appLog 2020-07-18 00:08:47 +08:00
raziman
6a159bc6e6 specific help message every panel 2020-07-17 15:34:50 +08:00
raziman
49bbd36f39 play selected song 2020-07-16 22:52:12 +08:00
raziman
433879b219 resize playingbar height 2020-07-16 22:26:55 +08:00
raziman
fe905be7a9 small refactor 2020-07-16 22:16:02 +08:00