|  | Commit message (Collapse) | Author | Age | 
|---|
| ... |  | 
| | |  | 
| | |  | 
| | |  | 
| | |  | 
| | |  | 
| | |  | 
| | |  | 
| | |  | 
| | |  | 
| | |  | 
| | |  | 
| | |  | 
| | |  | 
| | |  | 
| | |  | 
| | |  | 
| | 
| 
| 
| | This has been superseded by `yt` | 
| | |  | 
| | 
| 
| 
| | The underscore is uncommon for CLI programs. | 
| | |  | 
| | |  | 
| | |  | 
| | |  | 
| | |  | 
| | |  | 
| | |  | 
| | 
| 
| 
| | datetime | 
| | |  | 
| | 
| 
| 
| | `task _get` is not influenced by a temporary CLI override. | 
| | |  | 
| | 
| 
| 
| | This detected too many files as html and as such was quite bothersome. | 
| | |  | 
| | 
| 
| 
| 
| | Both of them depended on the outdated `taskw` python package, that still
used taskwarrior 2.6. | 
| | |  | 
| | |  | 
| | |  | 
| | |  | 
| | |  | 
| | |  | 
| | 
| 
| 
| 
| 
| | 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. | 
| | |  | 
| | |  | 
| | 
| 
| 
| | config | 
| | 
| 
| 
| 
| | I can (and often already do) use them via `nix shell n#<pkgs>`, so
having them always available seems unnecessary. | 
| | 
| 
| 
| 
| 
| 
| | 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. | 
| | |  | 
| | 
| 
| 
| 
| 
| 
| | The command was:
```
deadnix --output-format json | while read -r line; do echo "$line" | jq .file --raw-output; done | xargs nvim
``` | 
| | |  | 
| | |  | 
| | 
| 
| 
| 
| | Support for this has been removed upstream (and it is not really useful
either way.) |