Skip to content
forked from railsware/upterm

[BEGIN AGAIN] A terminal emulator for the 21st century.

License

Notifications You must be signed in to change notification settings

life2015/upterm

This branch is up to date with railsware/upterm:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

May 20, 2019
6db8d5b · May 20, 2019
Jun 9, 2017
Sep 22, 2017
Sep 14, 2017
Sep 22, 2017
Sep 20, 2018
Aug 23, 2017
Mar 29, 2018
Jul 21, 2017
Jun 6, 2016
Mar 29, 2018
May 29, 2017
Mar 29, 2018
May 29, 2018
Mar 9, 2019
Mar 29, 2018
Sep 6, 2015
May 20, 2019
Mar 9, 2019
Mar 9, 2019
Sep 8, 2017
Aug 21, 2017

Repository files navigation

Join the chat at https://gitter.im/railsware/upterm Build Status

Deprecated

Upterm is deprecated. Project had lost maintainer and have zero activity to support it from community (only issues was created in repo).

I am no longer accepting pull requests and issues.

I recomended to check Hyper instead.

What Is It?

Upterm is looking for maintainers

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.

Technologies

More Screenshots

Development Setup

git clone https://github.com/railsware/upterm.git && cd upterm
npm start

Instructions are available for debugging the application in Visual Studio Code.

To create a standalone application, execute npm run pack in the project directory.

Contributing

See Contributing Guide.

License

The MIT License.

About

[BEGIN AGAIN] A terminal emulator for the 21st century.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 96.2%
  • HTML 3.8%