summaryrefslogtreecommitdiffstats
path: root/.local/bin/dmenuhandler
Commit message (Collapse)AuthorAgeFilesLines
* nsxiv replaces unmaintained sxivLuke Smith2023-07-151-2/+2
|
* fix shellcheck (#1301)snailed2023-04-121-1/+1
| | | Shellcheck wines when printf doesn't get an argument
* fix #1196Luke Smith2022-09-291-4/+3
|
* underscore vs spaces, and naming convention (#1189)ryan-c-dev2022-09-191-1/+2
| | | | | | | | | | | | | | the title then extension format with the --restrict-filenames again for underscores instead of spaces. Works typically well as music will have Artist name first usually followed by song title so no need to format. haven't looked into the --embed-metadata parameter, only imagine it could be useful if it saves the url suffix for youtube link (which you don't want in your filename hopefully) for my video downloads, i just use this. alias ydl='yt-dlp -o '%(title)s.%(ext)s' -f bv+ba/b --restrict-filenames' alias mp3='yt-dlp -o '%(title)s.%(ext)s' -f bestaudio -x --audio-format mp3 --embed-thumbnail --restrict-filenames' Probably bad practice to have single quotes within more single quotes but ran into issues with yt-dlp over using double quotes. -Ryan
* use "|" as sed delimiter if pattern has "/" (#1118)i-c-u-p2022-06-151-3/+3
| | | removes the need for "/" to be escaped with a backslash
* Replace youtube-dl with yt-dlp system-wide (#1019)krisdoodle452022-03-291-3/+3
| | | | | | | | | | | * 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>
* Fix case-matching (#1066)Ginner2022-01-251-1/+1
| | | Case sensitivity prevents dmenuhandler from copying the URL to the clipboard.
* UAE - update autisticly efficient (#838)Hekuran2020-11-081-10/+15
|
* make use of setsid(1)'s `-f` flag (#652)Kian Kasad2020-05-301-5/+5
| | | Co-authored-by: Luke Smith <luke@lukesmith.xyz>
* mpv config: use mpvSockets script to remove mpv wrappers/aliases (#544)Wis2020-04-081-2/+2
| | | | | | | | | | | * add scripts to mpv's cfg \w mpvSockets as 1st dependency and\or script * remove all usage of --input-ipc-server in all cmds * remove mpv alias that adds --input-ipc-server * fix pauseallmpv: correct paths to unix socket files * fix dependency-scripts loading so it works also when opening files off main disk
* #!/bin/sh shebang. newline after universalized.Luke Smith2020-02-081-1/+2
|
* portable shebangLuke Smith2019-08-181-1/+1
|
* massive cleanupLuke Smith2019-05-191-0/+15