aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | Removed performance measurementsMatiasStorm2020-05-121-3/+0
* | Added elements with the 'onclick' attribute to allowed hintsMatiasStorm2020-05-122-2/+9
|/
* Allow to change colorscheme property by set commandShin'ya Ueoka2020-05-041-0/+13
* Allow to change color scheme by "colorscheme" propertyShin'ya Ueoka2020-05-048-10/+70
* Fix message typeShin'ya Ueoka2020-05-043-5/+5
* Remove unused description in background scriptShin'ya Ueoka2020-05-041-5/+0
* Add colorscheme propertyShin'ya Ueoka2020-05-045-2/+75
* Define dark theme and specify a theme by an attributeShin'ya Ueoka2020-05-042-2/+18
* Use CSS var()Shin'ya Ueoka2020-05-041-28/+30
* Replace console colors by a variableShin'ya Ueoka2020-05-041-15/+35
* Fix set command completionsShin'ya Ueoka2020-05-041-1/+1
* Remove tab completion limitationShin'ya Ueoka2020-05-021-3/+0
* Use plugin:prettier/recommendedShin'ya Ueoka2020-04-13158-2881/+3117
* Fix bookmark completion on open commandShin'ya Ueoka2020-04-131-2/+2
* Prefetch completion items and store them to cacheShin'ya Ueoka2020-04-094-28/+170
* Clean unused codeShin'ya Ueoka2020-03-2910-319/+2
* Complete properties on set commandShin'ya Ueoka2020-03-297-4/+94
* Complete tab by an index and a flagShin'ya Ueoka2020-03-293-11/+48
* Skip group on completion completionsShin'ya Ueoka2020-03-281-29/+44
* Complete tabs by the completion packagesShin'ya Ueoka2020-03-2826-48/+258
* Separate repository's interface and its implementationShin'ya Ueoka2020-03-279-85/+96
* Query completions on open command by a completion sourceShin'ya Ueoka2020-03-2611-8/+244
* Use new completion use-case on current use-case (aliased)Shin'ya Ueoka2020-03-266-59/+123
* Complete commands on the console scriptShin'ya Ueoka2020-03-253-5/+81
* Revert "Remove ! from commands"Shin'ya Ueoka2020-03-252-2/+8
* Remove ! from commandsShin'ya Ueoka2020-03-252-8/+2
* Use typed completions on consoleShin'ya Ueoka2020-03-253-3/+16
* Add command-line parser on console scriptsShin'ya Ueoka2020-03-253-0/+105
* Merge pull request #708 from ueokande/sync-storageShin'ya Ueoka2020-02-0914-110/+187
|\
| * Add SettingUseCase testsShin'ya Ueoka2020-02-0912-85/+108
| * Synchronize settings via Firefox SyncShin'ya Ueoka2020-02-036-18/+65
| * Rename setting repositories and refactorShin'ya Ueoka2020-02-037-23/+30
* | Treats digit keys with modifiersShin'ya Ueoka2020-02-091-1/+1
* | Clear keys on window blurShin'ya Ueoka2020-02-053-0/+15
|/
* Update typescriptShin'ya Ueoka2019-12-221-1/+2
* Enable addon on blacklisted sitesShin'ya Ueoka2019-12-223-10/+7
* Fix lint rulesShin'ya Ueoka2019-12-222-4/+2
* npm run lint:fixShin'ya Ueoka2019-12-2285-423/+423
* Rename count to repeatShin'ya Ueoka2019-12-216-16/+16
* Add numeric prefix to repeat a commandShin'ya Ueoka2019-12-217-137/+175
* Repeat content operation with a numeric prefixShin'ya Ueoka2019-12-132-95/+103
* Add prefix functions in KeySequenceShin'ya Ueoka2019-12-133-3/+25
* 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