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