about summary refs log tree commit diff stats
path: root/modules/by-name/lf (follow)
Commit message (Collapse)AuthorAge
* feat(modules/lf): Add `set_clipboard_path` command and keybinding primeBenedikt Peetz2 days
|
* fix(modules/lf/ctpv): Don't try to preview `.xcf` imagesBenedikt Peetz3 days
|
* fix(modules/lf/ctpv/helpers): Turn of `chafa`'s animationsBenedikt Peetz3 days
|
* fix(modules/lf): Ensure, that the remote mapping source command worksBenedikt Peetz3 days
|
* fix(modules/lf/ctpv/): Support color output, by simulating a interactive shellBenedikt Peetz3 days
|
* fix(modules/lf/ctpv/prev/glow): Force glow to colorize the outputBenedikt Peetz4 days
|
* fix(modules/lf): Use the correct name for the ctpv config fileBenedikt Peetz4 days
|
* docs(modules/lf/ctpv/prev/any): Add a fixmeBenedikt Peetz4 days
|
* fix(modules/lf/ctpv): Improve ctpv config file generationBenedikt Peetz4 days
|
* feat(modules/lf/ctpv): Correct configureBenedikt Peetz4 days
| | | | This also ensures, that all the needed previewers are available
* feat(modules/lf): Dynamically generate the cd scriptBenedikt Peetz4 days
| | | | | This both avoids having to commit the `lf_cd.age` file and ensures that it is always up to date.
* build(flake): UpdateBenedikt Peetz6 days
|
* build(treewide): UpdateBenedikt Peetz12 days
|
* build(treewide): UpdateBenedikt Peetz2024-11-01
|
* build(modules/lf/secrets/update_secrets.sh): Migrate to `nix-shell` shebangBenedikt Peetz2024-11-01
| | | | | Lix does not (maybe yet) support the nix3 `nix shell` shebang. Thus, switching to a version supported by both is the obvious choice.
* build(treewide): UpdateBenedikt Peetz2024-10-19
|
* refactor(modules/legacy/conf/lf): Move to new `by-name` dirBenedikt Peetz2024-10-18
This makes it possible to mix and match between `NixOS` and `home-manager` options and thus allows merging the secret handling directly into this module. Furthermore, the `systemd` tempfiles handling was also merged into this module.