Upterm

面向21世纪的终端仿真器。(A terminal emulator for the 21st century.)

Github stars Tracking Chart

Upterm(已弃用)

Upterm 已弃用。 项目失去了维护者,并且没有来自社区的活动来支持它(只有在 repo 中创建了问题)。

我不再接受拉请求和问题。

我建议改为用 Hyper 代替。

它是什么?

Upterm 正在寻找维护人员

Upterm(原黑屏)是终端世界中的一个IDE。严格地说,它既是一个终端仿真器,又是一个基于 Electron 的交互 shell。

自动完成

Upterm 在您键入时显示自动完成框,并尝试聪明地选择建议的内容。通常,您可以在自动完成的右侧找到有用的附加信息,例如扩展的别名值、命令描述、前一个目录的值(cd -)等。

兼容性

所有命令行程序(包括emacs、ssh和vim)都应该按预期工作。如果您遇到任何故障,请创建一个问题

安装

MacOS
brew cask install upterm

请注意,Homebrew 中的版本可能已过时。访问发布页面以下载最新版本。

Linux(Arch Linux)
yaourt -S upterm

与 macOS 的 brew 安装一样,AUR 也可能已过时。要安装最新版本,请参阅 Linux(其他)的安装指南

Linux(其他)
  • 发布页面下载并打开 AppImage 文件。
Windows

Windows目前还不受官方支持。 Windows 支持问题解释了潜在的实验性支持。

技术

更多截图

(恕删略)

开发设置

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

可以根据说明在Visual Studio代码中调试应用程序

要创建一个独立的应用程序,请在项目目录中执行npm run pack。

贡献

请参阅参与指南

许可证

MIT 许可

Overview

Name With Ownerrailsware/upterm
Primary LanguageTypeScript
Program languageHTML (Language Count: 3)
PlatformDocker, Linux, Mac
License:MIT License
Release Count260
Last Release Namev0.4.4 (Posted on )
First Release Namev0.0.1 (Posted on )
Created At2015-03-22 07:00:24
Pushed At2019-05-20 17:42:14
Last Commit At2019-05-20 20:42:14
Stargazers Count19.3k
Watchers Count388
Fork Count618
Commits Count3k
Has Issues Enabled
Issues Count752
Issue Open Count219
Pull Requests Count293
Pull Requests Open Count1
Pull Requests Close Count272
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private

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.

To the top