mirror of
https://github.com/rothgar/awesome-tuis.git
synced 2024-11-01 09:21:48 +01:00
vlc: minor additions to the ncurses interface (#118)
* vlc: code-format `vlc --intf ncurses` * vlc: "ncurses client" -> "ncurses interface" To the best of my knowledge, VLC can be directly run in ncurses mode, it's not a client talking to a server process. * vlc: add link to the documentation at https://wiki.videolan.org/Console/ This wiki entry also provides information for other possible TUI interfaces for VLC (rc, ncurses, telnet)
This commit is contained in:
parent
05cacde597
commit
d6a3dccded
1 changed files with 1 additions and 1 deletions
|
@ -215,7 +215,7 @@ List of projects that provide terminal user interfaces
|
|||
- [spotui](https://github.com/ceuk/spotui) Spotify client written in Python
|
||||
- [timg](https://github.com/hzeller/timg) A terminal image viewer
|
||||
- [tizonia-openmax-il](https://github.com/tizonia/tizonia-openmax-il) Command-line cloud music player for Linux with support for Spotify, Google Play Music, YouTube, SoundCloud, Dirble, Plex servers and Chromecast devices
|
||||
- [vlc](https://github.com/videolan/vlc) VLC includes an ncurses client, vlc --intf ncurses
|
||||
- [vlc](https://github.com/videolan/vlc) VLC includes an ncurses interface, `vlc --intf ncurses`. See documentation at https://wiki.videolan.org/Console/
|
||||
- [ytui-music](https://github.com/sudipghimire533/ytui-music) Listen to music from youtube. Configurable, minimal, lightweight, private & beautiful music client.
|
||||
- [ytdl-tui](https://github.com/darky/ytdl-tui) TUI for downloading Youtube videos
|
||||
|
||||
|
|
Loading…
Reference in a new issue