diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 23 |
1 files changed, 16 insertions, 7 deletions
@@ -8,12 +8,11 @@ Livie allows the user to search youtube.com and play the video from `mpv`. ## Requirements -- `python >= 3.5` -- `python-requests` - `hypervideo` +- `curl` - `mpv` - `sudo pacman -S python mpv python-requests hypervideo` + `sudo pacman -S mpv hypervideo` ## Installation @@ -30,7 +29,7 @@ Create new dir: Clone repo: - git clone https://libregit.org/heckyel/livie.git ~/.emacs.d/private/livie + git clone https://git.sr.ht/~heckyel/livie ~/.emacs.d/private/livie Open `settings.el` write the following: @@ -40,7 +39,17 @@ Open `settings.el` write the following: ``` ## Usage - Just run `M-x livie` and enter a search query. `n`, `p` and `tab` -can be used to navigate the buffer. Type `s` to enter another search. -To watch a video, press `<enter>`. +can be used to navigate the buffer. + +| key | binding | +|-------------------|------------------------------| +| <key>n</key> | `next-line` | +| <key>p</key> | `previous-line` | +| <key>q</key> | `livie-quit` | +| <key>s</key> | `livie-search` | +| <key>></key> | `livie-search-next-page` | +| <key><</key> | `livie-search-previous-page` | +| <key>return</key> | `livie-watch-this-video` | + +Type `s` to enter another search. To watch a video, press `<enter>`. |