Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | fix(modules/lf/ctpv/prev/helpers): Avoid unset variable error | Benedikt Peetz | 6 days |
| | |||
* | feat(modules/cargo): Init | Benedikt Peetz | 6 days |
| | |||
* | refactor(modules/xdg): Migrate to by-name and fix firefox dep in url-handler | Benedikt Peetz | 6 days |
| | |||
* | refactor(modules/legacy/ytcc): Remove | Benedikt Peetz | 6 days |
| | | | | This has been superseded by `yt` | ||
* | feat(pkgs/tskm): Support opening URLs (and correctly default) | Benedikt Peetz | 6 days |
| | |||
* | fix(modules/legacy/conf/xdg/url-handler): Always use dash in name | Benedikt Peetz | 7 days |
| | | | | The underscore is uncommon for CLI programs. | ||
* | chore(pkgs/tskm/neorg): Handle file operations correctly | Benedikt Peetz | 7 days |
| | |||
* | chore(pkgs/tskm): Correctly allow missing panics_doc and errors doc | Benedikt Peetz | 7 days |
| | |||
* | fix(pkgs/tskm/task): Make the verbosity selectable | Benedikt Peetz | 7 days |
| | |||
* | feat(pkgs/tskm/task): Use taskchampion instead of run_task | Benedikt Peetz | 7 days |
| | |||
* | fix(modules/taskwarrior/mkHook): Use correct `grep` silencing argument | Benedikt Peetz | 8 days |
| | |||
* | fix(modules/taskwarrior/mkHook): Fix shellcheck issues | Benedikt Peetz | 9 days |
| | |||
* | fix(modules/taskwarrior/mkHook): Remove superfluous double quote | Benedikt Peetz | 9 days |
| | |||
* | fix(modules/timewarrior/hooks/track-total-active-time): Move dateparsing to ↵ | Benedikt Peetz | 9 days |
| | | | | datetime | ||
* | fix(modules/timewarrior): Fix type in `hooks` directory | Benedikt Peetz | 9 days |
| | |||
* | fix(modules/taskwarrior): Correctly detect if hook debug is set | Benedikt Peetz | 9 days |
| | | | | `task _get` is not influenced by a temporary CLI override. | ||
* | fix(modules/taskwarrior): Print hook `die` to stderr | Benedikt Peetz | 9 days |
| | |||
* | fix(modules/lf/ctpv/prev): Remove html preview | Benedikt Peetz | 9 days |
| | | | | This detected too many files as html and as such was quite bothersome. | ||
* | fix(modules/lf/ctpv/prev): Add required dependencies to previewers | Benedikt Peetz | 9 days |
| | |||
* | refactor(modules/timewarrior): Update the time tracking hooks | Benedikt Peetz | 9 days |
| | | | | | Both of them depended on the outdated `taskw` python package, that still used taskwarrior 2.6. | ||
* | fix(modules/taskwarrior): Completely move to taskwarrior3 | Benedikt Peetz | 9 days |
| | |||
* | refactor(modules/lf/ctpv): Migrate the previewers to pkgs.writeShellApplication | Benedikt Peetz | 9 days |
| | |||
* | feat(modules/lf/ctpv/application/x-pem-file): Include previewer | Benedikt Peetz | 9 days |
| | |||
* | style(treewide): Format | Benedikt Peetz | 9 days |
| | |||
* | fix(treewide): Migrate to taskwarrior version 3 | Benedikt Peetz | 9 days |
| | |||
* | fix(pkgs/tskm): Specify dependencies | Benedikt Peetz | 9 days |
| | |||
* | fix(modules/tskm): Allocate Firefox profile id's consecutively | Benedikt Peetz | 9 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 preference | Benedikt Peetz | 9 days |
| | |||
* | fix(modules/common): Correctly specify the `projects.json` file | Benedikt Peetz | 9 days |
| | |||
* | fix(modules/timewarrior): Use the correct attribute path for the taskwarrior ↵ | Benedikt Peetz | 9 days |
| | | | | config | ||
* | refactor(modules/legacy/pkgs): Remove rarely used packages | Benedikt Peetz | 9 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 directories | Benedikt Peetz | 9 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 comments | Benedikt Peetz | 9 days |
| | |||
* | refactor(treewide): Remove unneeded lambda arguments with deadnix | Benedikt Peetz | 9 days |
| | | | | | | | 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 shell | Benedikt Peetz | 9 days |
| | |||
* | refactor(hosts): Remove the unmaintained hosts | Benedikt Peetz | 9 days |
| | |||
* | chore(modules/default.nix): Remove planned coImport function usage | Benedikt Peetz | 9 days |
| | | | | | Support for this has been removed upstream (and it is not really useful either way.) | ||
* | fix(pkgs/tskm): Add context to some errors | Benedikt Peetz | 9 days |
| | |||
* | feat(pkgs/tskm): Support listing the open tabs in a project | Benedikt Peetz | 9 days |
| | |||
* | fix(pkgs/tskm): Remove typos | Benedikt Peetz | 9 days |
| | |||
* | chore(module/legacy/conf/{firefox,timewarrior,taskwarrior}): Remove remnants | Benedikt Peetz | 9 days |
| | |||
* | fix(modules/lf/commands/thrash_*): Support paths with spaces in them | Benedikt Peetz | 9 days |
| | | | | Oherwise `./some thrash path` would not work. | ||
* | fix(modules/lf/commands/open): Explicitly use `handlr-regex` instead of ↵ | Benedikt Peetz | 9 days |
| | | | | `xdg-open` | ||
* | fix(hosts/apzu): Avoid making mouse clicks impossible in river | Benedikt Peetz | 9 days |
| | |||
* | refactor(treewide): neorg -> tskm | Benedikt Peetz | 9 days |
| | |||
* | refactor(modules/timewarrior): Migrate to by-name | Benedikt Peetz | 9 days |
| | |||
* | feat(modules/tskm): Init module | Benedikt Peetz | 9 days |
| | | | | | This module does what was previously squashed into the firefox, taskwarrior and nvim modules. | ||
* | feat(modules/legacy/taskwarrior): Migrate to by-name | Benedikt Peetz | 9 days |
| | |||
* | feat(pkgs/neorg): Rewrite in rust | Benedikt Peetz | 9 days |
| | | | | | This improves upon neorg by integrating it better into the system context. | ||
* | refactor(modules/legacy/firefox): Move to by-name | Benedikt Peetz | 11 days |
| | | | | | This also improves the arkanfox-integration and the profile id generation. |