aboutsummaryrefslogtreecommitdiff
path: root/src/content
Commit message (Collapse)AuthorAgeFilesLines
* Clear keys on window blurShin'ya Ueoka2020-02-053-0/+15
|
* Enable addon on blacklisted sitesShin'ya Ueoka2019-12-222-6/+6
|
* npm run lint:fixShin'ya Ueoka2019-12-2232-145/+145
|
* Rename count to repeatShin'ya Ueoka2019-12-213-10/+10
|
* Add numeric prefix to repeat a commandShin'ya Ueoka2019-12-213-52/+49
|
* Repeat content operation with a numeric prefixShin'ya Ueoka2019-12-132-95/+103
|
* Add prefix functions in KeySequenceShin'ya Ueoka2019-12-133-2/+93
|
* Ignore keys on partial blacklistShin'ya UEOKA2019-10-083-0/+26
|
* Add partial blacklist itemShin'ya UEOKA2019-10-071-1/+2
|
* Move Key to settingsShin'ya UEOKA2019-10-0710-162/+46
|
* Make Settings classShin'ya UEOKA2019-10-063-4/+4
|
* Make Blacklist classShin'ya UEOKA2019-10-061-5/+1
|
* Make Keymap classShin'ya UEOKA2019-10-062-15/+10
|
* Make KeySequence classShin'ya UEOKA2019-10-063-39/+29
|
* Make key classShin'ya UEOKA2019-10-064-60/+81
|
* Do not map Ctrl+C on imputShin'ya Ueoka2019-09-051-3/+0
|
* Cancel follow mode and console by Ctrl-CShin'ya Ueoka2019-09-051-1/+10
|
* 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
* Prepare target='_blank'Shin'ya UEOKA2019-05-261-5/+5
|
* Repeat open, tabopen and winopen commandShin'ya Ueoka2019-05-252-3/+25
|
* Repeat last operationShin'ya Ueoka2019-05-253-5/+11
|
* Move open parent and open root to backgroundShin'ya Ueoka2019-05-243-43/+0
|
* Move some navigation operations to backgroundShin'ya Ueoka2019-05-233-12/+41
|
* Use @typescript-eslint/semi ruleShin'ya Ueoka2019-05-2228-56/+1
|
* FollowSlaveClient as a factory patternShin'ya Ueoka2019-05-213-21/+41
|
* Use TSyringe on content scriptShin'ya Ueoka2019-05-2130-427/+381
|
* Add HintKeyProducerShin'ya Ueoka2019-05-192-1/+39
|
* Add NavigationPresenterShin'ya Ueoka2019-05-194-91/+116
|
* Make routesShin'ya Ueoka2019-05-197-127/+201
|
* Remove unused componentsShin'ya Ueoka2019-05-1919-860/+1
|
* Follow as a clean architectureShin'ya Ueoka2019-05-1910-9/+492
|
* Show consoleShin'ya Ueoka2019-05-181-0/+6
|
* Define Key and KeySequenceShin'ya Ueoka2019-05-1815-139/+178
|
* Mark keys as a clean archtectureShin'ya Ueoka2019-05-188-7/+200
|
* Keymaps as a clean architecture [WIP]Shin'ya Ueoka2019-05-1813-16/+491
|
* Define client and presenter for followShin'ya Ueoka2019-05-188-177/+354
|
* Send properties on activateShin'ya Ueoka2019-05-172-15/+8
|
* Hints as a classesShin'ya Ueoka2019-05-174-120/+160
|
* Clipbaord as a clean architectureShin'ya Ueoka2019-05-115-48/+113
|
* Mark set/jump as a clean architectureShin'ya Ueoka2019-05-119-93/+122
|
* Find as a controllerShin'ya Ueoka2019-05-115-39/+41
|
* Make scroller as a presenterShin'ya Ueoka2019-05-115-82/+89
|
* Make find as a clean architectureShin'ya Ueoka2019-05-1112-159/+224
|
* Make settings as a clean architectureShin'ya Ueoka2019-05-1112-122/+122
|
* Make addon-enabled as a clean architectureShin'ya Ueoka2019-05-1012-76/+110
|
* Use search settings on pasterShin'ya Ueoka2019-05-072-8/+10
|
* src/contentShin'ya Ueoka2019-05-0610-30/+56
|
* Declare setting typesShin'ya Ueoka2019-05-069-45/+57
|
* Types src/contentShin'ya Ueoka2019-05-0533-287/+605
|
* Types on src/backgroundShin'ya Ueoka2019-05-021-10/+0
|