Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tranhuycong/trash-sweep
Macos App: Automatically deletes the oldest files first to maintain the trash size within the specified limit
https://github.com/tranhuycong/trash-sweep
Last synced: 3 months ago
JSON representation
Macos App: Automatically deletes the oldest files first to maintain the trash size within the specified limit
- Host: GitHub
- URL: https://github.com/tranhuycong/trash-sweep
- Owner: tranhuycong
- Created: 2024-10-02T16:39:36.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-10-25T03:30:09.000Z (3 months ago)
- Last Synced: 2024-10-26T17:06:01.295Z (3 months ago)
- Language: Swift
- Homepage: https://tranhuycong.github.io/trash-sweep
- Size: 413 KB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TrashSweep App
![TrashSweep Logo](assets/trash-sweep-screenshot.png)
TrashSweep is an application designed to manage and clean up your trash directory using the FIFO (First In, First Out) rule. This ensures that the oldest files are deleted first, keeping your trash directory within a user-defined size limit.
## Download
You can download the latest version of TrashSweep from the following link:
[Download TrashSweep](https://github.com/tranhuycong/trash-sweep/releases/download/v1.3/TrashSweep-Installer-v1.3.dmg)
For all release versions, visit the following link:
[All Releases](https://github.com/tranhuycong/trash-sweep/releases)
## Open a Mac app from an unknown developer
1. On your Mac, choose Apple menu > System Settings, then click Privacy & Security in the sidebar. (You may need to scroll down.)
2. Go to Security, then click Open.
3. Click Open Anyway.
This button is available for about an hour after you try to open the app.
4. Enter your login password, then click OK.
For more detailed instructions, visit the [Apple Support page](https://support.apple.com/en-vn/guide/mac-help/mh40616/mac).
## Features
- **FIFO Trash Management**: Automatically deletes the oldest files first to maintain the trash size within the specified limit.
- **User-Defined Trash Size**: Allows users to set a maximum size for the trash directory.## How It Works
1. **FIFO Rule**: The application monitors the trash directory and deletes the oldest files first when the total size exceeds the user-defined limit.
2. **Configurable Trash Size**: Users can specify the maximum size for the trash directory. The app will ensure that the total size of files in the trash does not exceed this limit.## Usage
1. **Set Trash Size**: Define the maximum size for your trash directory in the app settings.
2. **Automatic Cleanup**: The app will automatically manage the trash directory, deleting the oldest files first to keep the total size within the specified limit.## Updates
For the latest updates and release notes, please refer to the [appcast.xml](appcast.xml) file.
## License
This project is licensed under the MIT License.