aboutsummaryrefslogtreecommitdiffstats
path: root/modules/by-name/lf (unfollow)
Commit message (Collapse)Author
2024-12-30fix(pkgs/{atuin,ctpv}): Extend instead of replaceBenedikt Peetz
This allows me, to still benefit from upstream version updates.
2024-12-30fix(modules/lf/ctpv/prev/achrive): Remove `arj`Benedikt Peetz
This package fails to build currently
2024-12-30fix(modules/lf/ctpv/xxd): Use unlimited length when piped to lessBenedikt Peetz
2024-12-20fix(modules/lf/ctpv/prev/any): Fix typo in `preview_xxd` function callBenedikt Peetz
2024-12-15fix(modules/lf): Always retry connecting to the serverBenedikt Peetz
Otherwise, the connection seems to fail again.
2024-12-15fix(modules/lf/ctpv/prev/any): Also provide the `HELPERS` replacementStringBenedikt Peetz
2024-12-15refactor(modules/lf/ctpv/prev): Make all implicit dependencies explicitBenedikt Peetz
2024-12-14fix(modules/lf/ctpv/prev/{any,inode}): Use the correct module optionsBenedikt Peetz
2024-12-14feat(modules/lf/ctpv): Rework as module with autoloadingBenedikt Peetz
2024-11-30feat(modules/lf): Add a keymap for cd-ing to the download directoryBenedikt Peetz
2024-11-29fix(modules/lf/cmds/set_clipboard_path): Provide feedback to the userBenedikt Peetz
2024-11-29fix(modules/lf): Retry connecting to the serverBenedikt Peetz
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.
2024-11-26feat(modules/lf): Add `set_clipboard_path` command and keybindingBenedikt Peetz
2024-11-25fix(modules/lf/ctpv): Don't try to preview `.xcf` imagesBenedikt Peetz
2024-11-25fix(modules/lf/ctpv/helpers): Turn of `chafa`'s animationsBenedikt Peetz
2024-11-25fix(modules/lf): Ensure, that the remote mapping source command worksBenedikt Peetz
2024-11-25fix(modules/lf/ctpv/): Support color output, by simulating a interactive shellBenedikt Peetz
2024-11-24fix(modules/lf/ctpv/prev/glow): Force glow to colorize the outputBenedikt Peetz
2024-11-24fix(modules/lf): Use the correct name for the ctpv config fileBenedikt Peetz
2024-11-24docs(modules/lf/ctpv/prev/any): Add a fixmeBenedikt Peetz
2024-11-24fix(modules/lf/ctpv): Improve ctpv config file generationBenedikt Peetz
2024-11-24feat(modules/lf/ctpv): Correct configureBenedikt Peetz
This also ensures, that all the needed previewers are available
2024-11-24feat(modules/lf): Dynamically generate the cd scriptBenedikt Peetz
This both avoids having to commit the `lf_cd.age` file and ensures that it is always up to date.
2024-11-22build(flake): UpdateBenedikt Peetz
2024-11-16build(treewide): UpdateBenedikt Peetz
2024-11-01build(treewide): UpdateBenedikt Peetz
2024-11-01build(modules/lf/secrets/update_secrets.sh): Migrate to `nix-shell` shebangBenedikt Peetz
Lix does not (maybe yet) support the nix3 `nix shell` shebang. Thus, switching to a version supported by both is the obvious choice.
2024-10-19build(treewide): UpdateBenedikt Peetz
2024-10-18refactor(modules/legacy/conf/lf): Move to new `by-name` dirBenedikt Peetz
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.