aboutsummaryrefslogtreecommitdiffstats
path: root/hm/soispha/pkgs/scripts (unfollow)
Commit message (Collapse)Author
2023-12-28feat(hm/pkgs/scr/neorg): Add a subcommand to making starting task easierSoispha
2023-12-28feat(hm/pkgs/scr/neorg): Change the active task and context when opening browserSoispha
2023-12-19fix(hm/pkgs/src/lyrics): Adapt to new spotdl settingsSoispha
2023-12-19fix(hm/pkgs/src/spodi): Set constant bitrateSoispha
2023-12-19fix(hm/pkgs/src/spodi): Remove setting bitrateSoispha
Setting this to `auto` breaks conversion of songs
2023-12-19fix(hm/pkgs/src/spodi): Remove youtube and piped from audio provider listSoispha
Spotdl sometimes used the wrong video, like a reaction instead of the intended version.
2023-12-19fix(hm/pkgs/src/spodi): Use conventional lyrics againSoispha
2023-12-19fix(hm/pkgs/src/spodi): Also exclude error-logSoispha
2023-12-19fix(hm/pkgs/src/spodi): Remove quotes in the error-log pathSoispha
They resulted in spotdl being unable to access the file. Thus, we simply assume that the `DOWN_DIR` path does not contain a space and remove the quotes.
2023-12-19fix(hm/pkgs/src/spodi): Use correct quoting in argumentsSoispha
2023-12-19chore(treewide): Update shell librarySoispha
2023-12-19feat(hm/pkgs/src/spodi): Rework command line argumentsSoispha
2023-12-18feat(hm/pkgs/src/mpc-rm): Provide a command to remove current songSoispha
2023-12-18fix(hm/pkgs/src/lyrics): Use less instead of catSoispha
2023-12-17feat(hm/pkgs/src/lyrics): InitSoispha
2023-12-17fix(hm/pkgs/scr/spodi): Use the full range of audio providersSoispha
2023-12-12chore(treewide): Update shell library version numberSoispha
2023-12-12fix(hm/pkgs/src/con2pdf): Prepare shell version updateSoispha
2023-12-12chore(hm/pkgs/scr/llp): Delete llp, as it's not necessary on WaylandSoispha
2023-12-12feat(hm/pkgs/scr/fupdate): Move fupdate in my main config treeSoispha
2023-12-12chore(hm/pkgs/scrs): Delete unused and deprecated scriptsSoispha
2023-12-12feat(hm/pkgs/scrs/screenshot): Add better persistent and temporary scriptSoispha
2023-11-25fix(hm/pkgs/scr/con2pdf): Fix command usage errorsSoispha
2023-11-25fix(hm/pkgs/src/con2pdf): Fully support n pages, instead of 2Soispha
2023-11-25build(treewide): Update shell librarySoispha
2023-11-25fix(hm/pkgs/srcs/con2pdf): Limit the file search depthSoispha
2023-11-25chore(treewide): Update shell librarySoispha
2023-11-25fix(hm/pkgs/srcs/neorg): Prepare to new shell-library versionSoispha
2023-11-25feat(hm/pkgs/scrs/con2pdf): Enable completionsSoispha
2023-10-27fix(hm/pkgs/src/neorg): Fix some branch executionsSoispha
2023-10-27fix(hm/pkgs/src/neorg): Fix typoSoispha
2023-10-27feat(hm/pkgs/src/neorg): Use rofi as profile pickerSoispha
2023-10-25fix(hm/pkgs/src/neorg): Add missing newline between help and versionSoispha
2023-10-25build(flake): Update (+ shell_library)Soispha
2023-10-25fix(hm/pkgs/scr/neorg): Use path to file, to circumvent escapingSoispha
2023-10-25build(treewide): Update (+ shell_library)Soispha
2023-10-25feat(hm/pkgs/scr/neorg): Update help to include ARGUMENTS sectionSoispha
2023-10-25build(treewide): Update (+ shell-library)Soispha
2023-10-22fix(hm/pkgs/scr/neorg): Remove leading whitespace in messageSoispha
2023-10-20fix(hm/pkgs/scr/neorg): Remove 'set -e'Soispha
Having this set causes some shell library functions to fail, as they build upon failing commands
2023-10-20build(treewide): Update (shell library)Soispha
2023-10-20fix(hm/pkgs/src/neorg): Only commit when something has changedSoispha
2023-10-20fix(hm/pkgs/scr/neorg): Correctly replace and add project_pathSoispha
2023-10-20fix(hm/pkgs/scr/neorg): Remove 'f' from set optionsSoispha
Having it there brakes stuff in the shell library. For example the `search_flake_base_dir` function fails.
2023-10-20fix(hm/pkgs/src/neorg): Don't fall through, if the user exits earlySoispha
2023-10-20fix(hm/pkgs/scr/neorg): Cd to dirname of package fileSoispha
2023-10-20feat(hm/pkgs/scr/neorg): Add support for Firefox context specific profilesSoispha
2023-10-19fix(hm/pkgs/scr/neorg): Run search _after_ loading first fileSoispha
2023-10-19feat(hm/pkgs/scr/neorg): Support task specific heads in norg filesSoispha
2023-10-18fix(hm/pkgs/scr/neorg): Correctly cd to the project directorySoispha