From b8676b9e3bac8483e20ad6f93e9c5267aee0b387 Mon Sep 17 00:00:00 2001 From: Guillermo Rauch Date: Fri, 1 Jul 2016 14:31:07 -0700 Subject: [PATCH] more roadmap details --- Readme.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Readme.md b/Readme.md index 679f5371..d1aac63a 100644 --- a/Readme.md +++ b/Readme.md @@ -7,3 +7,14 @@ - [ ] Figure out process title extraction on other platforms. - [ ] Define extensibility surface and APIs - [ ] Define approach to conf management (`~/.hyperterm.json` ?) +- [ ] Admit Ctrl+C as a way of closing webview +- [ ] When webview is shown, replace title of tab with +- [ ] Linkify urls in stdout. If clicked, inline webview. If cmd+clicked, default browser. +- [ ] Show icon that triggers contextmenu in tab, when hovered. + - [ ] "Open in default browser" option in webview mode + - [ ] Close +- [ ] Test on Windows, Linux +- [ ] Investigate startup time improvements + - [ ] Optimistic (mosh-style) prompt that memoizes PS1 + - [ ] Smaller bundle (ie: uglify, but currently doesnt work with ES6) + - [ ] Inline all the CSS/JS in the page instead of extra file