aboutsummaryrefslogtreecommitdiff
path: root/src/shared
Commit message (Expand)AuthorAgeFilesLines
* Query completions on open command by a completion sourceShin'ya Ueoka2020-03-262-1/+52
* Complete commands on the console scriptShin'ya Ueoka2020-03-251-0/+29
* Revert "Remove ! from commands"Shin'ya Ueoka2020-03-251-0/+2
* Remove ! from commandsShin'ya Ueoka2020-03-251-2/+0
* Add command-line parser on console scriptsShin'ya Ueoka2020-03-251-0/+15
* Treats digit keys with modifiersShin'ya Ueoka2020-02-091-1/+1
* Enable addon on blacklisted sitesShin'ya Ueoka2019-12-221-4/+1
* npm run lint:fixShin'ya Ueoka2019-12-229-48/+48
* 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
* 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
* 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