| Crates.io | scut |
| lib.rs | scut |
| version | 1.0.0 |
| created_at | 2021-05-27 15:02:18.624968+00 |
| updated_at | 2021-05-27 15:02:18.624968+00 |
| description | Open links via short aliases |
| homepage | |
| repository | https://hg.sr.ht/~whoami/scut |
| max_upload_size | |
| id | 402752 |
| size | 48,811 |
$ cargo install scut
$ hg clone https://hg.sr.ht/~whoami/scut-aliases ~/.config/scut
$ scut test search
# will run xdg-open https://startpage.com/do/search?query=test%20search
$ scut tw
# will run xdg-open https://www.twitch.tv
$ scut tw angrytestie
# will run xdg-open https://www.twitch.tv/search?term=angrytestie
$ scut tw -r angrytestie
# will run xdg-open https://www.twitch.tv/angrytestie
$ scut tmdb the code
# will run xdg-open https://www.themoviedb.org/search?query=the%20code
(supported by: https://crates.io/crates/open)