hyper/Readme.md

21 lines
900 B
Markdown
Raw Normal View History

2016-07-01 11:00:09 -08:00
# hyperterm
2016-06-30 22:21:29 -08:00
## TODO
2016-06-30 22:01:04 -08:00
- [ ] Listen on `resize` event *coming* from the pty.
2016-06-30 22:30:35 -08:00
- [ ] Add support for zsh and other popular shells
2016-06-30 22:01:04 -08:00
- [ ] Figure out process title extraction on other platforms.
2016-06-30 22:30:35 -08:00
- [ ] Define extensibility surface and APIs
2016-07-01 11:00:09 -08:00
- [ ] Define approach to conf management (`~/.hyperterm.json` ?)
2016-07-01 13:31:07 -08:00
- [ ] Admit Ctrl+C as a way of closing webview
- [ ] When webview is shown, replace title of tab with <title>
- [ ] 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