This package consumes the following services:
trashman
Clean up outdated package data in ~/.atom/.apm
and Atom's storage. Take note of the package settings before first time usage!
Note: This is a working early prototype, use with care!
Installation
Install trashman
from Atom's Package Manager or the command-line equivalent:
$ apm install trashman
GitHub
Change to your Atom packages directory:
# Windows
$ cd %USERPROFILE%\.atom\packages
# Linux & macOS
$ cd ~/.atom/packages/
Clone the repository as trashman
:
$ git clone https://github.com/idleberg/atom-trashman trashman
Usage
The following commands are available through the command-palette:
Trashman: Delete Outdated Package Data
Trashman: Delete Outdated Storage Data
Also take note that several tweaks can be made through the package settings!
License
This work licensed under The MIT License