summaryrefslogtreecommitdiffstats
path: root/src/event_exec.rs
AgeCommit message (Expand)Author
2023-03-24event exec refactorqkzk
2023-03-24refactor mode & event_execqkzk
2023-03-24remove next & prev one liner and inline them in the match statementqkzk
2023-03-22refactor cli info menu & executionqkzk
2023-03-22fixed it. Need refactoring. Still no colorqkzk
2023-03-21almost working. Won't display IDKYqkzk
2023-03-16mocp go to songqkzk
2023-03-14rename: modify the current name instead of using an empty stringqkzk
2023-03-13fuzzy finder for keybindings. Alt+h and select a keybinding to run it immediatlyqkzk
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-09simplify log reading since their size is limited anywayqkzk
2023-03-08action log every file tree modification. Display the logs with Alt+l.qkzk
2023-03-06FIX: in bulk mode, tree wasn't displayedqkzk
2023-03-05Shell menu. Use 'S' to select a TUI command and run it. Need configuration im...qkzk
2023-03-04Diff first two flagged files with Char('D')qkzk
2023-03-04add git root to shortcuts. Trash empty is now confirmedqkzk
2023-03-03bulkrename & bulknew from a menu.quentin konieczko
2023-03-03menu for bulk - incompletequentin konieczko
2023-03-03refactor mocp control to separate filequentin konieczko
2023-03-02MOC control with ctrl up down left rightqkzk
2023-03-02bulk new filesquentin konieczko
2023-03-02set the current selected file as wallpaper with nitrogenquentin konieczko
2023-02-28setup nvim rpc address manuallyqkzk
2023-02-27skim for specific line in a fileqkzk
2023-02-26refactor neovim filepicker, saving the server if possibleqkzk
2023-02-26read current terminal from env, if it doesn't exists use config oneqkzk
2023-02-24restrain dual pane to 120+ chars wide, uniform keybindings for display to alt...qkzk
2023-02-23FIX: preview a file without read permissions would crash. Use Empty preview i...qkzk
2023-02-20use thumbnail for video, mediainfo for audioqkzk
2023-02-20use second pane as previewqkzk
2023-02-17lazygit integration (required)qkzk
2023-02-16command mode. use : to type and complete an existing commandqkzk
2023-02-15decompress zip with same crate. Clippyqkzk
2023-02-14improve compression interfaceqkzk
2023-02-14compress with zipqkzk
2023-02-14compression almost doneqkzk
2023-02-12marks navigation. Jump to or update a mark with enterqkzk
2023-02-10git root: Ctrl+g moves to git rootqkzk
2023-02-06first draft of required height for trees.qkzk
2023-02-05tree move up/down 10 lines at a time with pageup pagedownrefactored-colorsqkzk
2023-02-04Fix: search from tree doesn't update current nodeqkzk
2023-01-31some memory improvmentqkzk
2023-01-30moved colors to a variable in main instead of an attr of statusqkzk
2023-01-28clippy: string interpolationqkzk
2023-01-28use let else to remove nested if let statementsqkzk
2023-01-28replace nested if let with multiple let elseqkzk
2023-01-27encrypted device: g move to the selected mount pointquentin konieczko