https://github.com/dimkr/tty8
A suckless terminal multiplexer
https://github.com/dimkr/tty8
Last synced: about 1 year ago
JSON representation
A suckless terminal multiplexer
- Host: GitHub
- URL: https://github.com/dimkr/tty8
- Owner: dimkr
- License: mit
- Created: 2015-06-23T11:37:09.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-06-23T13:41:36.000Z (about 11 years ago)
- Last Synced: 2025-02-25T09:13:06.373Z (over 1 year ago)
- Language: C
- Size: 117 KB
- Stars: 43
- Watchers: 5
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README
- License: COPYING
Awesome Lists containing this project
README
_ _ ___
| |_| |_ _ _ ( _ )
| __| __| | | |/ _ \
| |_| |_| |_| | (_) |
\__|\__|\__, |\___/
|___/
Overview
========
tty8 is an extremely simple terminal multiplexer, which provides 8 virtual
terminals.
Usage
=====
- CTRL + K: next virtual terminal
- CTRL + J: previous virtual terminal
- CTRL + `: quit
Credits and Legal Information
=============================
tty8 is free and unencumbered software released under the terms of the MIT
license; see COPYING for the license text. For a list of its authors and
contributors, see AUTHORS.
The ASCII art logo at the top was made using FIGlet (http://www.figlet.org/).