summaryrefslogtreecommitdiffstats
path: root/src/status.rs
AgeCommit message (Expand)Author
2023-11-13Fix small bugs. Refactor. Remove .display().to_string()v0.1.24-devqkzk
2023-11-12Refactor mountable devices displayqkzk
2023-11-12FIX: trash is buggy. Can't delete definitely. Display is wrong when empty.qkzk
2023-11-07tree users refactorqkzk
2023-11-07tree and users refactorqkzk
2023-11-07refactor tree and users of treeqkzk
2023-11-06FIX: can't "open" a folder to redo the tree thereqkzk
2023-11-06rename trees.rs, rename structqkzk
2023-11-05Tree first draft. No refactor, no test, no docqkzk
2023-11-05sort for treesqkzk
2023-11-05doesn't work yet, is way quickerqkzk
2023-11-01don't crash the app if skim can't be initialized. Improve skimqkzk
2023-11-01use macro to log lineqkzk
2023-10-31refactor event dispatcherqkzk
2023-10-30remove useless borrowmutqkzk
2023-10-30replace `users` crate by `pgs` and a simple struct.qkzk
2023-10-30remove configurable colors, calc them every timequentin konieczko
2023-10-29preview instancation refactoring. Separate dirs for filesqkzk
2023-10-29dissociate preview for files and preview for directoriesqkzk
2023-10-27removed some dependencies, little refactoringqkzk
2023-10-27use arc clone when cloning termqkzk
2023-10-27make skim an option for statusquentin konieczko
2023-10-27make bulk menu optionalquentin konieczko
2023-10-27make removable none at startupquentin konieczko
2023-10-26mtp mount with gioqkzk
2023-10-26removable not working, wrong command passed to gio, everything else looks goodqkzk
2023-10-26display removable mtp devices - no action yetqkzk
2023-10-26struct for removable devicesqkzk
2023-10-25improve previewing: drop tmp files, preview office files as images, empty pre...qkzk
2023-10-24Tree mode Copy / Move happens in selected directory not root of treeqkzk
2023-10-24FIX: when encrypted drive is already mounted don't let user mount it againqkzk
2023-10-21history: when moving back select back the file we were atqkzk
2023-10-21refactor config & argsqkzk
2023-10-20improve settings & argsqkzk
2023-10-19more args : dual pane, preview second, display full, show hidden. Refactor ta...qkzk
2023-10-18second pane follow. Not clean, makes skim hangqkzk
2023-10-17Fix refresh if needed. Should work most of the timesqkzk
2023-10-16refresh every 10 seconds. WIPqkzk
2023-10-16regroup openers when opening multiple filesqkzk
2023-10-15skim fuzzy find (ctrl-f) starts from current dir, not current selected fileqkzk
2023-10-15Jump mode (display flagged files) should allow to delete / trash the flagged ...qkzk
2023-10-14Jump mode : 'Space' Toggle flag, 'u' remove all flags, 'Enter' jump to the fileqkzk
2023-10-11Look for nvim listen address in `ss -l` outputqkzk
2023-10-08refactor main. Split setup, exit and main loop.qkzk
2023-10-07refactor click actionsqkzk
2023-10-06refactor event dispatchqkzk
2023-10-01Fix: initialize dual pane attribute correctly in status instanciationqkzk
2023-09-26use memory to read & write last action log lineqkzk
2023-09-24FIX search for keybinding don't workqkzk
2023-09-19log more messages to target special. Display last action in last lineqkzk