From 99dfc57bfc6c955a4db86100f843db690fd6cfea Mon Sep 17 00:00:00 2001 From: Tom MTT Date: Mon, 17 Oct 2022 22:08:59 +0200 Subject: [PATCH] feat: README.md --- README.md | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..aab6535 --- /dev/null +++ b/README.md @@ -0,0 +1,42 @@ +# oshu-launcher - a small menu for oshu + +I was tired of `cd`'ing to my beatmaps folder and starting oshu +manually. So here it is. Just copy that file to your `~/.local/bin` or +your `/usr/local/bin`, `chmod +x` it and *voilà*. + +Type `oshu-launcher` (or simply `osu` if you made an alias - like me) +and you'll be prompted to choose a beatmap from your `~/.osu` folder, +which should contain all your beatmaps. + +To add a beatmap, just download a `.osz` file from any Osu! mirror, +create a folder with the right name and unzip it in that newly created +folder. I personally rename all .osu file directly to their difficulty +for ease of use. (I'll probably make a tool to automate that, too.) + +Example hierarchy of beatmaps: +``` +.osu +├── Ayanami Rei - FLY ME TO THE MOON +│   ├── Normal.osu +│   ├── audio.mp3 +│   ├── drum-hitfinish.wav +│   ├── drum-hitwhistle.wav +│   ├── easy.osu +│   ├── nido simps for a fuckin clone ROFL.jpg +│   ├── normal-hitnormal.wav +│   ├── replacement.osu +│   └── soft-hitnormal2.wav +├── Florence - Komm, susser Tod +│   ├── Come, Nice Death.osu +│   ├── Come, Sweet Death.osu +│   ├── Florence - Komm, susser Tod (ztrot).osb +│   ├── Komm, susser Tod.mp3 +│   ├── Taiko.osu +│   ├── approachcircle.png +│   ├── cross.png +│   ├── extremelybadassluigihann.png +│   ├── hitcircle.png +│   ├── hitcircleoverlay.png +│   ├── komsusser.jpg +│   └── somewhatcoolztrot.png +```