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