about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAge
* modules/lf: Always ensure that the `shell` is present primeBenedikt Peetz10 hours
| | | | Otherwise, in path reduced circumstances, `sh` might not be in PATH.
* modules/xdg/xdpt: Use correct config file locationBenedikt Peetz28 hours
|
* modules/nvim/plgs/harpoon: Update commands in keymaps to harpoon2Benedikt Peetz46 hours
|
* modules/nvim/plgs/lf-nvim: Switch to the upstream lf.nvim packageBenedikt Peetz47 hours
|
* update.sh: Also run `nix flake check` and `./build.sh`Benedikt Peetz47 hours
|
* modules/nvim/plgs/harpoon: Update to harpoon2Benedikt Peetz47 hours
|
* modules/xdg/scripts/url-handler.sh: FormatBenedikt Peetz47 hours
|
* build(treewide): UpdateBenedikt Peetz47 hours
|
* feat(modules/water-remainder): InitBenedikt Peetz3 days
|
* fix(pkgs/tskm/open/open_in_browser): Handle the no lock file caseBenedikt Peetz3 days
|
* fix(modules/xdg/url-handler.sh): Use correct tskm invocationBenedikt Peetz3 days
|
* fix(pkgs/tskm/neorg): Make path in commit message relativeBenedikt Peetz3 days
|
* fix(pkgs/tskm/neorg): Avoid trying to write into `/index.norg`Benedikt Peetz3 days
|
* fix(pkgs/tskm/open): Don't hardfail on unknown lock IPBenedikt Peetz3 days
|
* fix(modules/taskwarrior): Record the news versionBenedikt Peetz3 days
|
* fix(modules/lf/ctpv/prev): Avoid unset variable errorBenedikt Peetz4 days
|
* fix(modules/legacy/conf/mail): Switch to stalwart-mailBenedikt Peetz4 days
|
* fix(modules/lf/ctpv/prev/helpers): Avoid unset variable errorBenedikt Peetz4 days
|
* feat(modules/cargo): InitBenedikt Peetz4 days
|
* refactor(modules/xdg): Migrate to by-name and fix firefox dep in url-handlerBenedikt Peetz4 days
|
* refactor(modules/legacy/ytcc): RemoveBenedikt Peetz4 days
| | | | This has been superseded by `yt`
* feat(pkgs/tskm): Support opening URLs (and correctly default)Benedikt Peetz4 days
|
* fix(modules/legacy/conf/xdg/url-handler): Always use dash in nameBenedikt Peetz5 days
| | | | The underscore is uncommon for CLI programs.
* chore(pkgs/tskm/neorg): Handle file operations correctlyBenedikt Peetz5 days
|
* chore(pkgs/tskm): Correctly allow missing panics_doc and errors docBenedikt Peetz5 days
|
* fix(pkgs/tskm/task): Make the verbosity selectableBenedikt Peetz5 days
|
* feat(pkgs/tskm/task): Use taskchampion instead of run_taskBenedikt Peetz5 days
|
* fix(modules/taskwarrior/mkHook): Use correct `grep` silencing argumentBenedikt Peetz6 days
|
* fix(modules/taskwarrior/mkHook): Fix shellcheck issuesBenedikt Peetz7 days
|
* fix(modules/taskwarrior/mkHook): Remove superfluous double quoteBenedikt Peetz7 days
|
* fix(modules/timewarrior/hooks/track-total-active-time): Move dateparsing to ↵Benedikt Peetz7 days
| | | | datetime
* fix(modules/timewarrior): Fix type in `hooks` directoryBenedikt Peetz7 days
|
* fix(modules/taskwarrior): Correctly detect if hook debug is setBenedikt Peetz7 days
| | | | `task _get` is not influenced by a temporary CLI override.
* fix(modules/taskwarrior): Print hook `die` to stderrBenedikt Peetz7 days
|
* fix(modules/lf/ctpv/prev): Remove html previewBenedikt Peetz7 days
| | | | This detected too many files as html and as such was quite bothersome.
* fix(modules/lf/ctpv/prev): Add required dependencies to previewersBenedikt Peetz7 days
|
* refactor(modules/timewarrior): Update the time tracking hooksBenedikt Peetz7 days
| | | | | Both of them depended on the outdated `taskw` python package, that still used taskwarrior 2.6.
* fix(modules/taskwarrior): Completely move to taskwarrior3Benedikt Peetz7 days
|
* refactor(modules/lf/ctpv): Migrate the previewers to pkgs.writeShellApplicationBenedikt Peetz7 days
|
* feat(modules/lf/ctpv/application/x-pem-file): Include previewerBenedikt Peetz7 days
|
* style(treewide): FormatBenedikt Peetz7 days
|
* fix(treewide): Migrate to taskwarrior version 3Benedikt Peetz7 days
|
* fix(pkgs/tskm): Specify dependenciesBenedikt Peetz7 days
|
* fix(modules/tskm): Allocate Firefox profile id's consecutivelyBenedikt Peetz7 days
| | | | | | 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 Peetz7 days
|
* fix(modules/common): Correctly specify the `projects.json` fileBenedikt Peetz7 days
|
* fix(modules/timewarrior): Use the correct attribute path for the taskwarrior ↵Benedikt Peetz7 days
| | | | config
* refactor(modules/legacy/pkgs): Remove rarely used packagesBenedikt Peetz7 days
| | | | | 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 Peetz7 days
| | | | | | | 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 Peetz7 days
|