Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/4ch1m/recent-projects-cleaner
A plugin for the IntelliJ platform that automatically removes orphaned entries in the "Recent Projects" list.
https://github.com/4ch1m/recent-projects-cleaner
idea intellij intellij-idea intellij-idea-plugin intellij-plugin plugin
Last synced: about 2 months ago
JSON representation
A plugin for the IntelliJ platform that automatically removes orphaned entries in the "Recent Projects" list.
- Host: GitHub
- URL: https://github.com/4ch1m/recent-projects-cleaner
- Owner: 4ch1m
- License: mit
- Created: 2024-02-06T15:50:20.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2024-08-12T16:31:00.000Z (6 months ago)
- Last Synced: 2024-10-31T14:05:26.090Z (3 months ago)
- Topics: idea, intellij, intellij-idea, intellij-idea-plugin, intellij-plugin, plugin
- Language: Kotlin
- Homepage:
- Size: 95.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# ![Recent Projects Cleaner](src/main/resources/META-INF/pluginIcon.png#gh-light-mode-only) ![Recent Projects Cleaner](src/main/resources/META-INF/pluginIcon_dark.png#gh-dark-mode-only) Recent Projects Cleaner
> A plugin for the IntelliJ platform that automatically removes orphaned entries in the "Recent Projects" list.
## Table of Contents
* [Description](#description)
* [Installation](#installation)
* [License](#license)
* [Credits](#credits)
* [Donate](#donate)## Description
If you're frequently opening/creating projects with your IDE, but later on remove the project folder elsewhere (e.g. in your OS file manager), then your `Recent Projects` list will get cluttered with useless/deactivated entries.
This plugin will automatically clean/remove these "dead projects" upon IDE startup.
## Installation
Use the IDE's built-in plugin system:
* `File` --> `Settings...` --> `Plugins` --> `Marketplace`
* search for: `Recent Projects Cleaner`
* click the `Install`-buttonOr go to the [plugin page](https://plugins.jetbrains.com/plugin/23732-recent-projects-cleaner) on the [JetBrains](https://www.jetbrains.com)-website, download the archive-file and install manually.
## License
Please read the [license](LICENSE) file.
## Credits
* `Trash can` logo by [FontAwesome](https://fontawesome.com/icons/trash-can?f=classic&s=solid)
## Donate
If you like this plugin, please consider a [donation](https://paypal.me/AchimSeufert). Thank you!