All Projects → railsware → Upterm

railsware / Upterm

Licence: mit
A terminal emulator for the 21st century.

Programming Languages

typescript
32286 projects
HTML
75241 projects

Projects that are alternatives of or similar to Upterm

Xterm.js
A terminal for the web
Stars: ✭ 12,019 (-38.18%)
Mutual labels:  terminal, console, tty, terminal-emulators, pty
Galacritty
WIP GTK terminal emulator based on Alacritty
Stars: ✭ 136 (-99.3%)
Mutual labels:  terminal, console, tty, terminal-emulators
Gritty
web terminal emulator
Stars: ✭ 63 (-99.68%)
Mutual labels:  terminal, console, tty
Zui
⬢ Zsh User Interface library – CGI+DHTML-like rapid application development with Zsh
Stars: ✭ 95 (-99.51%)
Mutual labels:  terminal, console, tty
Dte
A small, configurable console text editor (moved to https://gitlab.com/craigbarnes/dte)
Stars: ✭ 98 (-99.5%)
Mutual labels:  terminal, console, tty
Tty Markdown
Convert a markdown document or text into a terminal friendly output.
Stars: ✭ 275 (-98.59%)
Mutual labels:  terminal, console, tty
Tty Pager
Terminal output paging - cross-platform, major ruby interpreters
Stars: ✭ 37 (-99.81%)
Mutual labels:  terminal, console, tty
Awesome Terminals
Terminal Emulators
Stars: ✭ 80 (-99.59%)
Mutual labels:  terminal, tty, terminal-emulators
Terminalizer
🦄 Record your terminal and generate animated gif images or share a web player
Stars: ✭ 12,165 (-37.43%)
Mutual labels:  terminal, tty, pty
Ttyd
Share your terminal over the web
Stars: ✭ 4,030 (-79.27%)
Mutual labels:  terminal, tty, terminal-emulators
Jquery.terminal
jQuery Terminal Emulator - JavaScript library for creating web-based terminals with custom commands
Stars: ✭ 2,623 (-86.51%)
Mutual labels:  terminal, console, terminal-emulators
Chalk
🖍 Terminal string styling done right
Stars: ✭ 17,566 (-9.64%)
Mutual labels:  terminal, console, terminal-emulators
Ruby jard
Just Another Ruby Debugger. Provide a rich Terminal UI that visualizes everything your need, navigates your program with pleasure, stops at matter places only, reduces manual and mental efforts. You can now focus on real debugging.
Stars: ✭ 669 (-96.56%)
Mutual labels:  terminal, console, tty
Tty Font
Terminal fonts
Stars: ✭ 44 (-99.77%)
Mutual labels:  terminal, console, tty
Terminology
The best terminal emulator based on the Enlightenment Foundation Libraries
Stars: ✭ 440 (-97.74%)
Mutual labels:  terminal, console, terminal-emulators
x-terminal
An xterm based Atom plugin for providing terminals inside your Atom workspace.
Stars: ✭ 34 (-99.83%)
Mutual labels:  console, tty, pty
Finalcut
A text-based widget toolkit
Stars: ✭ 244 (-98.74%)
Mutual labels:  terminal, console, tty
uniterm
🚧Universal Terminal Emulator, might be a great toy terminal front-end for geeks.
Stars: ✭ 22 (-99.89%)
Mutual labels:  tty, pty, terminal-emulators
Stig
TUI and CLI for the BitTorrent client Transmission
Stars: ✭ 360 (-98.15%)
Mutual labels:  terminal, console
Consola
Elegant Console Logger for Node.js and Browser 🐨
Stars: ✭ 3,461 (-82.2%)
Mutual labels:  terminal, console

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].