aboutsummaryrefslogtreecommitdiff
path: root/src/shared
Commit message (Collapse)AuthorAgeFilesLines
* Rename count to repeatShin'ya Ueoka2019-12-211-1/+1
|
* Add numeric prefix to repeat a commandShin'ya Ueoka2019-12-212-0/+27
|
* Add prefix functions in KeySequenceShin'ya Ueoka2019-12-131-69/+0
|
* Identify the key is a digitShin'ya Ueoka2019-12-062-5/+32
|
* Make engines requiredShin'ya Ueoka2019-12-033-4/+15
|
* Validate on top-level settings and use pre-compiled ajvShin'ya Ueoka2019-12-038-435/+377
|
* Add settings schema and compile scriptShin'ya Ueoka2019-12-032-0/+619
|
* Validate json settings with ajvShin'ya Ueoka2019-12-035-108/+112
|
* Fix for eslintShin'ya UEOKA2019-12-011-1/+1
|
* handle localhost urls with pathchenchao2019-11-071-2/+17
|
* more localhost use caseschenchao2019-11-061-2/+12
|
* support url started with localhostchenchao2019-11-051-1/+1
|
* Add partial blacklist formShin'ya UEOKA2019-10-082-9/+17
|
* Add partial blacklist itemShin'ya UEOKA2019-10-071-19/+97
|
* Rename valueOf to fromJSONShin'ya UEOKA2019-10-071-12/+12
|
* Use string settings on default settingsShin'ya UEOKA2019-10-072-164/+85
|
* Move Key to settingsShin'ya UEOKA2019-10-072-0/+115
|
* Fix form optionsShin'ya UEOKA2019-10-072-6/+6
|
* Make Settings classShin'ya UEOKA2019-10-062-50/+77
|
* Make Blacklist classShin'ya UEOKA2019-10-065-41/+51
|
* Make Properties classShin'ya UEOKA2019-10-065-145/+123
|
* Make Search classShin'ya UEOKA2019-10-064-53/+93
|
* Make Keymap classShin'ya UEOKA2019-10-063-37/+80
|
* Fix type checkingsShin'ya UEOKA2019-08-292-8/+7
|
* Fix undefined checking on operation parameterShin'ya Ueoka2019-08-281-11/+15
|
* tabs.close: rename selectLeft (boolean) -> select ("left" | "right")chocolateboy2019-07-313-5/+18
| | | | | | | | | | | | | | | | before: { "type": "tabs.close", "selectLeft": true | false // (default: false) } after: { "type": "tabs.close", "select": "left" | "right" // (default: "right") }
* tabs.close.right: rename `gd` -> `x$`chocolateboy2019-07-312-2/+2
|
* Add an option to close the current tab and select the tab to the leftchocolateboy2019-07-283-8/+16
| | | | | | | | | | | | | | 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
* Fix settings parsingShin'ya Ueoka2019-05-261-11/+17
|
* Repeat open, tabopen and winopen commandShin'ya Ueoka2019-05-251-1/+32
|
* Add repeat.last operation to default settingsShin'ya Ueoka2019-05-252-0/+2
|
* Repeat last operationShin'ya Ueoka2019-05-251-1/+10
|
* Move some navigation operations to backgroundShin'ya Ueoka2019-05-231-1/+30
|
* Use @typescript-eslint/semi ruleShin'ya Ueoka2019-05-221-1/+0
|
* Define Key and KeySequenceShin'ya Ueoka2019-05-181-99/+0
|
* Define client and presenter for followShin'ya Ueoka2019-05-181-3/+5
|
* Send properties on activateShin'ya Ueoka2019-05-171-2/+2
|
* Clipbaord as a clean architectureShin'ya Ueoka2019-05-111-4/+6
|
* Find as a controllerShin'ya Ueoka2019-05-111-33/+33
|
* Use search settings on pasterShin'ya Ueoka2019-05-071-1/+1
|
* Declare setting typesShin'ya Ueoka2019-05-0610-326/+715
|
* Types src/contentShin'ya Ueoka2019-05-054-154/+719
|
* Types on src/shareShin'ya Ueoka2019-05-0211-54/+88
|
* Rename .js/.jsx to .ts/.tsxShin'ya Ueoka2019-05-0212-0/+0
|
* Support blacklist with portShin'ya Ueoka2019-04-171-2/+2
|
* Relaod settings on local storage changed instead of messageShin'ya Ueoka2019-04-141-1/+0
|
* Merge pull request #544 from ueokande/refactor-backgroundShin'ya Ueoka2019-02-241-5/+1
|\ | | | | Refactor background
| * Clean classes and repositoryShin'ya Ueoka2019-02-241-5/+1
| |
* | Enable to bind space keyShin'ya Ueoka2019-02-111-0/+3
|/
* Remove repeat propertiesShin'ya Ueoka2019-02-111-1/+0
|