Skip to content

Commit c259525

Browse files
committed
docs: Update readme
1 parent 0d23860 commit c259525

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

README.md

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# bash-tty
22

3-
`tput` is slow as a dog due to subshell and exec overhead. Use functions like `term.clear_screen` instead
3+
Bash library for terminal escape sequences
4+
5+
## Summary
6+
7+
This library was created to be a _fast_ alternative to `tput`. It includes a `btput` function to emulate the most common features of `tput` (without exec overhead). It also sports a more intuitive interface with names like `term.erase_line`, etc.
48

59
## Installation
610

@@ -10,14 +14,6 @@ Use [Basalt](https://github.com/hyperupcall/basalt), a Bash package manager, to
1014
basalt add hyperupcall/bash-tty
1115
```
1216

13-
## Usage
14-
15-
- `BASH_TTY_FORCE_TPUT`
16-
17-
## Roadmap
18-
19-
- Add layer that accepts same strings are `tput`
20-
2117
## References
2218

2319
- [vtasni.html](https://www2.ccs.neu.edu/research/gpc/VonaUtils/vona/terminal/vtansi.htm)

0 commit comments

Comments
 (0)