about summary refs log tree commit diff stats
path: root/pkgs/by-name/sp/spodi (unfollow)
Commit message (Collapse)Author
22 hoursmodules/nvim/plgs/harpoon: Update commands in keymaps to harpoon2Benedikt Peetz
23 hoursmodules/nvim/plgs/lf-nvim: Switch to the upstream lf.nvim packageBenedikt Peetz
24 hoursupdate.sh: Also run `nix flake check` and `./build.sh`Benedikt Peetz
24 hoursmodules/nvim/plgs/harpoon: Update to harpoon2Benedikt Peetz
24 hoursmodules/xdg/scripts/url-handler.sh: FormatBenedikt Peetz
24 hoursbuild(treewide): UpdateBenedikt Peetz
2 daysfeat(modules/water-remainder): InitBenedikt Peetz
2 daysfix(pkgs/tskm/open/open_in_browser): Handle the no lock file caseBenedikt Peetz
2 daysfix(modules/xdg/url-handler.sh): Use correct tskm invocationBenedikt Peetz
2 daysfix(pkgs/tskm/neorg): Make path in commit message relativeBenedikt Peetz
2 daysfix(pkgs/tskm/neorg): Avoid trying to write into `/index.norg`Benedikt Peetz
2 daysfix(pkgs/tskm/open): Don't hardfail on unknown lock IPBenedikt Peetz
2 daysfix(modules/taskwarrior): Record the news versionBenedikt Peetz
3 daysfix(modules/lf/ctpv/prev): Avoid unset variable errorBenedikt Peetz
3 daysfix(modules/legacy/conf/mail): Switch to stalwart-mailBenedikt Peetz
3 daysfix(modules/lf/ctpv/prev/helpers): Avoid unset variable errorBenedikt Peetz
3 daysfeat(modules/cargo): InitBenedikt Peetz
3 daysrefactor(modules/xdg): Migrate to by-name and fix firefox dep in url-handlerBenedikt Peetz
3 daysrefactor(modules/legacy/ytcc): RemoveBenedikt Peetz
This has been superseded by `yt`
3 daysfeat(pkgs/tskm): Support opening URLs (and correctly default)Benedikt Peetz
4 daysfix(modules/legacy/conf/xdg/url-handler): Always use dash in nameBenedikt Peetz
The underscore is uncommon for CLI programs.
4 dayschore(pkgs/tskm/neorg): Handle file operations correctlyBenedikt Peetz
4 dayschore(pkgs/tskm): Correctly allow missing panics_doc and errors docBenedikt Peetz
4 daysfix(pkgs/tskm/task): Make the verbosity selectableBenedikt Peetz
4 daysfeat(pkgs/tskm/task): Use taskchampion instead of run_taskBenedikt Peetz
5 daysfix(modules/taskwarrior/mkHook): Use correct `grep` silencing argumentBenedikt Peetz
6 daysfix(modules/taskwarrior/mkHook): Fix shellcheck issuesBenedikt Peetz
6 daysfix(modules/taskwarrior/mkHook): Remove superfluous double quoteBenedikt Peetz
6 daysfix(modules/timewarrior/hooks/track-total-active-time): Move dateparsing to ↵Benedikt Peetz
datetime
6 daysfix(modules/timewarrior): Fix type in `hooks` directoryBenedikt Peetz
6 daysfix(modules/taskwarrior): Correctly detect if hook debug is setBenedikt Peetz
`task _get` is not influenced by a temporary CLI override.
6 daysfix(modules/taskwarrior): Print hook `die` to stderrBenedikt Peetz
6 daysfix(modules/lf/ctpv/prev): Remove html previewBenedikt Peetz
This detected too many files as html and as such was quite bothersome.
6 daysfix(modules/lf/ctpv/prev): Add required dependencies to previewersBenedikt Peetz
6 daysrefactor(modules/timewarrior): Update the time tracking hooksBenedikt Peetz
Both of them depended on the outdated `taskw` python package, that still used taskwarrior 2.6.
6 daysfix(modules/taskwarrior): Completely move to taskwarrior3Benedikt Peetz
6 daysrefactor(modules/lf/ctpv): Migrate the previewers to pkgs.writeShellApplicationBenedikt Peetz
6 daysfeat(modules/lf/ctpv/application/x-pem-file): Include previewerBenedikt Peetz
6 daysstyle(treewide): FormatBenedikt Peetz
6 daysfix(treewide): Migrate to taskwarrior version 3Benedikt Peetz
6 daysfix(pkgs/tskm): Specify dependenciesBenedikt Peetz
6 daysfix(modules/tskm): Allocate Firefox profile id's consecutivelyBenedikt Peetz
Firefox apparently needs to have ID's staring from 0 and then counting up. This seems like an implementation detail leaking out, but … well it's Firefox.
6 daysfix(modules/firefox): Sort the languages according to my preferenceBenedikt Peetz
6 daysfix(modules/common): Correctly specify the `projects.json` fileBenedikt Peetz
6 daysfix(modules/timewarrior): Use the correct attribute path for the taskwarrior ↵Benedikt Peetz
config
6 daysrefactor(modules/legacy/pkgs): Remove rarely used packagesBenedikt Peetz
I can (and often already do) use them via `nix shell n#<pkgs>`, so having them always available seems unnecessary.
6 daysfix(modules/nix): Don't keep failed build directoriesBenedikt Peetz
This feature might be useful, but nix also keeps all transitive dependencies of the failed build. This means that if a big build fails (which might happen repeatably if I debug the build), then the temp directory might fill itself leading to a full system oom.
6 daysdocs(modules): Add FIXME/TODO commentsBenedikt Peetz
6 daysrefactor(treewide): Remove unneeded lambda arguments with deadnixBenedikt Peetz
The command was: ``` deadnix --output-format json | while read -r line; do echo "$line" | jq .file --raw-output; done | xargs nvim ```
6 daysfeat(flake): Add `deadnix` to the dev shellBenedikt Peetz