Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Resize console dynamically | Shin'ya Ueoka | 2021-03-14 | 1 | -1/+10 |
* | Import as an asterisk | Shin'ya UEOKA | 2021-01-02 | 1 | -1/+1 |
* | Use destructuring-assignment instead of delete operator | Shin'ya Ueoka | 2020-09-22 | 1 | -3/+2 |
* | Enable @typescript-eslint/no-extra-non-null-assertion | Shin'ya Ueoka | 2020-08-11 | 1 | -1/+1 |
* | Enable @typescript-eslint/no-namespace | Shin'ya Ueoka | 2020-08-11 | 1 | -29/+0 |
* | Allow to change color scheme by "colorscheme" property | Shin'ya Ueoka | 2020-05-04 | 2 | -5/+8 |
* | Fix message type | Shin'ya Ueoka | 2020-05-04 | 1 | -1/+1 |
* | Remove unused description in background script | Shin'ya Ueoka | 2020-05-04 | 1 | -5/+0 |
* | Add colorscheme property | Shin'ya Ueoka | 2020-05-04 | 4 | -2/+74 |
* | Use plugin:prettier/recommended | Shin'ya Ueoka | 2020-04-13 | 14 | -620/+625 |
* | Clean unused code | Shin'ya Ueoka | 2020-03-29 | 1 | -8/+0 |
* | Complete properties on set command | Shin'ya Ueoka | 2020-03-29 | 1 | -1/+12 |
* | Complete tabs by the completion packages | Shin'ya Ueoka | 2020-03-28 | 2 | -0/+24 |
* | Query completions on open command by a completion source | Shin'ya Ueoka | 2020-03-26 | 2 | -1/+52 |
* | Complete commands on the console script | Shin'ya Ueoka | 2020-03-25 | 1 | -0/+29 |
* | Revert "Remove ! from commands" | Shin'ya Ueoka | 2020-03-25 | 1 | -0/+2 |
* | Remove ! from commands | Shin'ya Ueoka | 2020-03-25 | 1 | -2/+0 |
* | Add command-line parser on console scripts | Shin'ya Ueoka | 2020-03-25 | 1 | -0/+15 |
* | Treats digit keys with modifiers | Shin'ya Ueoka | 2020-02-09 | 1 | -1/+1 |
* | Enable addon on blacklisted sites | Shin'ya Ueoka | 2019-12-22 | 1 | -4/+1 |
* | npm run lint:fix | Shin'ya Ueoka | 2019-12-22 | 9 | -48/+48 |
* | Rename count to repeat | Shin'ya Ueoka | 2019-12-21 | 1 | -1/+1 |
* | Add numeric prefix to repeat a command | Shin'ya Ueoka | 2019-12-21 | 2 | -0/+27 |
* | Add prefix functions in KeySequence | Shin'ya Ueoka | 2019-12-13 | 1 | -69/+0 |
* | Identify the key is a digit | Shin'ya Ueoka | 2019-12-06 | 2 | -5/+32 |
* | Make engines required | Shin'ya Ueoka | 2019-12-03 | 3 | -4/+15 |
* | Validate on top-level settings and use pre-compiled ajv | Shin'ya Ueoka | 2019-12-03 | 8 | -435/+377 |
* | Add settings schema and compile script | Shin'ya Ueoka | 2019-12-03 | 2 | -0/+619 |
* | Validate json settings with ajv | Shin'ya Ueoka | 2019-12-03 | 5 | -108/+112 |
* | Fix for eslint | Shin'ya UEOKA | 2019-12-01 | 1 | -1/+1 |
* | handle localhost urls with path | chenchao | 2019-11-07 | 1 | -2/+17 |
* | more localhost use cases | chenchao | 2019-11-06 | 1 | -2/+12 |
* | support url started with localhost | chenchao | 2019-11-05 | 1 | -1/+1 |
* | Add partial blacklist form | Shin'ya UEOKA | 2019-10-08 | 2 | -9/+17 |
* | Add partial blacklist item | Shin'ya UEOKA | 2019-10-07 | 1 | -19/+97 |
* | Rename valueOf to fromJSON | Shin'ya UEOKA | 2019-10-07 | 1 | -12/+12 |
* | Use string settings on default settings | Shin'ya UEOKA | 2019-10-07 | 2 | -164/+85 |
* | Move Key to settings | Shin'ya UEOKA | 2019-10-07 | 2 | -0/+115 |
* | Fix form options | Shin'ya UEOKA | 2019-10-07 | 2 | -6/+6 |
* | Make Settings class | Shin'ya UEOKA | 2019-10-06 | 2 | -50/+77 |
* | Make Blacklist class | Shin'ya UEOKA | 2019-10-06 | 5 | -41/+51 |
* | Make Properties class | Shin'ya UEOKA | 2019-10-06 | 5 | -145/+123 |
* | Make Search class | Shin'ya UEOKA | 2019-10-06 | 4 | -53/+93 |
* | Make Keymap class | Shin'ya UEOKA | 2019-10-06 | 3 | -37/+80 |
* | Fix type checkings | Shin'ya UEOKA | 2019-08-29 | 2 | -8/+7 |
* | Fix undefined checking on operation parameter | Shin'ya Ueoka | 2019-08-28 | 1 | -11/+15 |
* | tabs.close: rename selectLeft (boolean) -> select ("left" | "right") | chocolateboy | 2019-07-31 | 3 | -5/+18 |
* | tabs.close.right: rename `gd` -> `x$` | chocolateboy | 2019-07-31 | 2 | -2/+2 |
* | Add an option to close the current tab and select the tab to the left | chocolateboy | 2019-07-28 | 3 | -8/+16 |
* | Fix settings parsing | Shin'ya Ueoka | 2019-05-26 | 1 | -11/+17 |