-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
60c5769
commit cd8489c
Showing
18 changed files
with
63 additions
and
828 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,5 @@ | ||
# Terminal | ||
# Termios | ||
|
||
This package aims to aid in the making of Command-Line Applications by providing an API to wrap | ||
ANSI commands. | ||
|
||
The package contains a few modules: `Termios`, `ControlSequence`, `Prompt` and `Terminal`. The last one re-exports all previous ones. | ||
Swift wrapper around `termios.h` | ||
|
||
*Any help, comments or suggestions would be welcome!* | ||
|
||
## Termios | ||
|
||
A swift termios wrapper, with documentation from the man pages. | ||
|
||
## ControlSequence | ||
|
||
Wraps ANSI sequences, string styling shortcuts, terminal query sequences and parsing, etc. | ||
|
||
## Prompt | ||
|
||
Alternative to readline, provides a plugin architecture to customize your prompt | ||
|
||
## Terminal | ||
|
||
Provides convenience APIs for terminal-related things |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.