aboutsummaryrefslogtreecommitdiff
path: root/lib/Daffm/State.hs (unfollow)
Commit message (Collapse)Author
2025-10-24Add move command and gj gk keysAkshay Nair
2025-10-08Add map command for creating keymapsAkshay Nair
2025-10-08Add symlink resolution for navigationAkshay Nair
2025-10-08Add search commandAkshay Nair
2025-10-08Add extend config property to extend configs + move defaultsAkshay Nair
2025-10-08Allow directories and file paths as cli arg/cdAkshay Nair
2025-10-08Add CmdChain to run commands sequentially in keysAkshay Nair
2025-10-05Update readme + add drop to shell keymapAkshay Nair
2025-10-05Add arg parsing, loading config from XDG_CONFIG_HOME and -c arg for ↵Akshay Nair
loading config file
2025-10-05Add opener script in configAkshay Nair
2025-10-05Show keyseq,selections in statusline + minor refactorAkshay Nair
2025-10-05Add ~ substitution for cd pathsAkshay Nair
2025-10-05Add configuration (keymap) loading from toml fileAkshay Nair
2025-10-04Add multi-key handling + command parsing + shell/shell! aliasesAkshay Nair
2025-10-03Refactor to TextAkshay Nair
2025-10-03Add delete command + minor refactorsAkshay Nair
2025-10-03Add multifile selection/markingAkshay Nair
2025-10-03Add "press key to continue" with !! prefixAkshay Nair
2025-10-03Add run shell command via cmdline + selected file substitutionAkshay Nair
2025-10-03Preserve list position while navigating through directoriesAkshay Nair