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:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user