aboutsummaryrefslogtreecommitdiff
path: root/src/console
Commit message (Collapse)AuthorAgeFilesLines
...
* Revert "Remove ! from commands"Shin'ya Ueoka2020-03-251-2/+6
| | | | This reverts commit f7479c36ad0883455e511a86adf86e147ff4460a.
* Remove ! from commandsShin'ya Ueoka2020-03-251-6/+2
|
* Use typed completions on consoleShin'ya Ueoka2020-03-253-3/+16
|
* Add command-line parser on console scriptsShin'ya Ueoka2020-03-252-0/+90
|
* npm run lint:fixShin'ya Ueoka2019-12-225-16/+16
|
* Cancel follow mode and console by Ctrl-CShin'ya Ueoka2019-09-051-0/+7
|
* Use @typescript-eslint/semi ruleShin'ya Ueoka2019-05-221-1/+1
|
* Find as a controllerShin'ya Ueoka2019-05-112-2/+3
|
* src/contentShin'ya Ueoka2019-05-064-37/+34
|
* Types src/contentShin'ya Ueoka2019-05-052-6/+7
|
* Types on src/consoleShin'ya Ueoka2019-05-0210-98/+197
|
* Rename .js/.jsx to .ts/.tsxShin'ya Ueoka2019-05-0210-0/+0
|
* Use onChange instead of onInputShin'ya Ueoka2019-04-302-7/+4
|
* Declare component prop types on consoleShin'ya Ueoka2019-04-297-35/+103
|
* Uninstall preactShin'ya Ueoka2019-04-291-0/+2
|
* Move to reactShin'ya Ueoka2019-04-296-29/+31
|
* Remove unused importShin'ya Ueoka2019-02-151-1/+0
|
* Fix Completion interface and add testShin'ya Ueoka2019-02-152-3/+6
|
* Clean completion componentShin'ya Ueoka2019-02-152-15/+11
|
* Implement completion scrollShin'ya Ueoka2019-02-152-4/+48
|
* Use single index on completions of the consoleShin'ya Ueoka2019-02-152-47/+30
|
* Focus console on shownShin'ya Ueoka2018-12-031-3/+7
|
* Use webextension message to consoleShin'ya Ueoka2018-11-181-3/+2
|
* Fix console errorShin'ya Ueoka2018-11-171-1/+1
|
* Use preact in consoleShin'ya Ueoka2018-11-179-266/+247
|
* Show completions only commandShin'ya Ueoka2018-10-201-1/+4
|
* Add buffer flags on buffer command and completionShin'ya Ueoka2018-07-291-1/+1
|
* fixShin'ya Ueoka2018-07-131-1/+1
|
* Fix error on no completion itemsShin'ya Ueoka2018-07-131-0/+3
|
* Use pure redux on consoleShin'ya Ueoka2018-07-083-46/+53
|
* fix but failedShin'ya Ueoka2018-06-281-29/+22
|
* Use async/await on content scriptShin'ya Ueoka2018-06-171-4/+3
|
* add hide action for consoleShin'ya Ueoka2018-03-044-1/+14
|
* hide console by <C-[>Shin'ya Ueoka2018-02-261-0/+3
|
* Fix message CSSShin'ya Ueoka2017-11-191-0/+2
|
* Merge pull request #162 from heavenshell/feature/console_keyShin'ya Ueoka2017-11-181-3/+39
|\ | | | | Add c-n, c-j, c-p, c-k, c-m to console keybind
| * Fix drop arrow keys from consoleShinya Ohyanagi2017-11-181-6/+0
| |
| * Fix drop <C-j>, <C-k> from cursor selectorShinya Ohyanagi2017-11-181-2/+0
| | | | | | | | Because these are not Vim's default behavior.
| * Fix add return statementShinya Ohyanagi2017-11-161-1/+1
| |
| * Add allow up and down to move cursorShinya Ohyanagi2017-11-161-12/+28
| | | | | | | | Also refactor methods.
| * Add c-n, c-p, c-m to consoleShinya Ohyanagi2017-11-151-0/+28
| | | | | | | | | | | | | | | | | | Add `c-n`, `c-j` for select next item. Add `c-p`, `c-k` for select previous item. Add `c-m` for select item. Above console keybinds are same as Vim(Vimperator)'s completion selector.
* | border on consoleShin'ya Ueoka2017-11-152-2/+5
|/
* fix on unfocusShin'ya Ueoka2017-11-111-1/+2
|
* preventShin'ya Ueoka2017-11-111-0/+2
|
* first find implementationShin'ya Ueoka2017-11-112-13/+29
|
* console as redux architectureShin'ya Ueoka2017-11-115-82/+86
|
* show find in consoleShin'ya Ueoka2017-11-115-7/+23
|
* flexible promptShin'ya Ueoka2017-11-112-2/+18
|
* Merge pull request #126 from ueokande/69-fix-completion-navigateShin'ya Ueoka2017-11-021-13/+4
|\ | | | | fix completion navigate
| * remove comparison with previous valueShin'ya Ueoka2017-11-021-9/+1
| |