aboutsummaryrefslogtreecommitdiffstats
path: root/home-manager/soispha/config/lf/commands/scripts (unfollow)
Commit message (Collapse)Author
2023-08-26Refactor(treewide): Abbreviate path namesSoispha
2023-08-26Docs(treewide): Add a colon after every "TODO"Soispha
2023-08-25Fix(hm/conf/lf/commands): Actually send cd command to lf instanceSoispha
2023-08-25Feat(hm/conf/lf): Add command to go to flake base dirSoispha
2023-08-20Feat(hm/conf/lf): Replace rename script by rename c binarySoispha
2023-08-19Fix(hm/conf/lf): Implement rename cmdSoispha
The default lf rename command starts behind the extension like this: ``` filename.extension ^ | startpoint ``` This new cmd avoids this.
2023-08-19Fix(hm/conf/lf): Split file creation and edit of the made file cmdsSoispha
I mostly create files from vim, thus editing them in the terminal with created them is useless.
2023-08-19Fix(hm/conf/lf/commands): Correctly quote the id string in 'fzf_jump' cmdSoispha
2023-08-01Refactor(treewide): Move module configuration in separate filesSoispha