summaryrefslogtreecommitdiffstats
path: root/src/actioner.rs
AgeCommit message (Expand)Author
2022-11-21improve tab navigation interfacetab-barqkzk
2022-11-19remove useless importqkzk
2022-11-19resize window immediatlyqkzk
2022-11-01decompress a file with ctrl+xqkzk
2022-10-30enter a file/dirqkzk
2022-10-29refresh view when copy/move finish. Style for progressbarqkzk
2022-10-29copy in thread, display progress async. Hacky :(qkzk
2022-10-28allow filter edition. Copy/Move with progresqkzk
2022-10-28filter by name, extension, dir only or no filterfilterqkzk
2022-10-27use correct name for status in actioner. Copy filename/filepath to clipboardcopy-clipboardqkzk
2022-10-23result in completion, marks, display, actioner, eventcharqkzk
2022-10-23FmResult in actionerqkzk
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-21removed unwrapsquentin konieczko
2022-10-20remove some unwrapsqkzk
2022-10-20rename tab to statusqkzk
2022-10-20rename tab & statusqkzk
2022-10-18doesn't workqkzk
2022-10-16use a preview to display helpqkzk
2022-10-16refactor bulkrename, bug fix wrong comparisonbulkrenameqkzk
2022-10-13simplify skimm callqkzk
2022-10-13rename a method in actionerqkzk
2022-10-13Send a current path to skimqkzk
2022-10-13ctrl f for fuzzy finderquentin konieczko
2022-10-13solve display problem in fuzzyfinderquentin konieczko
2022-10-13refactor, still display problemquentin konieczko
2022-10-13skim working, some display problem. Must refresh beforequentin konieczko
2022-10-13first working versionquentin konieczko
2022-10-13doesn't work (yet)qkzk
2022-10-09insert & drop tabs with INS and DEL.qkzk
2022-10-09simple tabs, can switch. Can't communicateqkzk
2022-10-09mode shortcut with predefined shortcutsshortcutsqkzk
2022-10-08ctrl-q : act like escape. Usefull in neovim.visited-dirsqkzk
2022-10-08history of visited directoriesqkzk
2022-10-06not fully working...qkzk
2022-10-05somewhat working scrolling previewerqkzk
2022-10-04preview a file with Ppreviewqkzk
2022-10-04symlink not workingquentin konieczko
2022-10-03crate for input stringqkzk
2022-10-03Enum for binds. Use an hashmap and method to link char -> enum -> methodqkzk
2022-10-02documentationqkzk
2022-10-02only one method to enter normal modeqkzk
2022-10-02move all status mutation to itselfqkzk
2022-10-02rename action methods with simpler names matching keyqkzk
2022-10-02move actions to separate crateqkzk