aboutsummaryrefslogtreecommitdiffstats
path: root/hm/soispha/pkgs/scripts (unfollow)
Commit message (Collapse)Author
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
2023-10-18fix(hm/pkgs/scr/neorg): Silence 'task', when it can't find the rc elementSoispha
2023-10-18fix(hm/pkgs/scr/neorg): Cd with nvim to the project dirSoispha
The cwd of neovim is relevant for extensions like the telescope link finder. If we access the file directly, these lose their ability to show project wide links
2023-10-18fix(hm/pkgs/scrs/neorg): Add a fallback check for the neorg_pathSoispha
2023-10-01feat(hm/pkgs/scrs/neorg): Add support for opening current task contextSoispha
2023-09-17fix(hm/pkgs/scrs/wrappers/yti): Rework to today's standardsSoispha
2023-09-16fix(treewide): Update to new `tmp` function interfaceSoispha
2023-09-16fix(treewide): Update shell librarySoispha
2023-09-16fix(treewide): Update to the newest shell lib versionSoispha
2023-09-10Fix(treewide): Provide `snap-synced-forked` as overlay and thus as pkgSoispha
2023-09-05Fix(hm/pkgs/scritps/neorg): Add ability to access workspace directlySoispha
2023-09-05Fix(treewide): Update to new shell library versionSoispha
This step was done automatically by running: ```bash nix run .#update_shell_lib ```
2023-09-05Feat(hm/pkgs/scripts/neorg): InitSoispha
2023-08-26Refactor(treewide): Abbreviate path namesSoispha