summaryrefslogtreecommitdiffstats
path: root/src/verb
AgeCommit message (Expand)Author
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
2020-11-02display date and size on symlinksCanop
2020-10-20keep tree options when going through not tree statesCanop
2020-10-20add :chmod on directories using apply_toCanop
2020-10-18:root_fs shows size/available infos of current filesystem on topCanop
2020-10-16:filesystems opens a list of mounted filesystemsCanop
2020-10-10use PATH instead of absolute paths for all verbsScott Olson
2020-10-07change the syntax of `cols_order` in confCanop
2020-09-30refactor: make Screen CopyCanop
2020-09-29refactor verb initialization from confCanop
2020-09-24allow cmd sequences in verb executionCanop
2020-09-22refactor: move the invocation pattern from execution to verbCanop
2020-09-09ctrl-v now inserts the clipboard content in the inputCanop