upterm

所属分类:Telnet客户端/Shell
开发工具:TypeScript
文件大小:2349KB
下载次数:0
上传日期:2019-05-20 17:42:14
上 传 者sh-1993
说明:  面向21世纪的终端模拟器。
(A terminal emulator for the 21st century.)

文件列表:
.dockerignore (36, 2019-05-21)
.node-version (7, 2019-05-21)
.npmrc (56, 2019-05-21)
.nvmrc (8, 2019-05-21)
.travis.yml (1118, 2019-05-21)
CONTRIBUTING.md (1544, 2019-05-21)
Dockerfile (187, 2019-05-21)
LICENSE (1085, 2019-05-21)
build (0, 2019-05-21)
build\icon.icns (68522, 2019-05-21)
build\icon.ico (4286, 2019-05-21)
build\icon.png (67494, 2019-05-21)
build\icons (0, 2019-05-21)
build\icons\16x16.png (1762, 2019-05-21)
build\icons\256x256.png (67494, 2019-05-21)
build\icons\32x32.png (2976, 2019-05-21)
build\icons\48x48.png (4738, 2019-05-21)
build\icons\64x64.png (6572, 2019-05-21)
docs (0, 2019-05-21)
docs\images (0, 2019-05-21)
docs\images\activity_search_box.png (8326, 2019-05-21)
docs\images\debug_renderer_process.png (6812, 2019-05-21)
docs\images\dot-vscode-folder.png (6636, 2019-05-21)
docs\images\install_chrome_debug_ext.png (24924, 2019-05-21)
docs\images\launch_task_prestart.png (8997, 2019-05-21)
docs\vscodedebugging.md (5490, 2019-05-21)
... ...

[![Join the chat at https://gitter.im/railsware/upterm](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/upterm/Lobby) [![Build Status](https://travis-ci.org/railsware/upterm.svg?branch=master)](https://travis-ci.org/railsware/upterm) # Deprecated Upterm is deprecated. Project had [lost maintainer](https://github.com/railsware/upterm/issues/1301#issue-327003344) 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](https://hyper.is/) instead. What Is It? ----------- **[Upterm is looking for maintainers](https://github.com/railsware/upterm/issues/1301)** 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](http://electron.atom.io/). ![](README/main.png) ###### 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](https://github.com/railsware/upterm/issues/new). Install ------------ ###### MacOS ```bash brew cask install upterm ``` Beware that the version in Homebrew might be outdated. Visit the [releases](https://github.com/railsware/upterm/releases) page to download the latest version. ###### Linux *(Arch Linux)* ```bash 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). ###### Linux *(Others)* * Download and open the AppImage file from the [releases](https://github.com/railsware/upterm/releases) page. ###### Windows Windows is not officially supported at the moment. The [Windows Support](https://github.com/railsware/upterm/issues/800) Issue explains potential experimental support. Technologies ------------ * [Electron](http://electron.atom.io/) * [TypeScript](http://www.typescriptlang.org/) * [ReactJS](https://facebook.github.io/react/) More Screenshots ---------------- ![](README/npm_autocompletion.png) ![](README/error.png) ![](README/top_autocompletion.png) ![](README/json_prettyfier.png) ![](README/vim.png) ![](README/emacs.png) ![](README/htop.png) ![](README/cd.png) Development Setup ------------ ```bash git clone https://github.com/railsware/upterm.git && cd upterm npm start ``` Instructions are available for [debugging the application in Visual Studio Code](docs/vscodedebugging.md). To create a standalone application, execute `npm run pack` in the project directory. Contributing ------------ See [Contributing Guide](CONTRIBUTING.md). License ------- [The MIT License](LICENSE).

近期下载者

相关文件


收藏者