summaryrefslogtreecommitdiffstats
path: root/src/lib.rs
AgeCommit message (Expand)Author
2022-11-26cd on quitcd_on_quitqkzk
2022-11-20separate display from event readerqkzk
2022-11-07git integration in first line of normal modeqkzk
2022-11-05logging with log4rs. Rolling, replaced all eprints with info!qkzk
2022-11-01decompress a file with ctrl+xqkzk
2022-10-28allow filter edition. Copy/Move with progresqkzk
2022-10-28filter by name, extension, dir only or no filterfilterqkzk
2022-10-24cached colors for normal displayqkzk
2022-10-21FmError: convert all errors to this oneqkzk
2022-10-20rename tab & statusqkzk
2022-10-17struct for marks, need mode, tabs bindings etc.qkzk
2022-10-16basic step, can't open editor yet. Need a Modeqkzk
2022-10-14first draft openerquentin konieczko
2022-10-13doesn't work (yet)qkzk
2022-10-09simple tabs, can switch. Can't communicateqkzk
2022-10-09mode shortcut with predefined shortcutsshortcutsqkzk
2022-10-08history of visited directoriesqkzk
2022-10-06moved preview to own modequentin konieczko
2022-10-05renamed FilesWindow to ContentWindow and filename accordinglyqkzk
2022-10-03crate for input stringqkzk
2022-10-03Enum for binds. Use an hashmap and method to link char -> enum -> methodqkzk
2022-10-02move actions to separate crateqkzk
2022-10-02better plan of refactoring, actionsqkzk
2022-09-30moved display to a modqkzk
2022-09-30moved completion last_edition status to modqkzk
2022-09-30moved struct and utils to separate filesqkzk
2022-09-29nvim file pickernvim-file-pickerqkzk
2022-09-29nvim testingquentin konieczko
2022-09-28rename config to args and config_file to configquentin konieczko
2022-09-24use a config file written in yaml. colors, terminal & opener are configurableconfig-fileqkzk
2022-09-23read path and (useless) args from stdinquentin konieczko
2022-09-21first commitqkzk