项目作者: minusium

项目描述 :
simple terminal scroller
高级语言: C
项目地址: git://github.com/minusium/ters.git
创建时间: 2019-08-28T18:44:25Z
项目社区:https://github.com/minusium/ters

开源协议:MIT License

下载


TERS (EXPERIMENTAL)

Ters is a simple terminal multiplexer for linux that allows you to scroll back.

It’s lightweight, simple and suckless.

Usage

run Ters. You’ll greated with a welcome message and /bin/sh.
Pressing Esc will switch to scroll mode.
in scroll mode, You can scroll by pressing PageUp,
PageDown and Up and Down arrows.
to back normal mode, you should press Enter.

Implemented Futures

  • Simple support for PTY and starting command shell
  • Scroll by keyboard

TODO

  • ANSI Escape Sequences and Terminfo
  • Support for user configurations
  • Scroll with mouse

Contribute

for contributing, you can help to implement one or more of goals in TODO section.