Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Specific return type | Shin'ya Ueoka | 2021-03-14 | 1 | -2/+2 |
| | |||||
* | Make background operations as a operator | Shin'ya Ueoka | 2020-12-09 | 1 | -108/+8 |
| | |||||
* | Use plugin:prettier/recommended | Shin'ya Ueoka | 2020-04-13 | 1 | -94/+97 |
| | |||||
* | npm run lint:fix | Shin'ya Ueoka | 2019-12-22 | 1 | -1/+1 |
| | |||||
* | 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 |
| | |||||
* | 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 | 1 | -16/+9 |
| | |||||
* | Types src/content | Shin'ya Ueoka | 2019-05-05 | 1 | -2/+2 |
| | |||||
* | Types on src/background | Shin'ya Ueoka | 2019-05-02 | 1 | -1/+12 |
| | |||||
* | Rename .js/.jsx to .ts/.tsx | Shin'ya Ueoka | 2019-05-02 | 1 | -0/+77 |