Upterm

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

Github星跟蹤圖

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 许可

主要指標

概覽
名稱與所有者railsware/upterm
主編程語言TypeScript
編程語言HTML (語言數: 3)
平台Docker, Linux, Mac
許可證MIT License
所有者活动
創建於2015-03-22 07:00:24
推送於2019-05-20 17:42:14
最后一次提交2019-05-20 20:42:14
發布數260
最新版本名稱v0.4.4 (發布於 )
第一版名稱v0.0.1 (發布於 )
用户参与
星數19.2k
關注者數381
派生數621
提交數3k
已啟用問題?
問題數751
打開的問題數219
拉請求數293
打開的拉請求數1
關閉的拉請求數272
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?

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.