about summary refs log tree commit diff stats
path: root/modules/by-name/lf (follow)
Commit message (Collapse)AuthorAge
* fix(modules/lf/cmds/set_clipboard_path): Provide feedback to the userBenedikt Peetz5 days
|
* fix(modules/lf): Retry connecting to the serverBenedikt Peetz5 days
| | | | | | It is possible that the config file is sourced, without a started server. This is effectively a race condition, which can only be fixed upstream, but we can at least try to connect to the server again.
* feat(modules/lf): Add `set_clipboard_path` command and keybindingBenedikt Peetz8 days
|
* fix(modules/lf/ctpv): Don't try to preview `.xcf` imagesBenedikt Peetz9 days
|
* fix(modules/lf/ctpv/helpers): Turn of `chafa`'s animationsBenedikt Peetz9 days
|
* fix(modules/lf): Ensure, that the remote mapping source command worksBenedikt Peetz9 days
|
* fix(modules/lf/ctpv/): Support color output, by simulating a interactive shellBenedikt Peetz9 days
|
* fix(modules/lf/ctpv/prev/glow): Force glow to colorize the outputBenedikt Peetz9 days
|
* fix(modules/lf): Use the correct name for the ctpv config fileBenedikt Peetz9 days
|
* docs(modules/lf/ctpv/prev/any): Add a fixmeBenedikt Peetz10 days
|
* fix(modules/lf/ctpv): Improve ctpv config file generationBenedikt Peetz10 days
|
* feat(modules/lf/ctpv): Correct configureBenedikt Peetz10 days
| | | | This also ensures, that all the needed previewers are available
* feat(modules/lf): Dynamically generate the cd scriptBenedikt Peetz10 days
| | | | | This both avoids having to commit the `lf_cd.age` file and ensures that it is always up to date.
* build(flake): UpdateBenedikt Peetz12 days
|
* build(treewide): UpdateBenedikt Peetz2024-11-16
|
* 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.