Compare commits
No commits in common. "2a5d218421ed637b1d63f7eade118f6fcb94397d" and "fd698cf4cd911cc0a96fe5bee3c5cbd7a7111e6a" have entirely different histories.
2a5d218421
...
fd698cf4cd
@ -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 jpeg png; do
|
for type in jpg 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,7 +127,6 @@ 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