Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ento/mpv-cheatsheet
mpv script for looking up keyboard shortcuts
https://github.com/ento/mpv-cheatsheet
mpv-script
Last synced: 3 months ago
JSON representation
mpv script for looking up keyboard shortcuts
- Host: GitHub
- URL: https://github.com/ento/mpv-cheatsheet
- Owner: ento
- License: mit
- Created: 2019-10-26T16:40:14.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-06-03T07:18:50.000Z (8 months ago)
- Last Synced: 2024-10-11T22:45:05.979Z (4 months ago)
- Topics: mpv-script
- Language: JavaScript
- Size: 298 KB
- Stars: 48
- Watchers: 3
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-mpv - cheatsheet - Looking up keyboard shortcuts (bindings). (Input)
README
# mpv-cheatsheet
## Installation
Download the latest release from the [releases page](https://github.com/ento/mpv-cheatsheet/releases/latest).
It can be passed directly using the `--script` option when launching mpv.
```sh
mpv video.mp4 --script=mpv-cheatsheet.js
```or you can save the file in a `scripts` subdirectory in the mpv configuration directory (usually `~/.config/mpv/scripts/` or `C:\Users\\AppData\Roaming\mpv\scripts`; create one if it doesn't exist) and mpv will launch the script every time. [Learn more](https://mpv.io/manual/stable/#script-location).
## Usage
Press `?` to bring up the cheatsheet.
![Screenshot](./mpv-shot0001.jpg)
## Development
### Building locally
```
direnv allow
make
make install # copies built script to ~/.config/mpv/scripts/
```### Versioning
Version numbers follow the format `v${mpv-version}.${script-version}`
where `script-version` is a single number that resets to 0 when `mpv-version`
is bumped.