about summary refs log tree commit diff stats
path: root/hm/soispha/pkgs/scripts/wrappers (follow)
Commit message (Collapse)AuthorAge
* feat(hm/pkgs/mpc): InitSoispha2024-02-23
|
* chore(version): v1.30.0 Soispha2024-02-20
|
* feat(hm/pkgs/battery): InitSoispha2024-02-20
|
* refactor(treewide): Reformat all files with treefmtSoispha2024-02-20
| | | | | This includes getting all shellscripts to pass shellcheck. To accomplish this, some old scripts were removed
* refactor(treewide): Add a `.sh` extension to shell scriptsSoispha2024-02-20
|
* fix(hm/pkgs/scrs/mpc-fav): Correctly orient the if conditionSoispha2024-02-12
|
* feat(hm/pkgs/scrs): Add `mpc-fav` and `sort_song`Soispha2024-02-07
|
* fix(hm/pkgs/spodi): Allow more providersSoispha2024-02-03
|
* build(treewide): Update shell librarySoispha2024-01-13
|
* build(treewide): Update shell librarySoispha2024-01-13
|
* build(treewide): Update shell librarySoispha2024-01-13
|
* build(treewide): Update shell librarySoispha2024-01-13
|
* feat(hm/pkgs/scr/show): initSoispha2024-01-13
|
* build(treewide): Update flake and shell librarySoispha2024-01-13
|
* feat(hm/pkgs/scr/ytcc): Add support for showing commentsSoispha2024-01-03
|
* refactor(hm/pkgs/scr/neorg): Add subdir for specific script groupsSoispha2024-01-03
|
* fix(hm/pkgs/scr/ytc): Set output separator not to '"' but ';'Soispha2024-01-03
|
* fix(hm/pkgs/scr/yts): Always stop the active task, when exitingSoispha2024-01-01
|
* fix(hm/pkgs/scr/ytc): Allow titles with commas in themSoispha2024-01-01
|
* fix(hm/pkgs/scr/ytc): Don't use while in a if situationSoispha2024-01-01
|
* fix(hm/pkgs/scr/ytc): Add default volume and unrestrict filenamesSoispha2024-01-01
|
* fix(hm/pkgs/scr/ytc): Use `/tmp` instead of the xdg runtime dirSoispha2024-01-01
|
* build(treewide): UpdateSoispha2024-01-01
|
* feat(hm/pkgs/yts): InitSoispha2024-01-01
|
* fix(hm/pkgs/ytc): Wait for last mpv instance to exit before starting burndownSoispha2024-01-01
|
* fix(hm/pkgs/ytc): Improve cli outputSoispha2024-01-01
|
* feat(hm/pkgs/ytc): InitSoispha2024-01-01
|
* fix(hm/pkgs/scr/neorg): The id argument to 'fstart' is not optionalSoispha2023-12-31
|
* feat(hm/pkgs/neorg): Add a subcommand to stop the currently active taskSoispha2023-12-31
|
* fix(hm/pkgs/neorg): Don't limit too many things on 'tracking'Soispha2023-12-31
|
* feat(hm/pkgs/lock): InitSoispha2023-12-31
|
* fix(hm/pkgs/hibernate): Only unset task context + active if existingSoispha2023-12-29
|
* feat(hm/pkgs/hibernate): InitSoispha2023-12-29
|
* 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.