Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement FindNextOperator | Shin'ya Ueoka | 2021-07-05 | 1 | -0/+11 |
| | |||||
* | Remove legacy find | Shin'ya Ueoka | 2021-07-05 | 1 | -15/+0 |
| | |||||
* | Send resize message to the sender tab instead of the current tab. | Shin'ya Ueoka | 2021-03-28 | 1 | -2/+2 |
| | | | | | | Sending resize message to the current table occurs an error, just after switching the tab by a `tabopen` command. The background script unable to connect the current (new tab) because it is in an initialization. | ||||
* | Move classes to a correct directory | Shin'ya Ueoka | 2021-03-28 | 3 | -37/+1 |
| | |||||
* | Resize console dynamically | Shin'ya Ueoka | 2021-03-14 | 3 | -0/+47 |
| | |||||
* | Specific return type | Shin'ya Ueoka | 2021-03-14 | 6 | -8/+8 |
| | |||||
* | Make background operations as a operator | Shin'ya Ueoka | 2020-12-09 | 1 | -108/+8 |
| | |||||
* | Fix message type | Shin'ya Ueoka | 2020-05-04 | 1 | -2/+2 |
| | |||||
* | Use plugin:prettier/recommended | Shin'ya Ueoka | 2020-04-13 | 9 | -188/+179 |
| | |||||
* | Clean unused code | Shin'ya Ueoka | 2020-03-29 | 1 | -38/+0 |
| | |||||
* | Complete properties on set command | Shin'ya Ueoka | 2020-03-29 | 1 | -0/+7 |
| | |||||
* | Complete tabs by the completion packages | Shin'ya Ueoka | 2020-03-28 | 1 | -3/+12 |
| | |||||
* | Query completions on open command by a completion source | Shin'ya Ueoka | 2020-03-26 | 1 | -0/+31 |
| | |||||
* | Rename setting repositories and refactor | Shin'ya Ueoka | 2020-02-03 | 1 | -1/+1 |
| | |||||
* | npm run lint:fix | Shin'ya Ueoka | 2019-12-22 | 2 | -9/+9 |
| | |||||
* | Rename count to repeat | Shin'ya Ueoka | 2019-12-21 | 1 | -4/+4 |
| | |||||
* | Add numeric prefix to repeat a command | Shin'ya Ueoka | 2019-12-21 | 1 | -81/+94 |
| | |||||
* | Make Settings class | Shin'ya UEOKA | 2019-10-06 | 1 | -1/+1 |
| | |||||
* | Add :help command to open help | Shin'ya UEOKA | 2019-10-01 | 1 | -0/+3 |
| | |||||
* | tabs.close: rename selectLeft (boolean) -> select ("left" | "right") | chocolateboy | 2019-07-31 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | before: { "type": "tabs.close", "selectLeft": true | false // (default: false) } after: { "type": "tabs.close", "select": "left" | "right" // (default: "right") } | ||||
* | Add an option to close the current tab and select the tab to the left | chocolateboy | 2019-07-28 | 1 | -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 | ||||
* | Repeat open, tabopen and winopen command | Shin'ya Ueoka | 2019-05-25 | 1 | -0/+3 |
| | |||||
* | Repeat last operation | Shin'ya Ueoka | 2019-05-25 | 1 | -1/+18 |
| | |||||
* | Move open parent and open root to background | Shin'ya Ueoka | 2019-05-24 | 1 | -0/+4 |
| | |||||
* | Move some navigation operations to background | Shin'ya Ueoka | 2019-05-23 | 1 | -0/+10 |
| | |||||
* | Use TSyringe on background script | Shin'ya Ueoka | 2019-05-19 | 8 | -49/+46 |
| | |||||
* | Declare setting types | Shin'ya Ueoka | 2019-05-06 | 1 | -1/+2 |
| | |||||
* | Types src/content | Shin'ya Ueoka | 2019-05-05 | 2 | -3/+3 |
| | |||||
* | Types on src/background | Shin'ya Ueoka | 2019-05-02 | 9 | -34/+52 |
| | |||||
* | Rename .js/.jsx to .ts/.tsx | Shin'ya Ueoka | 2019-05-02 | 9 | -0/+0 |
| | |||||
* | Use onInstalled event | Shin'ya Ueoka | 2019-02-25 | 2 | -2/+15 |
| | |||||
* | Clean classes and repository | Shin'ya Ueoka | 2019-02-24 | 1 | -29/+37 |
| | |||||
* | Capitalize background scripts | Shin'ya Ueoka | 2019-02-24 | 15 | -165/+165 |
| | |||||
* | Add close tabs to the right command | Shin'ya Ueoka | 2018-12-27 | 1 | -0/+2 |
| | |||||
* | Add gh/gH to open home page | Shin'ya Ueoka | 2018-12-09 | 1 | -0/+2 |
| | |||||
* | Support global marks which select a tab | Shin'ya Ueoka | 2018-10-12 | 1 | -0/+15 |
| | |||||
* | Replace trimStart | Shin'ya UEOKA | 2018-08-07 | 1 | -4/+9 |
| | |||||
* | Error on console | Shin'ya Ueoka | 2018-07-28 | 1 | -0/+5 |
| | |||||
* | Fix indicate return values | Shin'ya Ueoka | 2018-07-28 | 1 | -1/+1 |
| | |||||
* | Background operation as Clean Architecture | Shin'ya Ueoka | 2018-07-28 | 1 | -0/+65 |
| | |||||
* | [wip] implement command usecases | Shin'ya Ueoka | 2018-07-26 | 2 | -43/+89 |
| | |||||
* | Open link as Clean Architecture | Shin'ya Ueoka | 2018-07-22 | 1 | -0/+15 |
| | |||||
* | Indicator as Clean Architecture | Shin'ya Ueoka | 2018-07-22 | 1 | -0/+11 |
| | |||||
* | Version as Clean Architecture | Shin'ya Ueoka | 2018-07-22 | 1 | -0/+11 |
| | |||||
* | Find as clean architecture | Shin'ya Ueoka | 2018-07-22 | 1 | -0/+15 |
| | |||||
* | Settings as clean architecture | Shin'ya Ueoka | 2018-07-22 | 1 | -0/+18 |
| | |||||
* | Complete open histories and bookmarks | Shin'ya Ueoka | 2018-07-21 | 1 | -1/+1 |
| | |||||
* | Buffer completion on Clean Architecture | Shin'ya Ueoka | 2018-07-21 | 1 | -9/+10 |
| | |||||
* | My First Clean Architecture | Shin'ya Ueoka | 2018-07-21 | 1 | -0/+42 |