Compare commits
2 Commits
fd698cf4cd
...
2a5d218421
Author | SHA1 | Date | |
---|---|---|---|
2a5d218421 | |||
49f141e750 |
@ -38,9 +38,9 @@ alias dclean="docker system prune -af"
|
|||||||
# webp BEGIN
|
# webp BEGIN
|
||||||
function to_webp() {
|
function to_webp() {
|
||||||
setopt NULL_GLOB
|
setopt NULL_GLOB
|
||||||
for type in jpg png; do
|
for type in jpg jpeg png; do
|
||||||
for F in *.$type; do
|
for F in *.$type; do
|
||||||
cwebp "$F" -o "`basename "$\{F%.$type}"`.webp"
|
cwebp "$F" -o "`basename "${F%.$type}"`.webp"
|
||||||
done
|
done
|
||||||
done
|
done
|
||||||
unsetopt NULL_GLOB
|
unsetopt NULL_GLOB
|
||||||
|
@ -127,6 +127,7 @@ in
|
|||||||
git
|
git
|
||||||
gnumake # Source for "make" command
|
gnumake # Source for "make" command
|
||||||
htop # System monitor viewer
|
htop # System monitor viewer
|
||||||
|
zip
|
||||||
unzip
|
unzip
|
||||||
killall # Kill processes by name instead of PID
|
killall # Kill processes by name instead of PID
|
||||||
ncdu # Disk space usage stats, per folder, nested
|
ncdu # Disk space usage stats, per folder, nested
|
||||||
|
Loading…
Reference in New Issue
Block a user