aboutsummaryrefslogtreecommitdiff
path: root/src/background/controllers
Commit message (Collapse)AuthorAgeFilesLines
* Implement FindNextOperatorShin'ya Ueoka2021-07-051-0/+11
|
* Remove legacy findShin'ya Ueoka2021-07-051-15/+0
|
* Send resize message to the sender tab instead of the current tab.Shin'ya Ueoka2021-03-281-2/+2
| | | | | | Sending resize message to the current table occurs an error, just after switching the tab by a `tabopen` command. The background script unable to connect the current (new tab) because it is in an initialization.
* Move classes to a correct directoryShin'ya Ueoka2021-03-283-37/+1
|
* Resize console dynamicallyShin'ya Ueoka2021-03-143-0/+47
|
* Specific return typeShin'ya Ueoka2021-03-146-8/+8
|
* Make background operations as a operatorShin'ya Ueoka2020-12-091-108/+8
|
* Fix message typeShin'ya Ueoka2020-05-041-2/+2
|
* Use plugin:prettier/recommendedShin'ya Ueoka2020-04-139-188/+179
|
* Clean unused codeShin'ya Ueoka2020-03-291-38/+0
|
* Complete properties on set commandShin'ya Ueoka2020-03-291-0/+7
|
* Complete tabs by the completion packagesShin'ya Ueoka2020-03-281-3/+12
|
* Query completions on open command by a completion sourceShin'ya Ueoka2020-03-261-0/+31
|
* Rename setting repositories and refactorShin'ya Ueoka2020-02-031-1/+1
|
* npm run lint:fixShin'ya Ueoka2019-12-222-9/+9
|
* Rename count to repeatShin'ya Ueoka2019-12-211-4/+4
|
* Add numeric prefix to repeat a commandShin'ya Ueoka2019-12-211-81/+94
|
* Make Settings classShin'ya UEOKA2019-10-061-1/+1
|
* Add :help command to open helpShin'ya UEOKA2019-10-011-0/+3
|
* tabs.close: rename selectLeft (boolean) -> select ("left" | "right")chocolateboy2019-07-311-1/+1
| | | | | | | | | | | | | | | | before: { "type": "tabs.close", "selectLeft": true | false // (default: false) } after: { "type": "tabs.close", "select": "left" | "right" // (default: "right") }
* Add an option to close the current tab and select the tab to the leftchocolateboy2019-07-281-1/+1
| | | | | | | | | | | | | | Add an option to tabs.close to close the current tab and select the tab to the left. Bound to `D` by default, which replaces the tabs.close.right command, which is rarely-used. [1] The old `D` behavior has been moved to `gd`. + update the README and fix some lint errors [1] https://tinyurl.com/y4mj7hjy
* Repeat open, tabopen and winopen commandShin'ya Ueoka2019-05-251-0/+3
|
* Repeat last operationShin'ya Ueoka2019-05-251-1/+18
|
* Move open parent and open root to backgroundShin'ya Ueoka2019-05-241-0/+4
|
* Move some navigation operations to backgroundShin'ya Ueoka2019-05-231-0/+10
|
* Use TSyringe on background scriptShin'ya Ueoka2019-05-198-49/+46
|
* Declare setting typesShin'ya Ueoka2019-05-061-1/+2
|
* Types src/contentShin'ya Ueoka2019-05-052-3/+3
|
* Types on src/backgroundShin'ya Ueoka2019-05-029-34/+52
|
* Rename .js/.jsx to .ts/.tsxShin'ya Ueoka2019-05-029-0/+0
|
* Use onInstalled eventShin'ya Ueoka2019-02-252-2/+15
|
* Clean classes and repositoryShin'ya Ueoka2019-02-241-29/+37
|
* Capitalize background scriptsShin'ya Ueoka2019-02-2415-165/+165
|
* Add close tabs to the right commandShin'ya Ueoka2018-12-271-0/+2
|
* Add gh/gH to open home pageShin'ya Ueoka2018-12-091-0/+2
|
* Support global marks which select a tabShin'ya Ueoka2018-10-121-0/+15
|
* Replace trimStartShin'ya UEOKA2018-08-071-4/+9
|
* Error on consoleShin'ya Ueoka2018-07-281-0/+5
|
* Fix indicate return valuesShin'ya Ueoka2018-07-281-1/+1
|
* Background operation as Clean ArchitectureShin'ya Ueoka2018-07-281-0/+65
|
* [wip] implement command usecasesShin'ya Ueoka2018-07-262-43/+89
|
* Open link as Clean ArchitectureShin'ya Ueoka2018-07-221-0/+15
|
* Indicator as Clean ArchitectureShin'ya Ueoka2018-07-221-0/+11
|
* Version as Clean ArchitectureShin'ya Ueoka2018-07-221-0/+11
|
* Find as clean architectureShin'ya Ueoka2018-07-221-0/+15
|
* Settings as clean architectureShin'ya Ueoka2018-07-221-0/+18
|
* Complete open histories and bookmarksShin'ya Ueoka2018-07-211-1/+1
|
* Buffer completion on Clean ArchitectureShin'ya Ueoka2018-07-211-9/+10
|
* My First Clean ArchitectureShin'ya Ueoka2018-07-211-0/+42