summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of github.com:LukeSmithxyz/voidriceLuke Smith2022-11-161-2/+2
|\
| * Avoid expansion of file path containing spaces (#1230)Gioele De Vitti2022-11-161-2/+2
| |
* | fix #1236Luke Smith2022-11-161-2/+2
|/
* close #1234Luke Smith2022-11-161-1/+1
|
* Improve sd script (#1235)Rokosun2022-11-161-6/+4
| | | | | | | * Improve sd script Now sd will also work on apps like mpv and zathura * Fix sd script not working on firefox
* Stop trapping SIGINT to allow further use of Ctrl+C once lfcd is closed (#1231)Gioele De Vitti2022-11-111-1/+1
| | | | | | | | | | | | | * Avoid expansion of file path containing spaces * Do not trap INT signal on lfcd * Untrap to stop trapping once lfcd quit * Revert "Avoid expansion of file path containing spaces" This reverts commit edcccf8f1bb0eb283aa332dc3a2d2b431eb6d189. * Trap SIGINT again
* Add youtube shorts to linkhandler (#1226)appeasementPolitik2022-11-061-1/+1
|
* `.profile` cleanup: remove redundant variables and programs (#1221)i13e2022-10-311-25/+22
| | | | | | | | | | | | | | | | | | | | | * Delete redundant text XDG directories are already configured within this file, so having a fallback is unnecessary * `Less` now supports XDG Base Directory spec (v590) https://www.greenwoodsoftware.com/less/news.590.html * `weechat` now supports XDG Base Directory spec https://github.com/weechat/weechat/commit/70cdf21681d75090c3df9858c9e7ce5a85433856 * Formatting * ALSA supports XDG Base Directory https://github.com/alsa-project/alsa-lib/releases/tag/v1.2.3 * Fix spacing
* fix #1219Luke Smith2022-10-261-1/+1
|
* url update, add cont-us, non-wide char for dopplerLuke Smith2022-10-211-3/+4
|
* Merge branch 'master' of github.com:LukeSmithxyz/voidriceLuke Smith2022-10-174-3/+4
|\
| * Make sd script work with lf file manager too (#1212)Rokosun2022-10-151-0/+1
| | | | | | Now sd script can open a terminal window in the same directory as the currently active lf file manager window
| * Fix Sioux Falls (#1213)Nicholas Gorden2022-10-101-1/+1
| | | | | | Sioux Falls is in South Dakota, not Iowa
| * Fix forecast and moonphase (#1211)appeasementPolitik2022-10-082-2/+2
| |
* | lf previews with gnome-epub-thumbnailerLuke Smith2022-10-171-0/+5
|/
* doi must terminate in alphanumeric charLuke Smith2022-10-071-1/+1
|
* close #1207Luke Smith2022-10-071-1/+1
|
* Merge branch 'master' of github.com:LukeSmithxyz/voidriceLuke Smith2022-10-025-12/+4
|\
| * Make sb-forecast and sb-moonphase more robust (#1198)appeasementPolitik2022-10-022-2/+2
| | | | | | | | | | * Make sb-forecast more robust * Make sb-moonphase more robust
| * weatherreport is stored in cache (#1201)appeasementPolitik2022-10-021-1/+1
| |
| * Delete prompt (#1200)appeasementPolitik2022-10-021-8/+0
| |
| * Add `s` to OPTARGS (#1174)M.Zeinali2022-09-301-1/+1
| |
* | volume bar more efficientLuke Smith2022-10-021-11/+19
|/
* fix #1196Luke Smith2022-09-291-4/+3
|
* Merge branch 'master' of github.com:LukeSmithxyz/voidriceLuke Smith2022-09-275-47/+27
|\
| * Use ffmpeg for tag script (#1193)appeasementPolitik2022-09-231-39/+17
| | | | | | eyeD3 got orphaned in the AUR, so I looked for an alternative. Apparently ffmpeg also supports the ability to tag audio files, so this pull request replaces all the helper applications with ffmpeg
| * Fix tag script mp3 issue (#1182)appeasementPolitik2022-09-221-1/+5
| | | | | | | | | | | | | | | | | | * Fix tag script mp3 issue When you don't manually specify $total and $date with an mp3 file the eyeD3 command tries tagging with an empty variable, which causes it to error. This fixes it by only passing the parameter to the command if the variable is set. This pull request also adds support for the $genre and $comment variable. * Remove double backslash
| * otp: exit if pass or pass-otp are not installed (#1191)appeasementPolitik2022-09-221-1/+1
| |
| * Make otp script more secure + other improvements (#1190)appeasementPolitik2022-09-201-8/+5
| | | | | | | | | | | | | | | | | | | | | | Make a temporary directory in $XDG_RUNTIME_DIR instead of $PASSWORD_STORE_DIR. $XDG_RUNTIME_DIR defaults to /run/user/$uid/. This directory has the security advantage of only being readable and writable by the current user and being mounted in RAM, causing the screenshot to be fully wiped on shutdown and not needing shred, which doesn't work reliably on SSD's. Also quoted $dir, for the off chance someone has spaces in their $PASSWORD_STORE_DIR. Removed the check for xclip and the $issuer and $name variables, as they are unused. If you're wondering why echo is piped into dmenu, on my system dmenu hung when called without the pipe, causing the whole script to freeze.
| * 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
| * remove spacing from saved audio for tsp/newsboat (#1184)ryan-c-dev2022-09-121-1/+1
| | | | | | The --restrict-filenames parameter will automatically replace spaces with underlines.
| * add support for SILE (#1175)Tan Long2022-08-251-1/+1
| |
* | set autoquitLuke Smith2022-09-271-0/+1
|/
* peertube and youtube rssLuke Smith2022-08-231-1/+2
|
* Merge branch 'i13e-i13e-patch-lf_icons'Luke Smith2022-08-212-79/+76
|\
| * Remove permissionsIan Breckenridge2022-08-211-0/+0
| | | | | | | | After testing they weren't needed after all
| * Change file permissionsIan Breckenridge2022-08-211-0/+0
| |
| * Remove $LF_ICONS from profileIan Breckenridge2022-08-211-79/+0
| |
| * Support lf icons fileIan Breckenridge2022-08-211-0/+76
|/
* <leader><leader> to next <++> returnsLuke Smith2022-08-191-5/+8
|
* Merge branch 'master' of github.com:LukeSmithxyz/voidriceLuke Smith2022-08-193-4/+4
|\
| * Texclear fix for directories with spaces (#1169)snailed2022-08-161-1/+1
| | | | | | Add double quotes to prevent splitting directory names with spaces
| * ~/.consaved becomes ~/.config/cronsaved (#1167)appeasementPolitik2022-08-151-1/+1
| |
| * Fix bug with spaces in directory names (#1166)snailed2022-08-151-2/+2
| | | | | | Sorry for making another merge request here, but I realized that the command would fail if the filepath contained spaces. Adding quotation marks fixes this issue
* | Merge branch 'ssnailed-patch-2'Luke Smith2022-08-193-7/+21
|\ \ | |/ |/|
| * separate script for use in opout, use just % root=Luke Smith2022-08-193-9/+21
| |
| * Merge branch 'patch-2' of https://github.com/ssnailed/voidrice into ↵Luke Smith2022-08-191-0/+2
|/| | | | | | | ssnailed-patch-2
| * Parse tex root for more complex latex filessnailed2022-08-101-0/+2
| | | | | | | | Allows parsing texroot comments so that you can compile a LaTeX document from outside of the document root, as long as it contains the usual magic comment format: % !TEX root = doc.tex
* | Merge branch 'master' of github.com:LukeSmithxyz/voidriceLuke Smith2022-08-151-2/+2
|\ \
| * | Better passing of filenames to shell scripts (#1161)snailed2022-08-151-2/+2
| |/ | | | | Doing things the way it's intended. This also makes it easier to copy the autocmd to a lua based configuration.