Last active
November 25, 2020 17:02
-
-
Save andfanilo/e7e79a0a300f040fbb718f93832e8e82 to your computer and use it in GitHub Desktop.
Set of python CLI tools for productivity
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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