Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Separate repository's interface and its implementation | Shin'ya Ueoka | 2020-03-27 | 9 | -85/+96 |
* | Query completions on open command by a completion source | Shin'ya Ueoka | 2020-03-26 | 11 | -8/+244 |
* | Use new completion use-case on current use-case (aliased) | Shin'ya Ueoka | 2020-03-26 | 6 | -59/+123 |
* | Complete commands on the console script | Shin'ya Ueoka | 2020-03-25 | 3 | -5/+81 |
* | Revert "Remove ! from commands" | Shin'ya Ueoka | 2020-03-25 | 2 | -2/+8 |
* | Remove ! from commands | Shin'ya Ueoka | 2020-03-25 | 2 | -8/+2 |
* | Use typed completions on console | Shin'ya Ueoka | 2020-03-25 | 3 | -3/+16 |
* | Add command-line parser on console scripts | Shin'ya Ueoka | 2020-03-25 | 3 | -0/+105 |
* | Merge pull request #708 from ueokande/sync-storage | Shin'ya Ueoka | 2020-02-09 | 14 | -110/+187 |
|\ | |||||
| * | Add SettingUseCase tests | Shin'ya Ueoka | 2020-02-09 | 12 | -85/+108 |
| * | Synchronize settings via Firefox Sync | Shin'ya Ueoka | 2020-02-03 | 6 | -18/+65 |
| * | Rename setting repositories and refactor | Shin'ya Ueoka | 2020-02-03 | 7 | -23/+30 |
* | | Treats digit keys with modifiers | Shin'ya Ueoka | 2020-02-09 | 1 | -1/+1 |
* | | Clear keys on window blur | Shin'ya Ueoka | 2020-02-05 | 3 | -0/+15 |
|/ | |||||
* | Update typescript | Shin'ya Ueoka | 2019-12-22 | 1 | -1/+2 |
* | Enable addon on blacklisted sites | Shin'ya Ueoka | 2019-12-22 | 3 | -10/+7 |
* | Fix lint rules | Shin'ya Ueoka | 2019-12-22 | 2 | -4/+2 |
* | npm run lint:fix | Shin'ya Ueoka | 2019-12-22 | 85 | -423/+423 |
* | Rename count to repeat | Shin'ya Ueoka | 2019-12-21 | 6 | -16/+16 |
* | Add numeric prefix to repeat a command | Shin'ya Ueoka | 2019-12-21 | 7 | -137/+175 |
* | Repeat content operation with a numeric prefix | Shin'ya Ueoka | 2019-12-13 | 2 | -95/+103 |
* | Add prefix functions in KeySequence | Shin'ya Ueoka | 2019-12-13 | 3 | -3/+25 |
* | 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 | 6 | -40/+161 |
* | Ignore keys on partial blacklist | Shin'ya UEOKA | 2019-10-08 | 3 | -0/+26 |
* | Add partial blacklist item | Shin'ya UEOKA | 2019-10-07 | 2 | -20/+99 |
* | Rename valueOf to fromJSON | Shin'ya UEOKA | 2019-10-07 | 6 | -18/+18 |
* | 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 | 10 | -52/+51 |
* | Fix form options | Shin'ya UEOKA | 2019-10-07 | 5 | -28/+35 |
* | Make Settings class | Shin'ya UEOKA | 2019-10-06 | 9 | -62/+87 |
* | Make Blacklist class | Shin'ya UEOKA | 2019-10-06 | 7 | -48/+54 |
* | Make Properties class | Shin'ya UEOKA | 2019-10-06 | 10 | -163/+136 |
* | Make Search class | Shin'ya UEOKA | 2019-10-06 | 4 | -53/+93 |
* | Make Keymap class | Shin'ya UEOKA | 2019-10-06 | 11 | -73/+114 |
* | Make KeySequence class | Shin'ya UEOKA | 2019-10-06 | 3 | -39/+29 |
* | Make key class | Shin'ya UEOKA | 2019-10-06 | 4 | -60/+81 |
* | Add :help command to open help | Shin'ya UEOKA | 2019-10-01 | 4 | -1/+21 |
* | Do not map Ctrl+C on imput | Shin'ya Ueoka | 2019-09-05 | 1 | -3/+0 |
* | Cancel follow mode and console by Ctrl-C | Shin'ya Ueoka | 2019-09-05 | 2 | -1/+17 |
* | Save on checkbox changed | Shin'ya UEOKA | 2019-08-29 | 1 | -1/+8 |
* | Fix type checkings | Shin'ya UEOKA | 2019-08-29 | 3 | -12/+11 |