Skip to content

Instantly share code, notes, and snippets.

@andfanilo
Last active November 25, 2020 17:02
Show Gist options
  • Save andfanilo/e7e79a0a300f040fbb718f93832e8e82 to your computer and use it in GitHub Desktop.
Save andfanilo/e7e79a0a300f040fbb718f93832e8e82 to your computer and use it in GitHub Desktop.
Set of python CLI tools for productivity
conda create -n productivity python=3.7
conda activate productivity
conda install ffmpeg
# conda install nginx
# conda install nodejs
# conda install rust
pip install -r requirements.txt
# to regenerate requirements.txt
pip install pip-tools
pip-compile requirements.in
# asciinema
black
cookiecutter
datasette
ddgr
diagrams # needs graphviz
# doitlive
faker
# fabric
glances
googler
howdoi
httpie
http-prompt
ipython
mkdocs-material
mycli
percol
pexpect
pgcli
pip-tools
psutil
pyjokes
rich
QuickWall
reorder-python-imports
sshtunnel
# saws
thefuck
wget
tldr
# tmuxp
trypackage
typer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment