253 Commits

Author SHA1 Message Date
小尛
377c84c146 fix: double quote error 2023-05-12 20:27:39 +08:00
小尛
ba08913b1e feat: get_lines 2023-04-25 13:48:52 +08:00
小尛
a48caf51e1 remove: node 2023-04-24 19:57:33 +08:00
小尛
24a838646d feat: add win wsl 2023-04-24 18:48:36 +08:00
Zoran
156e03306a
Merge pull request #33 from Xiao-M0/v2
fix: win separator
2023-04-24 13:04:43 +08:00
小尛
0a1b6cf742 feat: say.py 2023-04-24 13:02:48 +08:00
小尛
758b9c0b33 fix: win separator 2023-04-24 12:42:59 +08:00
JuanZoran
3faab735fb chore: make hover window focusable and update docs 2023-04-16 16:38:39 +08:00
JuanZoran
335c5079cc docs: update README 2023-04-08 21:46:29 +08:00
JuanZoran
38b8e20729 chore: close window and buffer more safely 2023-04-07 19:05:24 +08:00
JuanZoran
fcde85544a feat: use a non-invasive keymap define method 2023-04-06 13:38:19 +08:00
JuanZoran
2ae2effecc chore: more spinner style support 2023-04-04 16:19:06 +08:00
JuanZoran
da6e717f2c feat: use a non-invasive keymap define method 2023-04-02 18:02:21 +08:00
JuanZoran
576f1eb66a feat: add termux tts support 2023-04-02 13:34:54 +08:00
JuanZoran
9357574b5c chore: sync 2023-04-01 09:59:09 +08:00
JuanZoran
987e1a3341 test: add simple window unit test 2023-03-31 12:51:11 +08:00
JuanZoran
b27bc4ed26 fix: add util unit test and fix util.center mistake 2023-03-31 01:04:36 +08:00
JuanZoran
b12bef50f9 fix: know bug can't detect table key extended correctly 2023-03-29 14:04:43 +08:00
JuanZoran
29f12aa107 fix: fix toggle entry mistake 2023-03-29 12:39:49 +08:00
JuanZoran
8c43260cbb test: add buffer deleteline test and buffer lines test, fix bugs with that 2023-03-29 12:00:01 +08:00
JuanZoran
89e2daf2cd test: add simple test for buffer:setline() 2023-03-29 09:41:18 +08:00
JuanZoran
f11cee0b5d fix: fix toggle entry mistake 2023-03-29 09:19:14 +08:00
JuanZoran
5b4ec8ea4e feat: execute toggle_entry if translate'string' window is available 2023-03-28 23:08:22 +08:00
JuanZoran
2246968d90 docs: add busted meta doc for type hint 2023-03-28 19:56:26 +08:00
JuanZoran
37cd2b13d9 Add z-index to hover window and refactor buffer:setline() tests in buffer_spec.lua 2023-03-28 18:00:57 +08:00
JuanZoran
0ef08fbd19 chore: try to fix ci mistakes 2023-03-27 12:27:54 +08:00
JuanZoran
0fa87770e7 chore: fix lua doc type definition for buffer[number] 2023-03-27 11:43:07 +08:00
JuanZoran
8f6e871a55 fix: fix test.yaml order 2023-03-27 11:39:05 +08:00
JuanZoran
3bc21a4923 chore: add github action for test 2023-03-27 11:28:43 +08:00
JuanZoran
a0dbca1e7a docs: add wiki link for README 2023-03-27 11:28:15 +08:00
JuanZoran
89d7e8f439 docs: update readme.md 2023-03-27 11:28:15 +08:00
JuanZoran
3c2dff75e2 docs: update README.md demo.mp4 2023-03-27 11:28:15 +08:00
JuanZoran
cee8e5107a docs: add star history for readme.md 2023-03-27 11:28:15 +08:00
JuanZoran
7f1f8aa262 docs: add simple explain readme 2023-03-27 11:28:15 +08:00
JuanZoran
eacb06cd30 test: add simple test for buffer:setline() 2023-03-27 10:28:03 +08:00
JuanZoran
c5216e2b37 feat: add prompt for waitting window 2023-03-26 20:14:31 +08:00
JuanZoran
529a1639c6 chore: sync progress 2023-03-25 09:55:29 +08:00
JuanZoran
d2f00c8773 fix: when download abort then continue last time 2023-03-24 17:02:58 +08:00
JuanZoran
a4dff90064 refactor: remove auto setup frontend keymap 2023-03-24 11:09:04 +08:00
JuanZoran
82fa2a008a style: code format use lua_ls 2023-03-24 00:56:36 +08:00
JuanZoran
9f5a81249c fix: fix wrong display size caculate remove util.display_size func 2023-03-24 00:10:14 +08:00
JuanZoran
b44ab4bf2e refactor: rewrite TransNode and use main_loop in process instead of buffer function 2023-03-23 23:19:19 +08:00
JuanZoran
9b8c091a33 feat: add split_width for better sentence display 2023-03-23 20:24:17 +08:00
JuanZoran
a3b0a21d08 refactor: remove conf.query, use conf.frontend.query 2023-03-23 17:31:02 +08:00
JuanZoran
6def81f2c6 refactor: change default dict dir to plugin dir/extra, change Trans.json style 2023-03-23 15:12:49 +08:00
JuanZoran
84e06a268e refactor: rewrite TransNode and use main_loop in process instead of buffer function 2023-03-23 10:17:41 +08:00
JuanZoran
8e9ccfc8f7 refactor: remove TransMode, use vim-mode 2023-03-22 23:19:31 +08:00
JuanZoran
e90b55d297 feat: add TranslateInput command 2023-03-22 22:41:39 +08:00
JuanZoran
2bb4b4d46b feat: add TranslateInput command 2023-03-22 22:27:27 +08:00
JuanZoran
34a01920a5 chore: add lsp doc 2023-03-22 21:55:08 +08:00