Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | This reverts commit f7479c36ad0883455e511a86adf86e147ff4460a. | ||||
* | 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 |
| | | | | | | | | | | | | | | | | before: { "type": "tabs.close", "selectLeft": true | false // (default: false) } after: { "type": "tabs.close", "select": "left" | "right" // (default: "right") } | ||||
* | 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 |
| | | | | | | | | | | | | | | 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 parsing | Shin'ya Ueoka | 2019-05-26 | 1 | -11/+17 |
| | |||||
* | Repeat open, tabopen and winopen command | Shin'ya Ueoka | 2019-05-25 | 1 | -1/+32 |
| | |||||
* | Add repeat.last operation to default settings | Shin'ya Ueoka | 2019-05-25 | 2 | -0/+2 |
| | |||||
* | Repeat last operation | Shin'ya Ueoka | 2019-05-25 | 1 | -1/+10 |
| | |||||
* | Move some navigation operations to background | Shin'ya Ueoka | 2019-05-23 | 1 | -1/+30 |
| | |||||
* | Use @typescript-eslint/semi rule | Shin'ya Ueoka | 2019-05-22 | 1 | -1/+0 |
| | |||||
* | Define Key and KeySequence | Shin'ya Ueoka | 2019-05-18 | 1 | -99/+0 |
| | |||||
* | Define client and presenter for follow | Shin'ya Ueoka | 2019-05-18 | 1 | -3/+5 |
| | |||||
* | Send properties on activate | Shin'ya Ueoka | 2019-05-17 | 1 | -2/+2 |
| | |||||
* | Clipbaord as a clean architecture | Shin'ya Ueoka | 2019-05-11 | 1 | -4/+6 |
| | |||||
* | Find as a controller | Shin'ya Ueoka | 2019-05-11 | 1 | -33/+33 |
| | |||||
* | Use search settings on paster | Shin'ya Ueoka | 2019-05-07 | 1 | -1/+1 |
| | |||||
* | Declare setting types | Shin'ya Ueoka | 2019-05-06 | 10 | -326/+715 |
| |