odnar-dev

Results 20 comments of odnar-dev

`pipx list` provide a list of all installed packages \+ it only show package name and version what i am proposing will show information about a specific package

hi @Roshan-R , looks like i forget about this :smile: well if you still want to brainstorm some ideas , and pick this up let me know , and i...

so here is the m3u8 parser i told u about, you give it a m3u8 file ```bash #!/usr/bin/env bash # m3u8 related parse_playlist_m3u8(){ local filepath="$@" IFS= read -r first_line <...

check out the repo https://github.com/odnar-dev/termv-rewrite i just uploaded my full progress, and here you can see the whole idea and how it gonna work ``` bash git clone --depth 1...

i just wanted to try to create a pure bash m3u8 , just to see if it would work :smile: 1. the idea here is to just to make termv...

sorry i forget to implement backward compatibility in this update,and didn't have time to update the documentation/wiki you can also use the `add_browser` function in your config file ``` #...

```bash if [[ "${query}" ]]; then query="${query// /+}" else echo "No query given. Exiting."; exit 1 fi ``` ```bash if [[ "${video}" ]]; then video="https://${video}" else echo "No video selected....

https://github.com/Bugswriter/myyt/pull/9#issuecomment-797652762 https://github.com/Bugswriter/myyt/issues/8#issuecomment-782911132 look like @Bugswriter has stoped working on this script and started using [ytfzf](https://github.com/pystardust/ytfzf). i tried ytfzf , but i like myyt more because it's sample and i only...

@NSTAdventure > Huh f droid are getting weird and worst at the same time i found this app from f droid app but not found on their website???? not available...

if i remember right, i think it work with [Aard 2](https://f-droid.org/en/packages/itkach.aard2/) out of the box.