Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/moebiussurfing/ofxsurfingdataremover
openFrameworks app/add-on to periodically clean your app data. Drag and queue a list of files, and Run. Useful to remove settings files during your re-compiling process.
https://github.com/moebiussurfing/ofxsurfingdataremover
openframeworks openframeworks-addon openframeworks-application
Last synced: 12 days ago
JSON representation
openFrameworks app/add-on to periodically clean your app data. Drag and queue a list of files, and Run. Useful to remove settings files during your re-compiling process.
- Host: GitHub
- URL: https://github.com/moebiussurfing/ofxsurfingdataremover
- Owner: moebiussurfing
- License: other
- Created: 2021-08-16T22:02:44.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-12-24T20:58:42.000Z (11 months ago)
- Last Synced: 2023-12-24T21:34:27.456Z (11 months ago)
- Topics: openframeworks, openframeworks-addon, openframeworks-application
- Language: C++
- Homepage:
- Size: 357 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ofxSurfingDataRemover
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
![Stage: beta](https://img.shields.io/badge/-alpha-red)## Overview
**openFrameworks** add-on to clean typically your ```OF_APP/data/``` files.
Queue a list of files and folders to batch remove periodically during your coding process.## Screenshot
![image](docs/readme_images/Capture.PNG?raw=true "image")## Features
## Usage
- Drag the files and folders that you want to remove from your hard drive or ```OF_APP/data/``` folder.
- Run the removing process for the list.
- Clear list to create a new project.
- The list remains next time the app is opened.## Dependencies
* [ofxSurfingHelpers](https://github.com/moebiussurfing/ofxSurfingHelpers)Already included into _/src_. No need to add manually on **PROJECT GENERATOR**.
* [ofxClickable](https://github.com/genekogan/ofxClickable)## Tested Systems
* **Windows 10** / **VS 2017** / **OF ~0.11**## Author
An add-on by **@moebiusSurfing**
*( ManuMolina ) 2021*## License
[**MIT License**](https://github.com/LICENSE)