Crates.io | rustywitness |
lib.rs | rustywitness |
version | 0.1.0 |
source | src |
created_at | 2021-10-27 11:02:10.935154 |
updated_at | 2021-10-27 11:02:10.935154 |
description | A CLI tool for getting screenshots of URLs using headless chrome |
homepage | https://github.com/swanandx/rustywitness |
repository | https://github.com/swanandx/rustywitness |
max_upload_size | |
id | 472961 |
size | 43,412 |
Just pass URL rustywitness https://example.com
or /PATH/TO/FILE as argument rustywitness 100-urls.txt
.
You don't need to worry about remembering flags, it can determine if the argument is a file or a single URL!
You can directly download executable and run it. No need for any installation.
Check releases here.
cargo
🦀cargo install rustywitness
Clone repository
git clone https://github.com/swanandx/rustywitness && cd rustywitness
then build and run
cargo run
e.g. cargo run -- <URL/FILENAME> [OPTIONS]
OR
cargo build --release
cd target/release/
./rustywitness
e.g. ./rustywitness <URL/FILENAME> [OPTIONS]
There is always scope for improvements and bugs to be fixed! Just open a issue or submit a PR.
Similar projects were very helpful as a reference. Special thanks to siddicky and Drago for testing it!