Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/r-darwish/idnt
Batch software uninstall
https://github.com/r-darwish/idnt
apt brew chocolatey go pacman uninstall
Last synced: 6 days ago
JSON representation
Batch software uninstall
- Host: GitHub
- URL: https://github.com/r-darwish/idnt
- Owner: r-darwish
- License: gpl-3.0
- Archived: true
- Created: 2021-10-30T18:24:41.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-02-12T07:46:25.000Z (almost 3 years ago)
- Last Synced: 2024-10-30T04:51:18.476Z (15 days ago)
- Topics: apt, brew, chocolatey, go, pacman, uninstall
- Language: Go
- Homepage:
- Size: 2.57 MB
- Stars: 103
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- charm-in-the-wild - IDNT - A batch software uninstaller. (_built with Bubble Tea_) (Applications / Productivity and Organization)
README
# I Don't Need This
![Screenshot 1](doc/idnt.gif)
IDNT is a software uninstaller.
## Installation
Download a binary from the [release](https://github.com/r-darwish/idnt/releases) section.
## Usage
Just run the tool, and you'll be presented with a [fzf](https://github.com/junegunn/fzf) like interface. Mark the
applications that you with to remove with `TAB` and then hit `Enter` to remove them all.Press `w` to go to the application website or `s` to search it in [DuckDuckGo](https://duckduckgo.com).
## Supported operating systems and application providers
macOS, Windows and Linux (APT and Pacman).
macOS users need to install Brew [rmtree](https://github.com/beeftornado/homebrew-rmtree).
### A warning for Linux users
While you probably can't break your system no matter which brew package you uninstall in macOS, it's easy to uninstall
the wrong package in Linux and make your system unbootable. This application does not prompt for any confirmation before
uninstalling the selected packages, so use it with caution.