tangled
alpha
login
or
join now
hyl.st
/
helm
2
fork
atom
nix config
2
fork
atom
overview
issues
pulls
pipelines
curve: add screen recording to screeshot script
Anish Lakhwara
2 years ago
78ab4dd5
f573800e
+3
1 changed file
expand all
collapse all
unified
split
home
profiles
desktop
bin
screenshot
+3
home/profiles/desktop/bin/screenshot
···
6
6
select=" "
7
7
window=" "
8
8
screen=" "
9
9
+
record=" "
9
10
delay=" "
10
11
cancel=" "
11
12
···
50
51
| tee $filepath | xclip -selection c -t image/png
51
52
notify
52
53
;;
54
54
+
$record)
55
55
+
kooha
53
56
esac