1
0
mirror of https://github.com/aquatix/dotfiles.git synced 2025-12-06 22:55:10 +01:00

Get number of lines in Python files

This commit is contained in:
2016-09-09 13:49:34 +02:00
parent 50735ab749
commit 1c0109dac5

View File

@@ -64,6 +64,8 @@ alias tmux_takeover "tmux detach -a"
alias mkvirtualenv3 "mkvirtualenv --python=`which python3`"
alias pip_upgrade "pip freeze --local | grep -v '^\-e' | cut -d = -f 1 | xargs pip install -U"
alias pyloc 'find . -name "*.py" | xargs wc -l'
alias pypi_up 'python setup.py register sdist --formats=zip upload'
alias youtube-dl 'youtube-dl -t -f bestvideo+bestaudio/best --merge-output-format mp4'