about summary refs log tree commit diff stats
path: root/modules (follow)
Commit message (Collapse)AuthorAge
* modules/legacy/pkgs: Add fupdate-{flake,sys}Benedikt Peetz5 days
|
* modules/mpd/mpc: Avoid using outdated configure argument for mpp-lyricsBenedikt Peetz5 days
|
* modules/xdg/url-handler: Correctly put a newline between nvim and zathuraBenedikt Peetz5 days
|
* modules/lf/commands/open: RemoveBenedikt Peetz5 days
| | | | The problem with `xdg-open` has been fixed.
* modules/lf: Always ensure that the `shell` is presentBenedikt Peetz8 days
| | | | Otherwise, in path reduced circumstances, `sh` might not be in PATH.
* modules/xdg/xdpt: Use correct config file locationBenedikt Peetz9 days
|
* modules/nvim/plgs/harpoon: Update commands in keymaps to harpoon2Benedikt Peetz9 days
|
* modules/nvim/plgs/lf-nvim: Switch to the upstream lf.nvim packageBenedikt Peetz9 days
|
* modules/nvim/plgs/harpoon: Update to harpoon2Benedikt Peetz9 days
|
* modules/xdg/scripts/url-handler.sh: FormatBenedikt Peetz9 days
|
* feat(modules/water-remainder): InitBenedikt Peetz11 days
|
* fix(modules/xdg/url-handler.sh): Use correct tskm invocationBenedikt Peetz11 days
|
* fix(modules/taskwarrior): Record the news versionBenedikt Peetz11 days
|
* fix(modules/lf/ctpv/prev): Avoid unset variable errorBenedikt Peetz11 days
|
* fix(modules/legacy/conf/mail): Switch to stalwart-mailBenedikt Peetz12 days
|
* fix(modules/lf/ctpv/prev/helpers): Avoid unset variable errorBenedikt Peetz12 days
|
* feat(modules/cargo): InitBenedikt Peetz12 days
|
* refactor(modules/xdg): Migrate to by-name and fix firefox dep in url-handlerBenedikt Peetz12 days
|
* refactor(modules/legacy/ytcc): RemoveBenedikt Peetz12 days
| | | | This has been superseded by `yt`
* fix(modules/legacy/conf/xdg/url-handler): Always use dash in nameBenedikt Peetz12 days
| | | | The underscore is uncommon for CLI programs.
* fix(modules/taskwarrior/mkHook): Use correct `grep` silencing argumentBenedikt Peetz14 days
|
* fix(modules/taskwarrior/mkHook): Fix shellcheck issuesBenedikt Peetz2025-04-04
|
* fix(modules/taskwarrior/mkHook): Remove superfluous double quoteBenedikt Peetz2025-04-04
|
* fix(modules/timewarrior/hooks/track-total-active-time): Move dateparsing to ↵Benedikt Peetz2025-04-04
| | | | datetime
* fix(modules/timewarrior): Fix type in `hooks` directoryBenedikt Peetz2025-04-04
|
* fix(modules/taskwarrior): Correctly detect if hook debug is setBenedikt Peetz2025-04-04
| | | | `task _get` is not influenced by a temporary CLI override.
* fix(modules/taskwarrior): Print hook `die` to stderrBenedikt Peetz2025-04-04
|
* fix(modules/lf/ctpv/prev): Remove html previewBenedikt Peetz2025-04-04
| | | | This detected too many files as html and as such was quite bothersome.
* fix(modules/lf/ctpv/prev): Add required dependencies to previewersBenedikt Peetz2025-04-04
|
* refactor(modules/timewarrior): Update the time tracking hooksBenedikt Peetz2025-04-04
| | | | | Both of them depended on the outdated `taskw` python package, that still used taskwarrior 2.6.
* fix(modules/taskwarrior): Completely move to taskwarrior3Benedikt Peetz2025-04-04
|
* refactor(modules/lf/ctpv): Migrate the previewers to pkgs.writeShellApplicationBenedikt Peetz2025-04-04
|
* feat(modules/lf/ctpv/application/x-pem-file): Include previewerBenedikt Peetz2025-04-04
|
* style(treewide): FormatBenedikt Peetz2025-04-04
|
* fix(treewide): Migrate to taskwarrior version 3Benedikt Peetz2025-04-04
|
* fix(modules/tskm): Allocate Firefox profile id's consecutivelyBenedikt Peetz2025-04-04
| | | | | | 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 Peetz2025-04-04
|
* fix(modules/common): Correctly specify the `projects.json` fileBenedikt Peetz2025-04-04
|
* fix(modules/timewarrior): Use the correct attribute path for the taskwarrior ↵Benedikt Peetz2025-04-04
| | | | config
* refactor(modules/legacy/pkgs): Remove rarely used packagesBenedikt Peetz2025-04-04
| | | | | 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 Peetz2025-04-04
| | | | | | | 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 Peetz2025-04-04
|
* refactor(treewide): Remove unneeded lambda arguments with deadnixBenedikt Peetz2025-04-04
| | | | | | | The command was: ``` deadnix --output-format json | while read -r line; do echo "$line" | jq .file --raw-output; done | xargs nvim ```
* chore(modules/default.nix): Remove planned coImport function usageBenedikt Peetz2025-04-04
| | | | | Support for this has been removed upstream (and it is not really useful either way.)
* chore(module/legacy/conf/{firefox,timewarrior,taskwarrior}): Remove remnantsBenedikt Peetz2025-04-04
|
* fix(modules/lf/commands/thrash_*): Support paths with spaces in themBenedikt Peetz2025-04-04
| | | | Oherwise `./some thrash path` would not work.
* fix(modules/lf/commands/open): Explicitly use `handlr-regex` instead of ↵Benedikt Peetz2025-04-04
| | | | `xdg-open`
* refactor(treewide): neorg -> tskmBenedikt Peetz2025-04-04
|
* refactor(modules/timewarrior): Migrate to by-nameBenedikt Peetz2025-04-04
|
* feat(modules/tskm): Init moduleBenedikt Peetz2025-04-04
| | | | | This module does what was previously squashed into the firefox, taskwarrior and nvim modules.