stic/README.md

22 lines
358 B
Markdown
Raw Normal View History

2024-12-12 08:39:10 +01:00
# stic
i got sick of manually transferring terminfo files
# Usage
```bash
2024-12-12 08:40:28 +01:00
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
2024-12-12 08:39:10 +01:00
```
# Example
```bash
2024-12-12 08:40:28 +01:00
stic -o LogLevel=debug -v -p 2222 alacritty cute.fox
2024-12-12 08:39:10 +01:00
```