You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 21, 2019. It is now read-only.
Upterm (formerly Black Screen) is an IDE in the world of terminals. Strictly speaking, it's both a
terminal emulator and an interactive shell based on Electron.
Autocompletion
Upterm shows the autocompletion box as you type and tries to be smart about what to suggest.
Often you can find useful additional information on the right side of the autocompletion, e.g. expanded alias value,
command descriptions, value of the previous directory (cd -), etc.
Compatibility
All command-line programs (including emacs, ssh and vim) should work as expected. If you experience any glitches, please create an issue.
Install
MacOS
brew cask install upterm
Beware that the version in Homebrew might be outdated. Visit the releases page to download the latest version.
Linux (Arch Linux)
yaourt -S upterm
As with macOS's brew install, the AUR may also be outdated. To install the latest version, refer to the install guide for Linux (Others).
Linux (Others)
Download and open the AppImage file from the releases page.
Windows
Windows is not officially supported at the moment. The Windows Support Issue explains potential experimental support.