Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 719 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 719 Bytes

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.