file explorer file info, multi-byte char deleting fix

more docs, reversi game win/lose/tie and restart
This commit is contained in:
stjet
2025-01-25 23:04:20 +00:00
parent 03f1d649e0
commit 8d0a317819
8 changed files with 139 additions and 39 deletions

View File

@@ -0,0 +1,23 @@
Audio player with playlist and folder support.
## Commands
Type to write commands, backspace to delete last character, and enter to run command.
- `t`: Toggle pause/play
- `l`: Next/skip
- `j`: Volume down
- `k`: Volume up
- `b <dir>`: Set base directory (`<dir>` is path)
- `p <dir / playlist file>`: Play audio files in `<dir>` or play the songs listed in the `<playlist file>`. Unless paths are absolute, they will be relative to the directory specified by the `b <dir>` command
## Playlists
Example playlist file:
```
hanyuu-maigo/オノマトペ
inabakumori/*
iyowa/*
kai/さよならプリンセス
```