aboutsummaryrefslogtreecommitdiffstats
path: root/hm/soispha/conf/lf (unfollow)
Commit message (Collapse)Author
2024-05-20refactor(hm): Rename to `modules/home`Benedikt Peetz
2024-05-11fix(hm/conf/lf): Correctly implement symlink followingBenedikt Peetz
2024-05-09chore(treewide): Conform to changed settingsBenedikt Peetz
2024-05-09feat(hm/conf/lf/keybindings): Add a keybind to follow symnlinksBenedikt Peetz
2024-05-09fix(hm/conf/lf/keybindings): Use the autogenerate cd mappingsBenedikt Peetz
2024-05-09fix(hm/conf/lf/icons): Also use the key icon for `COPYING`Benedikt Peetz
2024-03-30feat(hm/conf/lf/cmd/make_link): Always make relative linksSoispha
2024-03-24fix(treewide): Update the shell library versionSoispha
2024-02-28fix(hm/conf/lf/keymappings): Unmap the later bound keysSoispha
2024-02-28feat(hm/conf/lf/keymappings): Set up search keymappingsSoispha
2024-02-28fix(hm/conf/lf/keymappings): Use 'k' for sort mappingsSoispha
'l' is already taken.
2024-02-24feat(hm/conf/lf/keymappings): Add sorting mappingsSoispha
2024-02-24fix(hm/conf/lf/cmds): Better manage files with pre-defined extensionsSoispha
2024-02-24build(treewide): Update shell librarySoispha
2024-02-24fix(hm/conf/lf/commands): Correct reference to nix pathSoispha
2024-02-23style(treewide): FormatSoispha
2024-02-23fix(hm/conf/lf/keymappings): Correctly import dir_move fileSoispha
2024-02-23feat(hm/conf/lf): Add a `execute` subcommandSoispha
2024-02-23refactor(hm/conf/lf): Move configs to `settings` attrSoispha
2024-02-23feat(hm/conf/lf/cmds/unarchive): Add support for multiple filesSoispha
2024-02-23refactor(hm/conf/lf/cmds/open): Remove, as it's better handled by xdg-handlersSoispha
2024-02-23refactor(hm/conf/lf/cmds/archive): Use non-abbreviated cli optionSoispha
2024-02-23fix(hm/conf/lf/commands): Check for the file name with the extension addedSoispha
Beforehand it resolved a name conflict based on the base name alone: ``` USER: script ALREADY_EXISTING_FILE: script ``` But the final script would then be named `script.sh`, thus, the check must include the `.sh`.
2024-02-23fix(hm/conf/lf/commands): Remove useless 'open_config' cmdSoispha
This command is only really useful, if you are not on NixOS. Thus, I don't really see, why I should keep it.
2024-02-23feat(hm/conf/lf): Start zathura on opening pdfs in lfSoispha
2024-02-23fix(hm/conf/lf/keymappings): Separate and update moving key mappingsSoispha
2024-02-23refactor(treewide): Remove my unused binariesSoispha
These are: - grades (only last references) - video_pause - lf_rename
2024-02-20refactor(treewide): Reformat all files with treefmtSoispha
This includes getting all shellscripts to pass shellcheck. To accomplish this, some old scripts were removed
2024-02-20refactor(treewide): Add a `.sh` extension to shell scriptsSoispha
2024-01-13fix(treewide): Comply with the shell library's new argument namesSoispha
2024-01-13build(treewide): Update shell librarySoispha
2024-01-13build(treewide): Update shell librarySoispha
2024-01-13build(treewide): Update shell librarySoispha
2024-01-13build(treewide): Update shell librarySoispha
2024-01-13build(treewide): Update flake and shell librarySoispha
2024-01-01build(treewide): UpdateSoispha
2023-12-28build(treewide): Update shell librarySoispha
2023-12-19chore(treewide): Update shell librarySoispha
2023-12-12chore(treewide): Update shell library version numberSoispha
2023-11-25build(treewide): Update shell librarySoispha
2023-11-25chore(treewide): Update shell librarySoispha
2023-10-25fix(hm/conf/lf/cmds/mk_scr_temp): Set the interpreter to 'sh'Soispha
2023-10-25build(flake): Update (+ shell_library)Soispha
2023-10-25build(treewide): Update (+ shell_library)Soispha
2023-10-25build(treewide): Update (+ shell-library)Soispha
2023-10-20build(treewide): Update (shell library)Soispha
2023-10-01fix(hm/conf/lf/keybinds): Add keymap to go to nixos-server configSoispha
2023-09-17fix(hm/conf/lf/cmds/archive): Remove old `tmp` callSoispha
2023-09-16fix(treewide): Update to new `tmp` function interfaceSoispha
2023-09-16fix(treewide): Update shell librarySoispha