Setup Instructions
Follow these steps to set up the Cleaner on your local machine.
1. Clone the Repository
First, clone the repository to your local machine:
git clone https://github.com/username/repository.git
cd repository
2. Install Dependencies
Make sure you have Go installed (version 1.16 or later is recommended). Run the following command to install dependencies:
go mod tidy
3. Set Up Test Environment (Optional)
For testing purposes, you can set up a test environment with sample files and directories using the provided script:
./setup_test_env.sh
This script will create a test_project directory with sample files and directories matching the app’s criteria for deletion. It’s useful for testing the app in dry-run mode.
You’re now ready to use the Cleaner. Head over to the Usage Guide to learn how to run the app.
Download the Executable
If you prefer to download the executable directly, follow these steps:
- Download the appropriate executable for your operating system from the Releases page.
- Make the executable file executable (e.g.,
chmod +x cleaner
on Unix-based systems). - Run the executable from the command line to start cleaning up directories.
- Refer to the Usage Guide for more details on running the app with different options.
- Enjoy a cleaner workspace with the Cleaner!