https://github.com/layerex/osu-cleaner-cli
Remove unwanted files from osu! Songs directory.
https://github.com/layerex/osu-cleaner-cli
cli osu songs-folder
Last synced: about 1 year ago
JSON representation
Remove unwanted files from osu! Songs directory.
- Host: GitHub
- URL: https://github.com/layerex/osu-cleaner-cli
- Owner: Layerex
- License: gpl-3.0
- Created: 2020-03-26T13:11:23.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T22:28:26.000Z (over 3 years ago)
- Last Synced: 2025-05-05T22:14:00.789Z (about 1 year ago)
- Topics: cli, osu, songs-folder
- Language: Python
- Homepage:
- Size: 80.1 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# osu-cleaner-cli
Remove unwanted files from osu! Songs directory. A rewrite of [that](https://github.com/henntix/osu-cleaner) tool, which is not cross-platform and does not work as intended.
## Installation
```bash
pip install osu-cleaner-cli
```
## Usage
```
usage: osu-cleaner-cli [-h] [--delete-videos] [--delete-hitsounds] [--delete-backgrounds] [--delete-skin-elements] [--delete-storyboard-elements] [--delete-all] [osu_songs_directory]
Remove unwanted files from osu! Songs directory.
positional arguments:
osu_songs_directory path to your osu! Songs directory
optional arguments:
-h, --help show this help message and exit
--delete-videos
--delete-hitsounds
--delete-backgrounds
--delete-skin-elements
--delete-storyboard-elements
--delete-all
If no arguments or only osu! Songs directory specified, script will start in interactive mode.
```