summaryrefslogtreecommitdiffstats
path: root/src/lib.rs
AgeCommit message (Expand)Author
2023-10-31move app and refresher to separate filesqkzk
2023-10-30create simple struct for users & groups. 1st step into removing usersqkzk
2023-10-30remove color configuration & caching. All colors are calculated every timeqkzk
2023-10-26struct for removable devicesqkzk
2023-10-21history: when moving back select back the file we were atqkzk
2023-04-11rename customparser to shell parser. Prevent sudo & su commands from shell inputqkzk
2023-04-02allow expansion into custom commandsqkzk
2023-03-21almost working. Won't display IDKYqkzk
2023-03-13Use a trait to mount methodsqkzk
2023-03-12mount an iso file by opening it. Needs a lot of refactoringqkzk
2023-03-11replace nvim-send external dependency by internal implementation.qkzk
2023-03-11replace FmError & FmResult by anyhowqkzk
2023-03-05Shell menu. Use 'S' to select a TUI command and run it. Need configuration im...qkzk
2023-03-03refactor mocp control to separate filequentin konieczko
2023-02-14rename compress.rs to decompress.rsqkzk
2023-01-16open & mount, umount & closeqkzk
2023-01-15doesn't workqkzk
2023-01-01preview a directory with a coloured tree view. Needs a lot of refactoring to ...qkzk
2022-12-24trash api mostly done. Should make it navigableqkzk
2022-12-21struct for flagged filesqkzk
2022-12-21fix wrong navigation order. Rename everything to selectable contentqkzk
2022-12-20use common trait for indexed vectors. harmonize variable namesqkzk
2022-12-20refactor sort. Use a crate, separate char parsing from sortqkzk
2022-12-17remove everything about last edition attribute.needconfirmation-enumqkzk
2022-12-16move string to specific file, readme for usersqkzk
2022-12-11rename actioner, more info in logsqkzk
2022-12-06move event & exec to separate source fileevent-actionqkzk
2022-12-06move event & exec to actionerqkzk
2022-12-04simple struct to hold actionsqkzk
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