| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| upterm-0.4.0-x86_64-macOS.dmg | 2017-08-25 | 62.3 MB | |
| upterm-0.4.0-x86_64-linux.AppImage | 2017-08-25 | 64.4 MB | |
| 0.4.0.tar.gz | 2017-08-25 | 2.6 MB | |
| 0.4.0.zip | 2017-08-25 | 2.6 MB | |
| README.md | 2017-08-25 | 1.1 kB | |
| Totals: 5 Items | 131.9 MB | 0 | |
A Brand New Prompt
This is a big step forward for Upterm. In this release we switched to monaco-editor - the editor that powers Visual Studio Code. As a result, we've got numerous prompt improvements:
- Language Server Protocol support - a widely adopted "language smartness provider" communication protocol.
- In completion:
- A much better search algorithm.
- Significantly faster and isn't triggered after every character.
- Matching characters are highlighted.
- In prompt:
- Syntax highlight.
- Autoclosing quotes and parens.
- Warnings and errors support.
- Snippets. For example completing the
--messageoption ofgit commitwill expand into--message ""with the cursor placed between quotes.
and so much more!
Also, history search results were removed from default completion and are now available when you press Ctrl+R, powered by Monaco as well.
