summaryrefslogtreecommitdiffstats
path: root/src/app
AgeCommit message (Expand)Author
2022-06-07update from clap2 to clap3Canop
2022-06-07hint on empty tree: use alt-i or alt-hCanop
2022-05-16close staging area when a verb empties itCanop
2022-05-04add the :stage_all_files internalCanop
2022-03-31Sort by type, with dirs either first or lastCanop
2022-03-29Don't quit on small terminalsCanop
2022-03-27verb filtering by file extensionCanop
2022-03-27add the (already documented) capture_mouse conf itemCanop
2022-01-30export key event parsing and formatting in crokeyCanop
2022-01-06determine when to draw/keep/erase kitty imagesCanop
2022-01-05images rendered with kitty protocol on weztermCanop
2021-11-19fix some graphical glitches on WindowsCanop
2021-10-29bunch of small improvements of clipboard & input fieldCanop
2021-10-20remove direct import of minimad crateCanop
2021-08-04improve scrolling behaviorsCanop
2021-08-01check args are set on external executionCanop
2021-07-02You can display device id with `:toggle_device_id`Canop
2021-06-15better handling of auto color modeCanop
2021-06-13`{root}` verb argumentCanop
2021-06-11"client-server" no longer feature gatedCanop
2021-06-04fix broken compilation when feature "client-server" is enabledCanop
2021-06-02:toggle_second_tree closes an inactive tree instead of rightestCanop
2021-06-02make the number of threads used for file summing configurableCanop
2021-06-01compute total staging area sizeCanop
2021-05-30add the `:toggle_second_tree` internalCanop
2021-05-10:print_path on staging area prints all the staged pathsCanop
2021-05-06config / quit_on_last_cancelCanop
2021-05-06fix search modes configuration removing all default mappingsCanop
2021-05-02spill some blood for the Clippy godCanop
2021-04-30fix bad reset of filtering state in case of emptied prefixed patternsCanop
2021-04-26better check of verb conditions, sequences not allowed on SACanop
2021-04-20staging area filtered with patternCanop
2021-04-20Merge branch 'master' into multiselectCanop
2021-04-19Modal: Be back in command mode after executing a commandCanop
2021-04-19Fix typosTaupiqueur
2021-04-19improve command previsualization in status for multiselectionCanop
2021-04-18staging shortcutsCanop
2021-04-18display what files are staged on treeCanop
2021-04-17:open_staging_area and :close_staging_areaCanop
2021-04-16move stage related internal handling to panel_stateCanop
2021-04-15staging area [WIP]Canop
2021-04-06refactor: gather arguments of command execution in structsCanop
2021-04-05rename some types to bring them closer from their useCanop
2021-03-20check there's another panel before executing verb needing oneCanop
2021-02-26obey `--color no` even in application modeCanop
2021-02-24limit the number of panels to 2Canop
2021-02-22use ahash of some of the hashmaps with big keysCanop
2021-02-05fix the F5 and F6 copy and move to panel shorcuts in default confv1.2.2Canop
2021-01-13fix mouse staying captured during external app executionCanop
2021-01-10experimental "modal mode"modesCanop