wayshot
wayshot copied to clipboard
Error when using slurp command from example on README
Hey, its not working with slurp =( Im getting this:
thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: ParseIntError { kind: InvalidDigit }', src/wayshot.rs:65:69
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
Hi, I need the invocation command, wayshot version and preferably also which branch you're on.
Hi, I need the invocation command, wayshot version and preferably also which branch you're on.
Hello, thanks for the reply. Command is wayshot -s "$(slurp)". The version is 1.2.2-2 wayshot-bin from AUR
That's a pretty outdated release, can you try the wayshot AUR package instead, it is at version 1.3.1-2.
If you want to make it work using the old release, the command to use is wayshot -s "$(slurp -f '%x %y %w %h')"
That's a pretty outdated release, can you try the
wayshotAUR package instead, it is at version 1.3.1-2. If you want to make it work using the old release, the command to use iswayshot -s "$(slurp -f '%x %y %w %h')"
Okay, thanks! Can you please update the binary release? I hate infinite cargo builds that add on when I'm doing -Syu
@CheerfulPianissimo the issue persists for version 1.3.1
but yea wayshot -s "$(slurp -f '%x %y %w %h')" works for 1.3.1
@CheerfulPianissimo the issue persists for version 1.3.1 but yea
wayshot -s "$(slurp -f '%x %y %w %h')"works for 1.3.1
I think now this problem is fixed in master, event without pass anything to slurp, it will still work
yep master works without needing any params