Open vfonic opened 3 months ago
See if you can install pipx
brew install pipx
This should output some lines to add to your bashrc so that files installed by pipx work correctly. Logout and log back into the terminal after making those changes so that the changes are applied.
Then install via pipx
pipx install files-to-prompt
If your bashrc changes were done correctly, then running files-to-prompt
should work.
I'm trying to install the tool on macOS, but I'm not familiar with Python nor it's package managers.
Here's the errors I'm getting:
What would be the best way forward?