commit bc99cc47a4e862a3dfe0c70dd332ffe4b8da7419 parent 5c7830c70f723b74bafddd12a2a35ce07acd6a4d Author: Ed van Bruggen <edvb@uw.edu> Date: Mon, 4 Jan 2021 03:30:54 -0800 bash: Add py, exif, venv, todo aliases Diffstat:
bashrc | | | 4 | ++++ |
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/bashrc b/bashrc @@ -137,5 +137,9 @@ alias ytdlp='youtube-dl --extract-audio --audio-format mp3 -o "%(playlist)s/%(pl alias newline='echo >>' alias term='tabbed -c st -w' alias f='feh --force-aliasing --auto-zoom --auto-rotate --scale-down' +alias py='python3 -q' +alias exif='identify -verbose' # TODO only get exif info +alias venv='source ~/code/epe/venv/bin/activate' +alias todo='grep -RI TODO * --exclude-dir=public' #}}}