Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | 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 | 14 | -106/+105 | |
| * | Fix form options | Shin'ya UEOKA | 2019-10-07 | 5 | -28/+35 | |
| * | Make Settings class | Shin'ya UEOKA | 2019-10-06 | 13 | -96/+117 | |
| * | Make Blacklist class | Shin'ya UEOKA | 2019-10-06 | 12 | -149/+139 | |
| * | Make Properties class | Shin'ya UEOKA | 2019-10-06 | 16 | -236/+179 | |
| * | Make Search class | Shin'ya UEOKA | 2019-10-06 | 9 | -130/+182 | |
| * | Make Keymap class | Shin'ya UEOKA | 2019-10-06 | 15 | -129/+223 | |
| * | Make KeySequence class | Shin'ya UEOKA | 2019-10-06 | 5 | -72/+61 | |
| * | Make key class | Shin'ya UEOKA | 2019-10-06 | 8 | -166/+192 | |
* | | Merge pull request #653 from cirelli94/patch-7 | Shin'ya Ueoka | 2019-10-03 | 1 | -2/+4 | |
|\ \ | ||||||
| * | | Update properties.md | Cirelli | 2019-10-03 | 1 | -2/+4 | |
| |/ | ||||||
* | | Merge pull request #652 from cirelli94/patch-1 | Shin'ya Ueoka | 2019-10-03 | 1 | -1/+1 | |
|\ \ | |/ |/| | ||||||
| * | Fix typo | Cirelli | 2019-10-03 | 1 | -1/+1 | |
|/ | ||||||
* | Merge pull request #649 from ueokande/help-page | Shin'ya Ueoka | 2019-10-01 | 6 | -2/+71 | |
|\ | ||||||
| * | Fix completion e2e test | Shin'ya UEOKA | 2019-10-01 | 1 | -1/+1 | |
| * | Add e2e test for help command | Shin'ya UEOKA | 2019-10-01 | 1 | -0/+49 | |
| * | Add :help command to open help | Shin'ya UEOKA | 2019-10-01 | 4 | -1/+21 | |
|/ | ||||||
* | Merge pull request #650 from ueokande/docs | Shin'ya Ueoka | 2019-10-01 | 10 | -274/+561 | |
|\ | ||||||
| * | Remove usage from README | Shin'ya UEOKA | 2019-10-01 | 1 | -273/+5 | |
| * | Improve documents | Shin'ya UEOKA | 2019-10-01 | 2 | -28/+73 | |
| * | Custom help theme | Shin'ya UEOKA | 2019-10-01 | 3 | -1/+213 | |
| * | Add help pages from readme | Shin'ya UEOKA | 2019-10-01 | 6 | -0/+298 | |
|/ | ||||||
* | Update docs | Shin'ya UEOKA | 2019-09-30 | 2 | -0/+2 | |
* | Add doc index | Shin'ya UEOKA | 2019-09-30 | 1 | -0/+4 | |
* | Set theme jekyll-theme-slate | Shin'ya Ueoka | 2019-09-30 | 1 | -0/+1 | |
* | Merge pull request #648 from ueokande/migrate-to-latest-lanthan | Shin'ya Ueoka | 2019-09-29 | 64 | -3983/+3904 | |
|\ | ||||||
| * | Remove deprecated assert | Shin'ya UEOKA | 2019-09-29 | 24 | -206/+206 | |
| * | Use TestServer on e2e | Shin'ya UEOKA | 2019-09-29 | 21 | -639/+351 | |
| * | Add graceful shutdown to TestServer | Shin'ya UEOKA | 2019-09-28 | 1 | -6/+18 | |
| * | Add TestServer | Shin'ya UEOKA | 2019-09-27 | 1 | -0/+52 | |
| * | Support clipbard on MacOS | Shin'ya UEOKA | 2019-09-27 | 1 | -0/+41 | |
| * | Scroll option page for Firefox 60 | Shin'ya UEOKA | 2019-09-25 | 2 | -1/+6 | |
| * | Fix form option page | Shin'ya UEOKA | 2019-09-25 | 1 | -7/+11 | |
| * | Add switchTo().defaultContent(); | Shin'ya UEOKA | 2019-09-24 | 1 | -0/+1 | |
| * | Increase retries | Shin'ya Ueoka | 2019-09-23 | 1 | -1/+1 | |
| * | Fix tests on CI | Shin'ya Ueoka | 2019-09-23 | 2 | -1/+8 | |
| * | Remove redundant field | Shin'ya Ueoka | 2019-09-23 | 1 | -2/+0 | |
| * | Make pages as a page object | Shin'ya Ueoka | 2019-09-23 | 29 | -980/+826 | |
| * | Install test deps | Shin'ya Ueoka | 2019-09-22 | 2 | -0/+85 | |
| * | Migrate e2e tests to TypeScript | Shin'ya Ueoka | 2019-09-22 | 29 | -515/+552 | |
| * | Install ts-node@8.4.1 | Shin'ya Ueoka | 2019-09-22 | 2 | -0/+40 | |
| * | Install lanthan@0.0.2 | Shin'ya Ueoka | 2019-09-22 | 2 | -4/+4 | |
| * | Install lanthan@0.0.1 | Shin'ya Ueoka | 2019-09-22 | 2 | -184/+283 | |
| * | Use latest lanthan | Shin'ya Ueoka | 2019-09-21 | 25 | -832/+814 | |
|/ | ||||||
* | Merge pull request #641 from ueokande/cancel-by-ctrl-c | Shin'ya Ueoka | 2019-09-05 | 2 | -1/+14 | |
|\ | ||||||
| * | 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 | |
|/ | ||||||
* | Merge pull request #640 from ueokande/auto-deploy | Shin'ya Ueoka | 2019-09-05 | 4 | -25/+278 | |
|\ | ||||||
| * | Deploy an addons via CircleCI | Shin'ya Ueoka | 2019-09-05 | 1 | -1/+37 |