about summary refs log tree commit diff stats
path: root/modules/by-name/fi/firefox/search_engines/logos (unfollow)
Commit message (Collapse)Author
2 hoursfix(pkgs/tskm/neorg): Make path in commit message relativeBenedikt Peetz
2 hoursfix(pkgs/tskm/neorg): Avoid trying to write into `/index.norg`Benedikt Peetz
2 hoursfix(pkgs/tskm/open): Don't hardfail on unknown lock IPBenedikt Peetz
2 hoursfix(modules/taskwarrior): Record the news versionBenedikt Peetz
14 hoursfix(modules/lf/ctpv/prev): Avoid unset variable errorBenedikt Peetz
21 hoursfix(modules/legacy/conf/mail): Switch to stalwart-mailBenedikt Peetz
23 hoursfix(modules/lf/ctpv/prev/helpers): Avoid unset variable errorBenedikt Peetz
23 hoursfeat(modules/cargo): InitBenedikt Peetz
23 hoursrefactor(modules/xdg): Migrate to by-name and fix firefox dep in url-handlerBenedikt Peetz
23 hoursrefactor(modules/legacy/ytcc): RemoveBenedikt Peetz
This has been superseded by `yt`
23 hoursfeat(pkgs/tskm): Support opening URLs (and correctly default)Benedikt Peetz
41 hoursfix(modules/legacy/conf/xdg/url-handler): Always use dash in nameBenedikt Peetz
The underscore is uncommon for CLI programs.
41 hourschore(pkgs/tskm/neorg): Handle file operations correctlyBenedikt Peetz
41 hourschore(pkgs/tskm): Correctly allow missing panics_doc and errors docBenedikt Peetz
41 hoursfix(pkgs/tskm/task): Make the verbosity selectableBenedikt Peetz
41 hoursfeat(pkgs/tskm/task): Use taskchampion instead of run_taskBenedikt Peetz
3 daysfix(modules/taskwarrior/mkHook): Use correct `grep` silencing argumentBenedikt Peetz
4 daysfix(modules/taskwarrior/mkHook): Fix shellcheck issuesBenedikt Peetz
4 daysfix(modules/taskwarrior/mkHook): Remove superfluous double quoteBenedikt Peetz
4 daysfix(modules/timewarrior/hooks/track-total-active-time): Move dateparsing to ↵Benedikt Peetz
datetime
4 daysfix(modules/timewarrior): Fix type in `hooks` directoryBenedikt Peetz
4 daysfix(modules/taskwarrior): Correctly detect if hook debug is setBenedikt Peetz
`task _get` is not influenced by a temporary CLI override.
4 daysfix(modules/taskwarrior): Print hook `die` to stderrBenedikt Peetz
4 daysfix(modules/lf/ctpv/prev): Remove html previewBenedikt Peetz
This detected too many files as html and as such was quite bothersome.
4 daysfix(modules/lf/ctpv/prev): Add required dependencies to previewersBenedikt Peetz
4 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.
4 daysfix(modules/taskwarrior): Completely move to taskwarrior3Benedikt Peetz
4 daysrefactor(modules/lf/ctpv): Migrate the previewers to pkgs.writeShellApplicationBenedikt Peetz
4 daysfeat(modules/lf/ctpv/application/x-pem-file): Include previewerBenedikt Peetz
4 daysstyle(treewide): FormatBenedikt Peetz
4 daysfix(treewide): Migrate to taskwarrior version 3Benedikt Peetz
4 daysfix(pkgs/tskm): Specify dependenciesBenedikt Peetz
4 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.
4 daysfix(modules/firefox): Sort the languages according to my preferenceBenedikt Peetz
4 daysfix(modules/common): Correctly specify the `projects.json` fileBenedikt Peetz
4 daysfix(modules/timewarrior): Use the correct attribute path for the taskwarrior ↵Benedikt Peetz
config
4 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.
4 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.
4 daysdocs(modules): Add FIXME/TODO commentsBenedikt Peetz
4 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 ```
4 daysfeat(flake): Add `deadnix` to the dev shellBenedikt Peetz
4 daysrefactor(hosts): Remove the unmaintained hostsBenedikt Peetz
4 dayschore(modules/default.nix): Remove planned coImport function usageBenedikt Peetz
Support for this has been removed upstream (and it is not really useful either way.)
4 daysfix(pkgs/tskm): Add context to some errorsBenedikt Peetz
4 daysfeat(pkgs/tskm): Support listing the open tabs in a projectBenedikt Peetz
4 daysfix(pkgs/tskm): Remove typosBenedikt Peetz
4 dayschore(module/legacy/conf/{firefox,timewarrior,taskwarrior}): Remove remnantsBenedikt Peetz
4 daysfix(modules/lf/commands/thrash_*): Support paths with spaces in themBenedikt Peetz
Oherwise `./some thrash path` would not work.
4 daysfix(modules/lf/commands/open): Explicitly use `handlr-regex` instead of ↵Benedikt Peetz
`xdg-open`
4 daysfix(hosts/apzu): Avoid making mouse clicks impossible in riverBenedikt Peetz