https://github.com/roshan-r/termv-rs
Termv. Now blazingly fast
https://github.com/roshan-r/termv-rs
Last synced: 10 months ago
JSON representation
Termv. Now blazingly fast
- Host: GitHub
- URL: https://github.com/roshan-r/termv-rs
- Owner: Roshan-R
- Created: 2022-08-02T15:25:56.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-14T06:38:40.000Z (12 months ago)
- Last Synced: 2025-03-26T00:51:14.796Z (11 months ago)
- Language: Rust
- Size: 1.98 MB
- Stars: 13
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# termv-rs
Termv-rs is a complete rewrite of [termv](https://github.com/Roshan-R/termv) in rust.
Along with the speed improvements, Termv-rs now works in windows too provided that fzf is installed.
https://github.com/user-attachments/assets/51d2dfef-862e-4782-b575-53b6b0120157
## Usage
```
termv-rs 0.1
USAGE:
termv-rs [OPTIONS] [ARGS]
ARGS:
Auto update channel list to latest version [env: TERMV_AUTO_UPDATE=]
[default: true]
Always open mpv in fullscreen [env: TERMV_FULL_SCREEN=] [default: false]
Default arguments which are passed to mpv [env:
TERMV_DEFAULT_MPV_FLAGS=] [default: --no-resume-playback]
URL to the channel list. Any other URL must be in the same format as the
default one [env: TERMV_API_URL=] [default:
https://iptv-org.github.io/iptv/channels.json]
OPTIONS:
-f, --fullscreen Open player in fullscreen
-h, --help Print help information
-u, --update Update channel list to latest version
-V, --version Print version information
Improve me on GitHub:
https://github.com/Roshan-R/termv-rs
```