about summary refs log tree commit diff stats
path: root/hm/soispha/pkgs/scripts/wrappers (follow)
Commit message (Collapse)AuthorAge
* fix(hm/pkgs/src/neorg): Fix exit from subshellSoispha2023-12-28
|
* fix(hm/pkgs/src/neorg/project): Exit instead of doing something differentSoispha2023-12-28
|
* fix(hm/pkgs/src/neorg/utils): Correctly convert context to project namesSoispha2023-12-28
|
* fix(hm/pkgs/src/neorg/fstart): Fix typo in task filterSoispha2023-12-28
|
* fix(hm/pkgs/scr/neorg): Convert context to project before useSoispha2023-12-28
|
* fix(hm/pkgs/src/neorg): Move to script as completion generation functionSoispha2023-12-28
|
* fix(hm/pkgs/scr/neorg): Escape single quotes in completion functionSoispha2023-12-28
|
* build(treewide): Update shell librarySoispha2023-12-28
|
* feat(hm/pkgs/scr/neorg): Add a subcommand to making starting task easierSoispha2023-12-28
|
* feat(hm/pkgs/scr/neorg): Change the active task and context when opening browserSoispha2023-12-28
|
* fix(hm/pkgs/src/lyrics): Adapt to new spotdl settingsSoispha2023-12-19
|
* fix(hm/pkgs/src/spodi): Set constant bitrateSoispha2023-12-19
|
* fix(hm/pkgs/src/spodi): Remove setting bitrateSoispha2023-12-19
| | | | Setting this to `auto` breaks conversion of songs
* fix(hm/pkgs/src/spodi): Remove youtube and piped from audio provider listSoispha2023-12-19
| | | | | Spotdl sometimes used the wrong video, like a reaction instead of the intended version.
* fix(hm/pkgs/src/spodi): Use conventional lyrics againSoispha2023-12-19
|
* fix(hm/pkgs/src/spodi): Also exclude error-logSoispha2023-12-19
|
* fix(hm/pkgs/src/spodi): Remove quotes in the error-log pathSoispha2023-12-19
| | | | | | 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.
* fix(hm/pkgs/src/spodi): Use correct quoting in argumentsSoispha2023-12-19
|
* chore(treewide): Update shell librarySoispha2023-12-19
|
* feat(hm/pkgs/src/spodi): Rework command line argumentsSoispha2023-12-19
|
* feat(hm/pkgs/src/mpc-rm): Provide a command to remove current songSoispha2023-12-18
|
* fix(hm/pkgs/src/lyrics): Use less instead of catSoispha2023-12-18
|
* feat(hm/pkgs/src/lyrics): InitSoispha2023-12-17
|
* fix(hm/pkgs/scr/spodi): Use the full range of audio providersSoispha2023-12-17
|
* chore(treewide): Update shell library version numberSoispha2023-12-12
|
* chore(hm/pkgs/scr/llp): Delete llp, as it's not necessary on WaylandSoispha2023-12-12
|
* build(treewide): Update shell librarySoispha2023-11-25
|
* chore(treewide): Update shell librarySoispha2023-11-25
|
* fix(hm/pkgs/srcs/neorg): Prepare to new shell-library versionSoispha2023-11-25
|
* fix(hm/pkgs/src/neorg): Fix some branch executionsSoispha2023-10-27
|
* fix(hm/pkgs/src/neorg): Fix typoSoispha2023-10-27
|
* feat(hm/pkgs/src/neorg): Use rofi as profile pickerSoispha2023-10-27
|
* fix(hm/pkgs/src/neorg): Add missing newline between help and versionSoispha2023-10-25
|
* build(flake): Update (+ shell_library)Soispha2023-10-25
|
* fix(hm/pkgs/scr/neorg): Use path to file, to circumvent escapingSoispha2023-10-25
|
* build(treewide): Update (+ shell_library)Soispha2023-10-25
|
* feat(hm/pkgs/scr/neorg): Update help to include ARGUMENTS sectionSoispha2023-10-25
|
* build(treewide): Update (+ shell-library)Soispha2023-10-25
|
* fix(hm/pkgs/scr/neorg): Remove leading whitespace in messageSoispha2023-10-22
|
* fix(hm/pkgs/scr/neorg): Remove 'set -e'Soispha2023-10-20
| | | | | Having this set causes some shell library functions to fail, as they build upon failing commands
* build(treewide): Update (shell library)Soispha2023-10-20
|
* fix(hm/pkgs/src/neorg): Only commit when something has changedSoispha2023-10-20
|
* fix(hm/pkgs/scr/neorg): Correctly replace and add project_pathSoispha2023-10-20
|
* fix(hm/pkgs/scr/neorg): Remove 'f' from set optionsSoispha2023-10-20
| | | | | Having it there brakes stuff in the shell library. For example the `search_flake_base_dir` function fails.
* fix(hm/pkgs/src/neorg): Don't fall through, if the user exits earlySoispha2023-10-20
|
* fix(hm/pkgs/scr/neorg): Cd to dirname of package fileSoispha2023-10-20
|
* feat(hm/pkgs/scr/neorg): Add support for Firefox context specific profilesSoispha2023-10-20
|
* fix(hm/pkgs/scr/neorg): Run search _after_ loading first fileSoispha2023-10-19
|
* feat(hm/pkgs/scr/neorg): Support task specific heads in norg filesSoispha2023-10-19
|
* fix(hm/pkgs/scr/neorg): Correctly cd to the project directorySoispha2023-10-18
|