summaryrefslogtreecommitdiffstats
path: root/src/event_char.rs
AgeCommit message (Expand)Author
2022-11-21print path on quitqkzk
2022-10-28filter by name, extension, dir only or no filterfilterqkzk
2022-10-25doesn't show symlinksqkzk
2022-10-23result in completion, marks, display, actioner, eventcharqkzk
2022-10-22converted unwraps to ? with FmResultqkzk
2022-10-22refactored fileinfo, moved most of unwrap to eventchar & actionerqkzk
2022-10-21FmError: convert all errors to this oneqkzk
2022-10-21removes unwrapsquentin konieczko
2022-10-20remove some unwrapsqkzk
2022-10-20rename tab to statusqkzk
2022-10-20rename tab & statusqkzk
2022-10-17basic steps for marks implementation; no action yetqkzk
2022-10-16refactor bulkrename, bug fix wrong comparisonbulkrenameqkzk
2022-10-09insert & drop tabs with INS and DEL.qkzk
2022-10-09mode shortcut with predefined shortcutsshortcutsqkzk
2022-10-08history of visited directoriesqkzk
2022-10-04preview a file with Ppreviewqkzk
2022-10-04symlink not workingquentin konieczko
2022-10-03Enum for binds. Use an hashmap and method to link char -> enum -> methodqkzk