summaryrefslogtreecommitdiffstats
path: root/src/app/panel.rs
AgeCommit message (Expand)Author
2023-02-04clippy...Canop
2022-10-22restrict verbs to specific panels (#620)Denys Séguret
2022-10-01Status message on toggling tree optionsCanop
2022-05-04add the :stage_all_files internalCanop
2022-01-30export key event parsing and formatting in crokeyCanop
2021-10-29bunch of small improvements of clipboard & input fieldCanop
2021-10-20remove direct import of minimad crateCanop
2021-08-04improve scrolling behaviorsCanop
2021-06-13`{root}` verb argumentCanop
2021-06-01compute total staging area sizeCanop
2021-04-30fix bad reset of filtering state in case of emptied prefixed patternsCanop
2021-04-20Merge branch 'master' into multiselectCanop
2021-04-19Modal: Be back in command mode after executing a commandCanop
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-01-10experimental "modal mode"modesCanop
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-09-30refactor: make Screen CopyCanop
2020-08-31Version 1.0.0v1.0.0Canop
2020-07-31rewrite the status generationCanop
2020-07-26{line} in a verb execution pattern refers to the line numberCanop
2020-07-13much progress on the preview panelCanop
2020-07-05keep filter in input after executing an external commandCanop
2020-07-05small documentation changesCanop
2020-06-29version 0.18.2 - remove all flickering causesv0.18.2Canop
2020-06-23restore broot on return from an application launched in terminalCanop
2020-06-19composite patterns built by combining simple ones with operatorsCanop
2020-06-06a few minor refactorings and cleaningsCanop
2020-06-05update website for new pattern syntaxCanop
2020-05-27fix a few cases of pattern applied but not displayed in inputCanop
2020-05-24tab based auto-completion of verbs and paths in inputCanop
2020-05-21status line covers the whole terminal widthCanop
2020-05-21{other-panel-file}, :copy-to-panel and :move-to-panelCanop
2020-05-19fix a few rendering problems related to multi-panelsCanop
2020-05-19:panel_left and :panel_right, bound to ctrl arrowsCanop
2020-05-18Special paths defined in conf.tomlCanop
2020-05-17display tree options "flags"Canop
2020-05-16show purpose hint when in arg edition dedicated panelCanop
2020-05-16fill the input when executing commands of --cmdCanop
2020-05-15different skins for focused and unfocused panelsCanop
2020-05-12:start_end_panelCanop
2020-05-05input caret only displayed on active panelCanop
2020-05-01command/verb/apply refactoringCanop
2020-04-21multi-panels: input & status in panels; Click to select panelCanop
2020-04-17panels resized when one is closedCanop