stic/README.md
2024-12-12 01:40:28 -06:00

21 lines
358 B
Markdown

# stic
i got sick of manually transferring terminfo files
# Usage
```bash
usage: stic [...ssh-args] [-h] term host
Options:
--help, -h print this message
Parameters:
<term> the name of the terminfo to transfer
<host> the remote host address
```
# Example
```bash
stic -o LogLevel=debug -v -p 2222 alacritty cute.fox
```