18 Commits
Author SHA1 Message Date
krisdoodle45andGitHub dcbb7dca2a Fixed peertubetorrent (#1030)
* Fixed peertubetorrent

Because of https://github.com/Chocobozzz/PeerTube/pull/3746, the torrent URL is now different from the normal video url. This means the peertube API is needed to get the new torrent link.

* No more soyregex (and use built-in curl silent option)

* Add 360p quality in the description

* Simpler regex

* Parenthesize variables
2022-04-28 13:20:59 +00:00
953d85619a Replace youtube-dl with yt-dlp system-wide (#1019)
* Replace youtube-dl with yt-dlp in qndl

* Replace youtube-dl with yt-dlp in dmenuhandler

* Replace youtube-dl with yt-dlp in newsboat config

* Replace youtube-dl with yt-dlp in aliasrc

Co-authored-by: Luke Smith <luke@lukesmith.xyz>
2022-03-29 01:28:41 +00:00
krisdoodle45andGitHub c2f25befa9 Make sb-doppler POSIX compliant 2022-02-17 18:14:42 +01:00
krisdoodle45andGitHub c16d6fd3b0 Merge branch 'LukeSmithxyz:master' into patch-4 2022-02-17 18:13:14 +01:00
krisdoodle45andGitHub ebcc52f1fb otp script: Printf is not needed here (#1062) 2022-01-21 22:17:21 +00:00
krisdoodle45andGitHub 714aa92a95 ext: Remove in favor of atool (#1013)
* ext: Give the ability to extract multiple files and wildcards

* Variable renaming

* Make user get prompted if extracted file overwrites another file

* Deleted ext

We have atool

* Replace ext with aunpack
2021-10-20 10:27:40 -04:00
krisdoodle45andGitHub 56caae7b03 Revert changes to displayselect (already best performance) 2021-10-19 16:53:06 +02:00
krisdoodle45andGitHub 7dbc757a64 Add some conf file variables 2021-10-14 20:50:00 +02:00
krisdoodle45andGitHub 40af3ab992 Use setsid 2021-10-14 20:47:33 +02:00
krisdoodle45andGitHub 6faae93d15 Replicate tail functionality in awk 2021-10-14 20:46:07 +02:00
krisdoodle45andGitHub 64f31bf86c Add some variables 2021-10-14 20:44:40 +02:00
krisdoodle45andGitHub 9ad912fe4e Cut isn't needed here 2021-10-06 17:12:41 +02:00
krisdoodle45andGitHub a3e76f32b8 Make sb-doppler work for Europe and Africa 2021-10-04 20:56:57 +02:00
krisdoodle45andGitHub 828c052184 We don't need sed here (#1006) 2021-09-24 10:35:49 -04:00
krisdoodle45andGitHub 9a2dc2618e Return dunst and zathura color schemes to normal if python-pywal is uninstalled. (#995)
* Changed paru to yay due to new LARBS changes

* Fix & improve lf's moveto, copyto and cd to bm-dir

When using any of the above functions they returned exit code 1. This was due to the cut command having tab as the delimiter, but spaces are used in the bm-dirs file. 
As an improvement comments are now automatically removed from the fzf options, because selecting those wouldn't work anyway.
The final sed command substituting "~" for "$HOME" is also removed because that doesn't seem to do anything looking at the current structure of the bm-dirs file.
The J bind needed more parsing and environment variable substitution because cd didn't work by default with values from a subshell.

* Automatically backup existing config files

* Return by pywal edited config files to normal if pywal is uninstalled.
2021-08-31 17:00:23 -04:00
krisdoodle45andGitHub 05aa7d1182 Fix & improve lf's moveto, copyto and cd to bm-dir (#994)
* Changed paru to yay due to new LARBS changes

* Fix & improve lf's moveto, copyto and cd to bm-dir

When using any of the above functions they returned exit code 1. This was due to the cut command having tab as the delimiter, but spaces are used in the bm-dirs file. 
As an improvement comments are now automatically removed from the fzf options, because selecting those wouldn't work anyway.
The final sed command substituting "~" for "$HOME" is also removed because that doesn't seem to do anything looking at the current structure of the bm-dirs file.
The J bind needed more parsing and environment variable substitution because cd didn't work by default with values from a subshell.
2021-08-31 09:28:33 -04:00
krisdoodle45andGitHub 2eb02268b6 Changed paru to yay due to new LARBS changes (#987) 2021-08-24 15:09:07 -04:00
krisdoodle45andGitHub 418c00cbc4 Update peertubetorrent due to changed URL format (#979) 2021-08-07 15:10:36 -04:00