Skip to content

Instantly share code, notes, and snippets.

@noromanba
Created June 5, 2026 18:45
Show Gist options
  • Select an option

  • Save noromanba/0f40f3a1013405c9ee75dcead978bd3e to your computer and use it in GitHub Desktop.

Select an option

Save noromanba/0f40f3a1013405c9ee75dcead978bd3e to your computer and use it in GitHub Desktop.
pseudo `pip-autoremove`
#!/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