summaryrefslogtreecommitdiffstats
path: root/src/mode.rs
AgeCommit message (Expand)Author
2023-11-12improve drawqkzk
2023-11-12better messages when asking a passwordqkzk
2023-10-26display removable mtp devices - no action yetqkzk
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-02InputSimple is responsible of its help linesqkzk
2023-09-24remote mount with sshfs. use char(R) to mount a remote directoryqkzk
2023-09-23simplify confirmation stringqkzk
2023-09-23simplify need confirmation cursor offset. Use .to_string since Display is imp...qkzk
2023-09-23Needconfirmation mode are responsible of their confirmation messageqkzk
2023-09-22The mode should know if they require a refresh when left. ATM only Preview doesqkzk
2023-04-12almost there, still crashingquentin konieczko
2023-04-12not working and not easy to solvequentin konieczko
2023-04-11not workingqkzk
2023-04-11FIX: remove useless mode IsoDevicequentin konieczko
2023-04-10simplify draw for second windowqkzk
2023-04-04basic shell execution with !qkzk
2023-03-24refactor mode & event_execqkzk
2023-03-21almost working. Won't display IDKYqkzk
2023-03-12mount an iso file by opening it. Needs a lot of refactoringqkzk
2023-03-05Shell menu. Use 'S' to select a TUI command and run it. Need configuration im...qkzk
2023-03-04docqkzk
2023-03-03bulk better help & presentationqkzk
2023-03-03mode bulk better first lineqkzk
2023-03-03menu for bulk - incompletequentin konieczko
2023-02-28setup nvim rpc address manuallyqkzk
2023-02-16command mode. use : to type and complete an existing commandqkzk
2023-02-14compression almost doneqkzk
2023-02-12marks navigation. Jump to or update a mark with enterqkzk
2023-01-28clippy: string interpolationqkzk
2023-01-17password input, mount, umountqkzk
2023-01-17menu to input passwordquentin konieczko
2023-01-17passwordquentin konieczko
2023-01-16menu for crypto devices first stepqkzk
2023-01-08executing a mode restore to the previous modeqkzk
2023-01-06bugged searchquentin konieczko
2023-01-05fix rename from treeqkzk
2023-01-05tree: skim & renameqkzk
2023-01-02make tree navigable: doesn't work yetqkzk
2022-12-26trash following xdg specsqkzk
2022-12-26trash: first working draft, very basic apiqkzk
2022-12-21use a common mode and display for navigable modesqkzk
2022-12-17rename modes requiring inputmode-refactorqkzk
2022-12-17Combine preview and helpqkzk
2022-12-17regroup modes requiring an inputqkzk
2022-12-17use one mode with variants for completionqkzk
2022-12-17document mark actionsqkzk
2022-12-17remove everything about last edition attribute.needconfirmation-enumqkzk
2022-12-17create an enum for confirmed actionqkzk
2022-12-16massive documentaion and some refactoring.qkzk