https://github.com/jaredchu/clean-desktop-cli
CLI script help you clean your desktop or your specific folder.
https://github.com/jaredchu/clean-desktop-cli
cli-script desktop python
Last synced: 3 days ago
JSON representation
CLI script help you clean your desktop or your specific folder.
- Host: GitHub
- URL: https://github.com/jaredchu/clean-desktop-cli
- Owner: jaredchu
- License: mit
- Created: 2016-12-15T01:46:09.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2026-03-20T08:17:25.000Z (3 months ago)
- Last Synced: 2026-03-21T01:07:29.359Z (3 months ago)
- Topics: cli-script, desktop, python
- Language: Python
- Homepage: https://github.com/jaredchu/Clean-Desktop-CLI
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Clean Desktop CLI
CLI script help you clean your desktop or your specific folder.

## Installation
`git clone https://github.com/jaredchu/Clean-Desktop-CLI`
## Usage
`python run.py` //clean your current location, move all files and folder to a folder with format **yyyy-mm-dd**
`python run.py -f` //file only
`python run.py -d` //folder only
`python run.py --help` //show help
## Contributing
1. Fork it!
2. Create your feature branch: `git checkout -b feature/your-new-feature`
3. Commit your changes: `git commit -am 'Add some feature'`
4. Push to the branch: `git push origin feature/your-new-feature`
5. Submit a pull request
## License
MIT