Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/imjah/scripts
Nerd stuff for better Linux experience
https://github.com/imjah/scripts
bash python
Last synced: 22 days ago
JSON representation
Nerd stuff for better Linux experience
- Host: GitHub
- URL: https://github.com/imjah/scripts
- Owner: imjah
- License: gpl-3.0
- Created: 2024-02-06T22:30:47.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-11-17T00:02:40.000Z (about 1 month ago)
- Last Synced: 2024-11-17T00:27:23.925Z (about 1 month ago)
- Topics: bash, python
- Language: Python
- Homepage:
- Size: 53.7 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ttv
Twitch and YouTube livestream feed built with
[SafeTwitch](https://codeberg.org/safetwitch) and [Piped](https://github.com/teampiped)![demo](demo/ttv.webm)
#### Config
```yaml
# ~/.config/ttv/config.ymltwitch:
- kapitanbombatvyoutube:
- "@kapitanbomba"piped:
- https://pipedapi.kavin.rockssafetwitch:
- https://stbackend.drgns.spacetimeout: 5
separator: ;
```#### Launcher
```sh
ttvmenu() {
ttv | sort | column -ts";" | fzf -m | grep -oE "https://[^[:space:]]+" | \while read -r url; do
foot -a hidden -- streamlink --player mpv "$url" best &
done
}
```#### Dependencies
- python
- python-requests
- python-websockets
- python-yaml# weather
[Weather Icon](https://github.com/erikflowers/weather-icons)
with current temperature from [Open-Meteo](https://open-meteo.com/)![demo](demo/weather.webm)
#### Dependencies
- python
- python-requests
- nerd-fonts