about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAge
* fix(modules/taskwarrior/mkHook): Use correct `grep` silencing argument primeBenedikt Peetz12 hours
|
* fix(modules/taskwarrior/mkHook): Fix shellcheck issuesBenedikt Peetz21 hours
|
* fix(modules/taskwarrior/mkHook): Remove superfluous double quoteBenedikt Peetz21 hours
|
* fix(modules/timewarrior/hooks/track-total-active-time): Move dateparsing to ↵Benedikt Peetz21 hours
| | | | datetime
* fix(modules/timewarrior): Fix type in `hooks` directoryBenedikt Peetz21 hours
|
* fix(modules/taskwarrior): Correctly detect if hook debug is setBenedikt Peetz21 hours
| | | | `task _get` is not influenced by a temporary CLI override.
* fix(modules/taskwarrior): Print hook `die` to stderrBenedikt Peetz22 hours
|
* fix(modules/lf/ctpv/prev): Remove html previewBenedikt Peetz23 hours
| | | | This detected too many files as html and as such was quite bothersome.
* fix(modules/lf/ctpv/prev): Add required dependencies to previewersBenedikt Peetz23 hours
|
* refactor(modules/timewarrior): Update the time tracking hooksBenedikt Peetz23 hours
| | | | | Both of them depended on the outdated `taskw` python package, that still used taskwarrior 2.6.
* fix(modules/taskwarrior): Completely move to taskwarrior3Benedikt Peetz25 hours
|
* refactor(modules/lf/ctpv): Migrate the previewers to pkgs.writeShellApplicationBenedikt Peetz25 hours
|
* feat(modules/lf/ctpv/application/x-pem-file): Include previewerBenedikt Peetz25 hours
|
* style(treewide): FormatBenedikt Peetz25 hours
|
* fix(treewide): Migrate to taskwarrior version 3Benedikt Peetz26 hours
|
* fix(pkgs/tskm): Specify dependenciesBenedikt Peetz26 hours
|
* fix(modules/tskm): Allocate Firefox profile id's consecutivelyBenedikt Peetz26 hours
| | | | | | 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.
* fix(modules/firefox): Sort the languages according to my preferenceBenedikt Peetz26 hours
|
* fix(modules/common): Correctly specify the `projects.json` fileBenedikt Peetz27 hours
|
* fix(modules/timewarrior): Use the correct attribute path for the taskwarrior ↵Benedikt Peetz27 hours
| | | | config
* refactor(modules/legacy/pkgs): Remove rarely used packagesBenedikt Peetz27 hours
| | | | | I can (and often already do) use them via `nix shell n#<pkgs>`, so having them always available seems unnecessary.
* fix(modules/nix): Don't keep failed build directoriesBenedikt Peetz27 hours
| | | | | | | 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.
* docs(modules): Add FIXME/TODO commentsBenedikt Peetz27 hours
|
* refactor(treewide): Remove unneeded lambda arguments with deadnixBenedikt Peetz27 hours
| | | | | | | The command was: ``` deadnix --output-format json | while read -r line; do echo "$line" | jq .file --raw-output; done | xargs nvim ```
* feat(flake): Add `deadnix` to the dev shellBenedikt Peetz28 hours
|
* refactor(hosts): Remove the unmaintained hostsBenedikt Peetz28 hours
|
* chore(modules/default.nix): Remove planned coImport function usageBenedikt Peetz28 hours
| | | | | Support for this has been removed upstream (and it is not really useful either way.)
* fix(pkgs/tskm): Add context to some errorsBenedikt Peetz28 hours
|
* feat(pkgs/tskm): Support listing the open tabs in a projectBenedikt Peetz28 hours
|
* fix(pkgs/tskm): Remove typosBenedikt Peetz31 hours
|
* chore(module/legacy/conf/{firefox,timewarrior,taskwarrior}): Remove remnantsBenedikt Peetz31 hours
|
* fix(modules/lf/commands/thrash_*): Support paths with spaces in themBenedikt Peetz31 hours
| | | | Oherwise `./some thrash path` would not work.
* fix(modules/lf/commands/open): Explicitly use `handlr-regex` instead of ↵Benedikt Peetz31 hours
| | | | `xdg-open`
* fix(hosts/apzu): Avoid making mouse clicks impossible in riverBenedikt Peetz31 hours
|
* refactor(treewide): neorg -> tskmBenedikt Peetz31 hours
|
* refactor(modules/timewarrior): Migrate to by-nameBenedikt Peetz32 hours
|
* feat(modules/tskm): Init moduleBenedikt Peetz32 hours
| | | | | This module does what was previously squashed into the firefox, taskwarrior and nvim modules.
* feat(modules/legacy/taskwarrior): Migrate to by-nameBenedikt Peetz32 hours
|
* feat(pkgs/neorg): Rewrite in rustBenedikt Peetz32 hours
| | | | | This improves upon neorg by integrating it better into the system context.
* refactor(modules/legacy/firefox): Move to by-nameBenedikt Peetz3 days
| | | | | This also improves the arkanfox-integration and the profile id generation.
* refactor(treewide): Remove `river_init_lesser`Benedikt Peetz3 days
| | | | This was moved in-tree a while ago.
* refactor(modules/legacy/wms): RemoveBenedikt Peetz3 days
| | | | This code has been dead since it was added.
* fix(modules/lf/commands): Also include a coreutils implementationBenedikt Peetz5 days
|
* fix(modules/lf/commands): Add needed dependencies of the helpers.shBenedikt Peetz5 days
|
* fix(modules/lf/commands): Avoid inheriting the path by defaultBenedikt Peetz5 days
| | | | | | All the commands should have their respective dependencies set. The ones that need external commands (i.e., `execute`) can opt into keeping their path set.
* fix(modules/lf/commands/dragon-*): Use new `dragon-drop` nameBenedikt Peetz5 days
| | | | The old name conflicted with KDE's dragon media player.
* fix(modules/{atuin,zsh}): Avoid atuin keymaps overriding mineBenedikt Peetz6 days
|
* revert: "fix(modules/legacy/mail/soispha): Use new mail-server"Benedikt Peetz6 days
| | | | This reverts commit 1f3909f13064e79e77283b2d27c9340b8a504c84.
* fix(modules/legacy/mail/soispha): Use new mail-serverBenedikt Peetz6 days
|
* build(flake): UpdateBenedikt Peetz7 days
|