Created
June 5, 2026 18:45
-
-
Save noromanba/0f40f3a1013405c9ee75dcead978bd3e to your computer and use it in GitHub Desktop.
pseudo `pip-autoremove`
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
| #!/usr/bin/env bash | |
| # pseudo `pip-autoremove` | |
| # @version 2026.05.29.0 | |
| # @license CC0 Univ PD https://creativecommons.org/publicdomain/zero/1.0/ | |
| # @author noromanba https://noromanba.github.io | |
| set -eCx | |
| # pseudo pip-autoremove | |
| # require uv | |
| uv pip uninstall "$@" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment