index
:
daffm
main
Dumb-as-fuck file manager for the terminal
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Daffm
/
Action
(
unfollow
)
Commit message (
Expand
)
Author
2025-10-24
Add build/install setup + fix read error for move command
Akshay Nair
2025-10-24
Add move command and gj gk keys
Akshay Nair
2025-10-08
Add map command for creating keymaps
Akshay Nair
2025-10-08
Add symlink resolution for navigation
Akshay Nair
2025-10-08
Add search command
Akshay Nair
2025-10-08
Add extend config property to extend configs + move defaults
Akshay Nair
2025-10-08
Add command-shell command for calling commands from shell
Akshay Nair
2025-10-08
Add CmdChain to run commands sequentially in keys
Akshay Nair
2025-10-05
Add opener script in config
Akshay Nair
2025-10-05
Show keyseq,selections in statusline + minor refactor
Akshay Nair
2025-10-05
Add ~ substitution for cd paths
Akshay Nair
2025-10-05
Handle non-zero exit codes in commands
Akshay Nair
2025-10-04
Add multi-key handling + command parsing + shell/shell! aliases
Akshay Nair
2025-10-03
Refactor to Text
Akshay Nair
2025-10-03
Add %S substitution for selections as newline separated
Akshay Nair
2025-10-03
Add delete command + minor refactors
Akshay Nair
2025-10-03
Add multifile selection/marking
Akshay Nair
2025-10-03
Refactor event module with actions
Akshay Nair