This website requires JavaScript.
Explore
Help
Sign In
shockrah
/
rice
Watch
1
Star
0
Fork
0
You've already forked rice
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
75a40816e5
rice
/
snip
8 lines
79 B
Plaintext
Raw
Normal View
History
Unescape
Escape
new scripts for polybar and screenshotting things easily from dmenu
2019-09-23 04:30:30 +00:00
#!/bin/sh
added cli functionality to snip for named output
2019-09-26 01:17:45 +00:00
if [ ! -z "$1" ]; then
n=$1
else
n="tmp.png"
fi
scrot -sz $HOME/$n
Reference in New Issue
Copy Permalink