diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-01-25 14:04:30 +0100 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-01-25 14:04:30 +0100 |
commit | db3eebea90e2a547c7892c060b56326df81c5d18 (patch) | |
tree | 186e8bd2a67e90d7cceb8b6122875bcbe332acb2 /config/common/mpv/scripts/mpv-cut/README.org | |
parent | 06c3f38bb0d1b77902617bfa5757561262873124 (diff) |
Add mpv-cut and bindings
*Also added custom gitignore for mpv
Diffstat (limited to 'config/common/mpv/scripts/mpv-cut/README.org')
-rw-r--r-- | config/common/mpv/scripts/mpv-cut/README.org | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/config/common/mpv/scripts/mpv-cut/README.org b/config/common/mpv/scripts/mpv-cut/README.org new file mode 100644 index 0000000..02540b0 --- /dev/null +++ b/config/common/mpv/scripts/mpv-cut/README.org @@ -0,0 +1,20 @@ +[[https://github.com/familyfriendlymikey/mpv-cut][mpv-cut]] + +* Files +|------------+---------------| +| file | what | +|------------+---------------| +| ~config.lua~ | configuration | +| ~.book~ | bookmarks | +| ~.list~ | backup | +|------------+---------------| + +* Actions +|---+--------------------------------------------| +| ~c~ | START/END cut | +| ~C~ | cancel cut | +| ~a~ | cycle actions | +| ~i~ | bookmark timestamp to ~.list~ (+add chapter) | +| ~-~ | decrement channel +| ~=~ | increment channel | + |