Layerex / osu-cleaner-cli

Remove unwanted files from osu! Songs directory.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

osu-cleaner-cli

Remove unwanted files from osu! Songs directory. A rewrite of that tool, which is not cross-platform and does not work as intended.

Installation

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.

About

Remove unwanted files from osu! Songs directory.

License:GNU General Public License v3.0


Languages

Language:Python 97.4%Language:Makefile 2.6%