| Crates.io | osc8er |
| lib.rs | osc8er |
| version | 0.1.3 |
| created_at | 2025-01-20 13:40:07.344971+00 |
| updated_at | 2025-02-17 19:58:14.793108+00 |
| description | Convert file or url to be clickable on supported terminal emulators by tagging it using OSC 8 |
| homepage | |
| repository | https://github.com/azam/osc8er |
| max_upload_size | |
| id | 1523887 |
| size | 15,833 |
CLI tool to convert file path or URL to terminal hyperlinks on terminal emulators that support OSC 8 hyperlinks.
MIT Licence Copyright (c) 2025 Azamshul Azizy
Via pipes
find . -type f | osc8er
Via arguments
osc8er -a README.md
Full options
Usage: osc8er [OPTIONS] {ARGS...}
Options:
-p, --pipe input from stdin/pipe (default, mutually exclusive
with --args)
-a, --args input from argument (mutually exclusive with --pipe)
-f, --file treat input as file link (default, mutually exclusive
with --url)
-u, --url treat input as URL (mutually exclusive with --file)
-r, --resolve resolve relative file path from current working
directory
-h, --help print this help menu