summaryrefslogtreecommitdiffstats
path: root/src/verb
AgeCommit message (Expand)Author
2021-08-12allow a verb in configuration to refer to a builtinCanop
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-13:root_up and :root_down internalsCanop
2021-06-13`{root}` verb argumentCanop
2021-06-11"client-server" no longer feature gatedCanop
2021-06-10`working_dir` verb attributeCanop
2021-06-02`:input_clear` internalCanop
2021-06-02make the number of threads used for file summing configurableCanop
2021-05-30add the `:toggle_second_tree` internalCanop
2021-05-29:rename verb (and what makes it possible)Canop
2021-05-24stuffCanop
2021-05-20removed some `#[macro_use] extern crate`Canop
2021-05-18add support for backtab keyCanop
2021-05-08upgrade lazy-regex to 1.0Canop
2021-05-07new rust version, new clippyCanop
2021-05-02spill some blood for the Clippy godCanop
2021-04-26better check of verb conditions, sequences not allowed on SACanop
2021-04-25add shortcuts to some staging related verbsmultiselectCanop
2021-04-24add a keybord trigger for :toggle_stage in standard modeCanop
2021-04-23staging area: autoselection on filteringCanop
2021-04-20staging area filtered with patternCanop
2021-04-19improve command previsualization in status for multiselectionCanop
2021-04-18staging shortcutsCanop
2021-04-18display what files are staged on treeCanop
2021-04-17fix test unit on changed APCanop
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-05rename some types to bring them closer from their useCanop
2021-03-19fix shift based key shortcutsCanop
2021-03-09allow definition of several key shortcuts for one verbCanop
2021-02-22use ahash of some of the hashmaps with big keysCanop
2021-02-14:line_up_no_cycle and :line_down_no_cyleCanop
2021-01-27remove excedentary escaping in some command generationCanop
2021-01-21fix "post bang" crashCanop
2021-01-13fix mouse staying captured during external app executionCanop
2021-01-10experimental "modal mode"modesCanop
2021-01-09minor cleaningCanop
2021-01-07allow specifying execution pattern as arrayCanop
2021-01-04:copy_line, for copying the selected line in previewCanop
2020-12-21make the 'home' and 'end' key shortcuts standardCanop
2020-12-20fix missing import in test unitv1.0.9Canop
2020-12-18fix execution strings tokenization ignoring quotesCanop
2020-12-13keep selection visible on unfilteringCanop
2020-12-11use serde's derive to deserialize confCanop
2020-12-01progressive display of file sums (size, counts, date)Canop
2020-11-27:previous_same_depth and :next_same_depth internalsCanop
2020-11-13`:line_up` and `:line_down` accept an optional count as argumentCanop