A minimal python script, to copy the cwd's name to the clipboard.
You can bind the script to any key or create an alias in bash,fish or zsh.
i.e. in fish:
alias copydir 'python path/to/script/copydir.py'
install python deps:
pip install -r requirements.txt