• Что бы вступить в ряды "Принятый кодер" Вам нужно:
    Написать 10 полезных сообщений или тем и Получить 10 симпатий.
    Для того кто не хочет терять время,может пожертвовать средства для поддержки сервеса, и вступить в ряды VIP на месяц, дополнительная информация в лс.

  • Пользаватели которые будут спамить, уходят в бан без предупреждения. Спам сообщения определяется администрацией и модератором.

  • Гость, Что бы Вы хотели увидеть на нашем Форуме? Изложить свои идеи и пожелания по улучшению форума Вы можете поделиться с нами здесь. ----> Перейдите сюда
  • Все пользователи не прошедшие проверку электронной почты будут заблокированы. Все вопросы с разблокировкой обращайтесь по адресу электронной почте : info@guardianelinks.com . Не пришло сообщение о проверке или о сбросе также сообщите нам.

Purge: Uninstaller for macOS That Goes Deep

Lomanu4 Оффлайн

Lomanu4

Команда форума
Администратор
Регистрация
1 Мар 2015
Сообщения
1,481
Баллы
155
Purge: A CLI Uninstaller for macOS That Goes Deep


Dragging apps to the trash on macOS leaves behind preferences, caches, and support files that waste space and can cause conflicts. purge (or prg) is a command-line tool that finds and removes all these hidden files.

Key Features

  • Smart Detection: Extracts app identifiers from Info.plist files
  • Thorough Scanning: Searches all standard macOS system locations
  • Interactive Selection: Choose which files to keep or delete
  • Self-Contained: Single binary with no runtime dependencies
  • Coming Soon: Dry-run mode to preview without deleting
Installation


# Via Homebrew
brew tap wess/packages
brew install purge

# Or manually
git clone

Пожалуйста Авторизируйтесь или Зарегистрируйтесь для просмотра скрытого текста.


cd purge
npm install
npm run build:mac
ln -sf "$(pwd)/dist/prg-macos-$(uname -m)" /usr/local/bin/prg
Latest releases can also be downloaded at

Пожалуйста Авторизируйтесь или Зарегистрируйтесь для просмотра скрытого текста.

(throw a star!)


Usage


prg /Applications/SomeApp.app

An interactive checklist appears with all related files. Uncheck items to keep, press Enter to trash the rest.

Options:

  • -n, --dry-run: Preview files without deleting (coming soon)
  • -h, --help: Show help information
How It Works

  1. Reads the app's metadata to find identifiers
  2. Scans system folders where apps store their data
  3. Matches files based on naming patterns
  4. Displays all candidates for your review before deleting
Why Use Purge?

  • Clean System: Recover space from hidden caches and support files
  • Prevent Conflicts: Avoid issues when reinstalling applications
  • Terminal Efficiency: Perfect for command-line workflows and scripts
  • Complete Control: See exactly what's being removed
Join the Community


purge is open-source on

Пожалуйста Авторизируйтесь или Зарегистрируйтесь для просмотра скрытого текста.

. Issues, feature suggestions, and pull requests are welcome!

What leftover app files are hiding on your Mac? Try purge and let us know what you discover!


Пожалуйста Авторизируйтесь или Зарегистрируйтесь для просмотра скрытого текста.

 
Вверх Снизу