#links #terminal #clickable

terminal-link

Create clickable links inside terminals

1 unstable release

0.1.0 Mar 12, 2021

#364 in Command-line interface

Download history 497/week @ 2023-12-11 416/week @ 2023-12-18 316/week @ 2023-12-25 406/week @ 2024-01-01 8239/week @ 2024-01-15 37072/week @ 2024-01-22 49404/week @ 2024-01-29 54898/week @ 2024-02-05 55577/week @ 2024-02-12 51851/week @ 2024-02-19 47620/week @ 2024-02-26 23693/week @ 2024-03-04 2103/week @ 2024-03-11 1681/week @ 2024-03-18 1387/week @ 2024-03-25

34,692 downloads per month
Used in 6 crates

Apache-2.0 OR MIT

7KB

terminal-link

Create clickable links inside your terminal.

Usage

use terminal_link::Link;

fn main() {
    let link = Link::new("DuckDuckGo", "https://duckduckgo.com");
    println!("{}", link);
}

Supported terminals

As of now, the terminals listed in this Gist have support for clickable links.

Shortcomings

The library does not do any runtime-checks to determine if a terminal actually supports clickable links. This will be implemented in a later release.

License

Licensed under either of Apache License, Version 2.0 or MIT license at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

No runtime deps