feat: add defaut FZF options when none defined
feat: add defaut FZF options when none defined
glenux
created branch feature/29-add-default-display-options-for-fzf in glenux/mfm
2023-11-26 15:22:04 +00:00
glenux
pushed to feature/29-add-default-display-options-for-fzf at glenux/mfm
2023-11-26 15:22:04 +00:00
3a30fd8a86
feat: add defaut FZF options when none defined
9cce357dd0
Merge branch 'feature/1-add-support-for-fs-crud' of code.apps.glenux.net:glenux/mfm into feature/1-add-support-for-fs-crud
fb168d5308
feat: add base structure for commands
4730c77992
feat: add scaffold for operations (command design pattern)
9f3f3b24c1
fix: auto-open should not run on umounted filesystems
041550cc0f
fix: handle mount errors (with the right message)
9f3f3b24c1
fix: auto-open should not run on umounted filesystems
041550cc0f
fix: handle mount errors (with the right message)
fd9829c283
Merge branch 'develop' of code.apps.glenux.net:glenux/mfm into develop
70b51527df
doc: update example config to demonstrate templating
9691d4374c
Merge pull request 'develop' (#5) from develop into master
488d7ff2e2
Merge branch 'master' into develop
f9370d10dd
Bump version to 0.12.2
develop
develop
488d7ff2e2
Merge branch 'master' into develop
950838eec9
Merge pull request 'Bump version to 0.11.1' (#4) from develop into master
3c89369ef6
Merge pull request 'Update 'Dockerfile'' (#3) from develop into master
96a3689659
Merge pull request 'Update 'Dockerfile'' (#2) from develop into master
7685851b12
Merge pull request 'Bump version to 0.10.0-rc3' (#1) from develop into master
d4c52cd044
Merge branch 'develop' of code.apps.glenux.net:glenux/mfm into develop
32fea233d1
fix: rename global.mount_point to avoid misunderstanding
84230a6828
feat: sort by fs.name instead of fs.type
211419ea02
chore: add watch+rebuild target
glenux
pushed to feature/30-add-option-to-auto-open-directory at glenux/mfm
2023-11-24 09:50:02 +00:00
32fea233d1
fix: rename global.mount_point to avoid misunderstanding
84230a6828
feat: sort by fs.name instead of fs.type
211419ea02
chore: add watch+rebuild target
[feature] Add option to auto-open directory after mount
Add option to auto-open directory after mount
7f789daefa
Merge pull request 'Add option to auto-open directory after mount' (#33) from feature/30-add-option-to-auto-open-directory into develop
cb14a04fbe
feat: add support for auto-open option (-o, --open)