~yoctocell/peertube

89e8caefb5a88011baf0d35d61f6f37442fb5292 — yoctocell 2 years ago 5cb5082
Remove README.org
2 files changed, 16 insertions(+), 61 deletions(-)

M README.md
D README.org
M README.md => README.md +16 -30
@@ 1,25 1,13 @@
peertube.el
===========

`peertube.el` is an Emacs interface for
[PeerTube](https://joinpeertube.org), heavily insipred by
[ytel](https://github.com/gRastello/ytel).
# peertube.el
`peertube.el` is an Emacs interface for querying [PeerTube](https://joinpeertube.org), insipred by [ytel](https://github.com/gRastello/ytel).

![](./demo.png)

Features
========

-   Integration with
    [transmission.el](https://github.com/a13/transmission.el) for
    downloading videos
-   It uses [tabulated list
    mode](https://www.gnu.org/software/emacs/manual/html_node/elisp/Tabulated-List-Mode.html)
    and comes with the features associated with it

Keybindings
===========
# Features
- Integration with [transmission.el](https://github.com/a13/transmission.el) for downloading videos
- It uses [tabulated list mode](https://www.gnu.org/software/emacs/manual/html_node/elisp/Tabulated-List-Mode.html) and comes with the features associated with it

# Keybindings
| Key | Function               |
|-----|------------------------|
| n   | next line              |


@@ 29,15 17,13 @@ Keybindings
| s   | search for video       |
| g   | refresh search results |

TODOs
=====

-   \[X\] Integrate with transmission
-   \[X\] Colors based on the color theme
-   \[X\] Change sorting method
-   \[X\] Open channel link
-   \[X\] Select resolution when downloading
-   \[X\] Preview thumbnail
-   \[ \] Let users specify other fields
-   \[ \] Show more metadata
-   \[ \] Add to MELPA
# TODOs
- \[X\] Integrate with transmission
- \[X\] Colors based on the color theme
- \[X\] Change sorting method
- \[X\] Open channel link
- \[X\] Select resolution when downloading
- \[X\] Preview thumbnail
- \[X\] Let users specify other fields
- \[ \] Show more metadata
- \[ \] Add to MELPA/ELPA

D README.org => README.org +0 -31
@@ 1,31 0,0 @@
* peertube.el
=peertube.el= is an Emacs interface for [[https://joinpeertube.org][PeerTube]], heavily insipred by [[https://github.com/gRastello/ytel][ytel]].

[[./demo.png]]

* Features
- Integration with [[https://github.com/a13/transmission.el][transmission.el]] for downloading videos
- It uses [[https://www.gnu.org/software/emacs/manual/html_node/elisp/Tabulated-List-Mode.html][tabulated list mode]] and comes with the features associated with it

* Keybindings
| Key | Function               |
|-----+------------------------|
| n   | next line              |
| p   | previous line          |
| o   | open video             |
| d   | download video         |
| s   | search for video       |
| g   | refresh search results |

* TODOs
- [X] Integrate with transmission
- [X] Colors based on the color theme
- [X] Change sorting method
- [X] Open channel link
- [X] Select resolution when downloading
- [X] Preview thumbnail
- [ ] Let users specify other fields
- [ ] Show more metadata
- [ ] Add to MELPA