Commit graph

234 commits

Author SHA1 Message Date
Shin'ya Ueoka
c4afd7237b [wip] implement command usecases 2018-07-26 21:59:05 +09:00
Shin'ya Ueoka
0846587baf Open link as Clean Architecture 2018-07-22 17:09:14 +09:00
Shin'ya Ueoka
42d902982a Indicator as Clean Architecture 2018-07-22 15:39:23 +09:00
Shin'ya Ueoka
b130fd5268 TabPresenter 2018-07-22 11:33:52 +09:00
Shin'ya Ueoka
a2345f55d6 Search engine completions 2018-07-22 11:13:21 +09:00
Shin'ya Ueoka
87ed1f43a9 Version as Clean Architecture 2018-07-22 09:30:01 +09:00
Shin'ya Ueoka
a1e5e97200 Find as clean architecture 2018-07-22 00:34:22 +09:00
Shin'ya Ueoka
89c28d67fd Settings as clean architecture 2018-07-22 00:01:24 +09:00
Shin'ya Ueoka
0652131de8 Clean and tests for filters on open command 2018-07-21 16:26:54 +09:00
Shin'ya Ueoka
fc5e6b2b41 Complete open histories and bookmarks 2018-07-21 16:15:07 +09:00
Shin'ya Ueoka
890d93fe77 Buffer completion on Clean Architecture 2018-07-21 16:15:07 +09:00
Shin'ya Ueoka
bf7c125fb2 My First Clean Architecture 2018-07-21 16:15:07 +09:00
Shin'ya Ueoka
4d4aaa2c4b Move commands to background/shared 2018-07-21 16:15:07 +09:00
Shin'ya Ueoka
62d3c09f61 Remove sender on dispatch 2018-07-19 21:46:52 +09:00
Shin'ya Ueoka
803e6ea7af Replace flat with reduce-concat 2018-07-13 22:22:21 +09:00
Shin'ya Ueoka
ccc6a31dde fix 2018-07-13 22:22:21 +09:00
Shin'ya Ueoka
f555e1348c Fix command and property completions 2018-07-13 21:49:34 +09:00
Shin'ya Ueoka
1e39fed618 Complete set commands 2018-07-11 21:58:41 +09:00
Shin'ya Ueoka
a28f6f916d Complete console commands 2018-07-11 21:43:23 +09:00
Shin'ya Ueoka
067da88d06 Move versions to background 2018-07-11 21:01:48 +09:00
Shin'ya Ueoka
b69cc04856 Use combineReducers 2018-07-11 21:01:22 +09:00
Shin'ya Ueoka
43beccfe0f Fix command 2018-07-08 21:06:49 +09:00
Shin'ya Ueoka
d781dfc786 Use official redux on background 2018-07-08 11:44:37 +09:00
Shin'ya Ueoka
4fa93663d7 Fix lint 2018-07-08 11:44:37 +09:00
Shin'ya Ueoka
9f64b19bef
Merge pull request #402 from jvbrandaom/quit-all-command
Adds command to close all tabs
2018-07-01 07:04:05 +09:00
Shin'ya Ueoka
d0c23587f8
Merge pull request #423 from ueokande/greenkeeper/eslint-5.0.1
Update eslint
2018-06-28 21:41:34 +09:00
Shin'ya Ueoka
e2fb33bdc5 fix but failed 2018-06-28 20:44:57 +09:00
Shin'ya Ueoka
1623684bce fix bdelete/bdelete! commands 2018-06-25 21:44:35 +09:00
Shin'ya Ueoka
48e4bccf0d Use async/await on background 2018-06-17 21:55:25 +09:00
Shin'ya Ueoka
f43345a3a5 Reopen a tab on only current tab 2018-06-16 11:13:14 +09:00
Shin'ya Ueoka
0f3ad23085 Ignore cases for tab filtering 2018-05-30 22:10:39 +09:00
Shin'ya Ueoka
68fa80e1a3 Use queryByKeyword for tab operations 2018-05-30 22:05:12 +09:00
Shin'ya Ueoka
e286aab3d7 Check title null 2018-05-30 21:38:01 +09:00
João Vitor Brandão
4445309334 Adds command to close all tabs
Type :qa or :quitall to close all tabs
2018-05-24 17:14:19 -03:00
Shin'ya Ueoka
cf5fc92b46 Fix quit command 2018-05-16 21:51:30 +09:00
Shin'ya Ueoka
a8ac7415f8 Fix tab completions 2018-05-12 10:54:38 +09:00
Shin'ya Ueoka
b91e53e5fe Add bdlete/bdelete! commands 2018-05-12 09:10:18 +09:00
Shin'ya Ueoka
9b3d12eb31 Add bdeletes! comand 2018-05-12 09:10:18 +09:00
Shin'ya Ueoka
c4fb6f0131 Add :bdeletes command 2018-05-12 09:10:18 +09:00
Shin'ya Ueoka
b0dddc9fa7
Merge pull request #348 from luanpotter/q_command_close_tab
implement :q to close tab
2018-05-10 22:23:53 +09:00
Shin'ya Ueoka
53c3ddab2e Fix bookmark 2018-05-08 21:36:58 +09:00
Shin'ya Ueoka
d41c7476a6 Add command.show.addbookmark operation 2018-05-08 21:32:19 +09:00
Shin'ya Ueoka
d0eba2546a addbookmark command 2018-05-08 20:46:59 +09:00
Shin'ya Ueoka
11d0bebbc5 limit history items 2018-05-08 20:09:32 +09:00
Shin'ya Ueoka
582cc9a25a Open URLs from bookmarks 2018-05-07 20:53:00 +09:00
Shin'ya Ueoka
76e09c7512 Get completion items as Promises 2018-05-06 22:00:23 +09:00
Shin'ya Ueoka
6d057a974b Toggle add-on enabled by clicking indicator 2018-05-06 22:47:58 +09:00
Shin'ya Ueoka
129aae38df Indicator shows the add-on enabled 2018-05-06 22:30:04 +09:00
Shin'ya Ueoka
2c366ac3b1 Previous selected tab as redux 2018-05-06 16:35:48 +09:00
Shin'ya Ueoka
98bc2326ee Refactor background directories 2018-05-06 11:48:31 +09:00