mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2026-01-28 02:58:42 +08:00
feat: move to "self-written shell script packages"
This commit is contained in:
parent
b2ec9acae2
commit
66e198e7e5
3 changed files with 11 additions and 6 deletions
3
modules/home/scripts/scripts/grabtext.sh
Normal file
3
modules/home/scripts/scripts/grabtext.sh
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
slurp | xargs -I {} grim -s 2 -t png -g {} - | tesseract - - | wl-copy -n
|
||||
Loading…
Add table
Add a link
Reference in a new issue