Add apt aliases

This commit is contained in:
Johannes Rothe 2024-10-15 08:09:43 +02:00
parent e884bc79e9
commit 077268fe2b

View File

@ -53,6 +53,8 @@
"ip" = "ip -c"; "ip" = "ip -c";
"preview" = "mpv av://v4l2:/dev/video0 --profile=low-latency"; "preview" = "mpv av://v4l2:/dev/video0 --profile=low-latency";
"cam" = "gphoto2 --stdout --capture-movie | ffmpeg -i - -vcodec rawvideo -pix_fmt yuv420p -threads 0 -f v4l2 /dev/video0"; "cam" = "gphoto2 --stdout --capture-movie | ffmpeg -i - -vcodec rawvideo -pix_fmt yuv420p -threads 0 -f v4l2 /dev/video0";
"upd" = "sudo apt update";
"upg" = "sudo apt upgrade";
}; };
}; };