Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pulsar-edit/pulsar-cleanup
Cleans up any artifacts leftover by a Pulsar installation
https://github.com/pulsar-edit/pulsar-cleanup
Last synced: about 1 month ago
JSON representation
Cleans up any artifacts leftover by a Pulsar installation
- Host: GitHub
- URL: https://github.com/pulsar-edit/pulsar-cleanup
- Owner: pulsar-edit
- License: mit
- Created: 2023-08-26T22:35:23.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-26T22:51:49.000Z (over 1 year ago)
- Last Synced: 2024-10-29T14:23:13.513Z (about 2 months ago)
- Language: JavaScript
- Size: 31.3 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Pulsar Cleanup
This CLI tool aims to help cleanup any artifacts leftover by a Pulsar installation.
Since the process of uninstalling Pulsar is largely controlled by `electron-builder`, after an uninstall there may be some items leftover that the user doesn't want.
This tool then can step in to be run as a simple executable and allow the user to choose what they'd like to remove permanently.
## Warning
Use of this tool, may irreversibly delete your Pulsar configuration and all packages that have been installed.
The tool attempts to make it obvious when this may occur, but use of `pulsar-cleanup` is not recommended as any troubleshooting step. It should only be used when complete removal of elements from Pulsar for a system is desired.
## Usage
To use `pulsar-cleanup` head over to it's [releases page]() and download the latest version for your platform.
Once downloaded simply run it from the CLI:
> Windows
```bash
.\pulsar-cleanup-win.exe
```> Linux
```bash
chmod +x pulsar-cleanup-linux
./pulsar-cleanup-linux
```> macOS
```bash
./pulsar-cleanup-macos
```Once `pulsar-cleanup` is run, it'll walk you through all the artifacts that may remain on a system, the artifacts shown are not guaranteed to still be on your system.
Simply select which ones you'd like to remove following the instructions shown on screen, then hit enter.
You'll have a final chance to confirm each action you've selected, prior to it being executed.
Once the programs completes, feel free to delete the `pulsar-cleanup` executable.