Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hayat01sh1da/file-cleaners
This repository contains Ruby and Python scripts which delete specific files.
https://github.com/hayat01sh1da/file-cleaners
automation minitest python ruby unittest work-efficiency
Last synced: 3 days ago
JSON representation
This repository contains Ruby and Python scripts which delete specific files.
- Host: GitHub
- URL: https://github.com/hayat01sh1da/file-cleaners
- Owner: hayat01sh1da
- License: mit
- Created: 2024-05-03T13:52:05.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2025-01-08T09:38:27.000Z (8 days ago)
- Last Synced: 2025-01-08T10:35:23.417Z (8 days ago)
- Topics: automation, minitest, python, ruby, unittest, work-efficiency
- Language: Python
- Homepage: https://github.com/hayat01sh1da/file-cleaners
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 1. Common Environment
- WSL(Ubuntu 24.04.1 LTS)
## 2. READMEs
- [Ruby](./ruby/README.md)
- [Python](./python/README.md)## 3. How to Use
In you terminal, provide the following 3 parameters via interactive user inputs.
- `dirname`: The directory which contains files you would like to delete
- `pattern`: The dirname or filename pattern you would like to delete
- `mode`: The operation is done as the execution mode with `-e` and the dry_run mode without any option- [For Ruby Users](./ruby/README.md#2-execution)
- [For Python Users](./python/README.md#2-execution)