Metadata-Version: 2.4
Name: universal-upgrader-utility
Version: 0.1.7
Summary: A tiny utility to update/clean your system
Requires-Python: >=3.14
Description-Content-Type: text/markdown
Requires-Dist: typer>=0.24.1

# Universal Upgrader Utility

A tiny utility to update/clean your system

> Remark : this an alpha version of a personal tool, so use it at your own risk ;-)

## What UUU can do for you ?

### Upgrade

- Pipx packages
- Yarn packages installed globally
- Flatpak packages
- Rustup
- Cargo packages installed globally
- Cinnamon Desktop spices
- Local cache of tldr pages
- Fetch the newest version of Homebrew and all formulae from GitHub using git and perform any necessary migrations
- Upgrade outdated casks and outdated, unpinned formulae using the same options they were originally installed with, plus any appended brew formula options
- Atuin binary
- VSCode extensions
- VSCodium extensions

### Cleanup

- Pacman orphaned packages
- Unused Flatpak package(s) runtime(s)
- Remove stale lock files and outdated downloads for all formulae and casks, and remove old versions of installed formulae
- Uninstall formulae that were only installed as a dependency of another formula and are now no longer needed

## Help

```bash
uuu --help
```

[](assets/uuu_help.png)

## Licence & Credits

- Author : Francois B (Makoto)
- Licence : GPL-3.0 or above
