Skip to content

retpoison/cgy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cgy
===
A tui youtube rss reader using piped and mpv.


Dependencies
------------
mpv and go.


Installation
------------
run
    git clone https://github.com/retpoison/cgy.git
    cd cgy
    go build
    ./cgy


Keybindings
-----------
  j  |-------------Down
  k  |---------------Up
  g  |Beginning of list
  G  |------End of list
V, v |-----------Videos
C, c |---------Channels
A, a |------Add channel
P, p |-Play given video
R, r |----------Refresh
I, i |--------Instances
H, h |-------------help
Q, q |-------------Quit
Esc  |-----------Videos

Flags
-----
-c, -config     Config file path.
    cgy -c /home/anon/.config/cgy.json

-i, -instance   Piped Instance.
    cgy -i https://pipedapi.kavin.rocks

-l, -log        Log file path.
    cgy -l /tmp/cgy.log

-p, -proxy      proxy.
    cgy -p http://127.0.0.1:9050

-clean          Everything will be stored in ram, not file.
    cgy --clean

Some info
---------
If you choose "video only" videos, the program will automatically use one of the audiostreams to play the video with audio. In order to prevent that, you can delete "--audio-file=%audio%" from the config file.

If you don't want to write logs into any file, set logFile to "None" in the config file or run the program with "-l None" flag.

About

tui youtube rss reader.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages