Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Resize console dynamically | Shin'ya Ueoka | 2021-03-14 | 5 | -12/+67 |
| | |||||
* | Specific return type | Shin'ya Ueoka | 2021-03-14 | 14 | -44/+47 |
| | |||||
* | Fix error grammar | Shin'ya Ueoka | 2020-12-10 | 1 | -2/+2 |
| | |||||
* | Use useClass for a class | Shin'ya Ueoka | 2020-12-10 | 1 | -1/+1 |
| | |||||
* | Remove unused classes | Shin'ya Ueoka | 2020-12-09 | 14 | -352/+9 |
| | |||||
* | Make WindowPresenter interface | Shin'ya Ueoka | 2020-12-09 | 5 | -6/+12 |
| | |||||
* | Fix select next/prev | Shin'ya Ueoka | 2020-12-09 | 3 | -13/+7 |
| | |||||
* | Make background operator as an operator | Shin'ya Ueoka | 2020-12-09 | 22 | -47/+173 |
| | |||||
* | Make background operations as a operator | Shin'ya Ueoka | 2020-12-09 | 46 | -108/+892 |
| | |||||
* | Enable @typescript-eslint/no-extra-non-null-assertion | Shin'ya Ueoka | 2020-08-11 | 5 | -18/+18 |
| | |||||
* | Enable @typescript-eslint/no-namespace | Shin'ya Ueoka | 2020-08-11 | 1 | -15/+0 |
| | |||||
* | Enable @typescript-eslint/ban-types rule | Shin'ya Ueoka | 2020-08-11 | 2 | -3/+23 |
| | |||||
* | Allow to change colorscheme property by set command | Shin'ya Ueoka | 2020-05-04 | 1 | -0/+13 |
| | |||||
* | Fix message type | Shin'ya Ueoka | 2020-05-04 | 1 | -2/+2 |
| | |||||
* | Remove tab completion limitation | Shin'ya Ueoka | 2020-05-02 | 1 | -3/+0 |
| | |||||
* | Use plugin:prettier/recommended | Shin'ya Ueoka | 2020-04-13 | 55 | -707/+757 |
| | |||||
* | Fix bookmark completion on open command | Shin'ya Ueoka | 2020-04-13 | 1 | -2/+2 |
| | |||||
* | Prefetch completion items and store them to cache | Shin'ya Ueoka | 2020-04-09 | 4 | -28/+170 |
| | |||||
* | Clean unused code | Shin'ya Ueoka | 2020-03-29 | 7 | -291/+0 |
| | |||||
* | Complete properties on set command | Shin'ya Ueoka | 2020-03-29 | 3 | -0/+25 |
| | |||||
* | Complete tab by an index and a flag | Shin'ya Ueoka | 2020-03-29 | 3 | -11/+48 |
| | |||||
* | Complete tabs by the completion packages | Shin'ya Ueoka | 2020-03-28 | 21 | -45/+175 |
| | |||||
* | Separate repository's interface and its implementation | Shin'ya Ueoka | 2020-03-27 | 7 | -60/+71 |
| | |||||
* | Query completions on open command by a completion source | Shin'ya Ueoka | 2020-03-26 | 3 | -0/+62 |
| | |||||
* | Use new completion use-case on current use-case (aliased) | Shin'ya Ueoka | 2020-03-26 | 6 | -59/+123 |
| | |||||
* | Add SettingUseCase tests | Shin'ya Ueoka | 2020-02-09 | 12 | -85/+108 |
| | |||||
* | Synchronize settings via Firefox Sync | Shin'ya Ueoka | 2020-02-03 | 4 | -11/+46 |
| | |||||
* | Rename setting repositories and refactor | Shin'ya Ueoka | 2020-02-03 | 7 | -23/+30 |
| | |||||
* | Update typescript | Shin'ya Ueoka | 2019-12-22 | 1 | -1/+2 |
| | |||||
* | npm run lint:fix | Shin'ya Ueoka | 2019-12-22 | 29 | -171/+171 |
| | |||||
* | Rename count to repeat | Shin'ya Ueoka | 2019-12-21 | 2 | -5/+5 |
| | |||||
* | Add numeric prefix to repeat a command | Shin'ya Ueoka | 2019-12-21 | 2 | -85/+99 |
| | |||||
* | Rename valueOf to fromJSON | Shin'ya UEOKA | 2019-10-07 | 1 | -1/+1 |
| | |||||
* | Make Settings class | Shin'ya UEOKA | 2019-10-06 | 4 | -8/+6 |
| | |||||
* | Make Properties class | Shin'ya UEOKA | 2019-10-06 | 3 | -6/+6 |
| | |||||
* | Make Keymap class | Shin'ya UEOKA | 2019-10-06 | 2 | -5/+8 |
| | |||||
* | Add :help command to open help | Shin'ya UEOKA | 2019-10-01 | 4 | -1/+21 |
| | |||||
* | Fix type checkings | Shin'ya UEOKA | 2019-08-29 | 1 | -4/+4 |
| | |||||
* | Fix undefined checking on operation parameter | Shin'ya Ueoka | 2019-08-28 | 1 | -4/+14 |
| | |||||
* | Open options page on banner click | Shin'ya Ueoka | 2019-08-20 | 2 | -2/+13 |
| | |||||
* | Merge pull request #622 from ueokande/fallback-default-settings | Shin'ya Ueoka | 2019-08-05 | 3 | -15/+32 |
|\ | | | | | Handle errors on loading settings | ||||
| * | Distinct notification IDs | Shin'ya Ueoka | 2019-08-01 | 2 | -20/+18 |
| | | |||||
| * | Handle errors on loading settings | Shin'ya Ueoka | 2019-07-30 | 3 | -6/+25 |
| | | | | | | | | | | | | | | The error on loading settings can occurs when the settings lose backward compatibility on version up, or the saved date is broken. The error is caught, then the script done fallback to default settings and notify it to user. | ||||
* | | 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 | 2 | -2/+6 |
|/ | | | | | | | | | | | | | | 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 completion order | Shin'ya UEOKA | 2019-05-26 | 1 | -1/+4 |
| | |||||
* | Repeat open, tabopen and winopen command | Shin'ya Ueoka | 2019-05-25 | 4 | -0/+36 |
| | |||||
* | Repeat last operation | Shin'ya Ueoka | 2019-05-25 | 3 | -1/+89 |
| | |||||
* | NavigateUseCase TabPresenter | Shin'ya Ueoka | 2019-05-24 | 2 | -3/+5 |
| | |||||
* | Move open parent and open root to background | Shin'ya Ueoka | 2019-05-24 | 3 | -5/+26 |
| |