summaryrefslogtreecommitdiffstats
path: root/src/browser/browser_state.rs
AgeCommit message (Expand)Author
2022-10-02ctrl-left mapped to new :panel_left_no_open internalCanop
2022-10-01Status message on toggling tree optionsCanop
2022-09-24add the :select internalCanop
2022-07-10allow :focus based verbs to take a patternCanop
2022-06-07hint on empty tree: use alt-i or alt-hCanop
2022-05-04add the :stage_all_files internalCanop
2022-04-03replace the 'opener' crate with 'open'Canop
2022-02-15:previous_dir and :next_dir internalsCanop
2022-01-30export key event parsing and formatting in crokeyCanop
2021-10-13better make the selection visibleCanop
2021-09-05upgrade termimad to 0.16Canop
2021-08-04improve scrolling behaviorsCanop
2021-06-18fix tree being searched again on cursor movementsCanop
2021-06-13:root_up and :root_down internalsCanop
2021-06-13try to keep selection on tree option changeCanop
2021-06-13`{root}` verb argumentCanop
2021-06-01compute total staging area sizeCanop
2021-05-10:print_path on staging area prints all the staged pathsCanop
2021-05-09match line count in selection on content searchesCanop
2021-04-30fix bad reset of filtering state in case of emptied prefixed patternsCanop
2021-04-20staging area filtered with patternCanop
2021-04-18display what files are staged on treeCanop
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-02-24limit the number of panels to 2Canop
2021-02-14:line_up_no_cycle and :line_down_no_cyleCanop
2021-02-03ignore special paths with "no-enter" or "hide" in sumsCanop
2021-01-10experimental "modal mode"modesCanop
2020-12-14improve determination of whether a space is needed left of the treeCanop
2020-12-13keep selection visible on unfilteringCanop
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-22handle opening trees in filesystems view on ctrl-left and ctrl-rightCanop
2020-10-20keep tree options when going through not tree statesCanop
2020-10-18:root_fs shows size/available infos of current filesystem on topCanop
2020-09-30refactor: make Screen CopyCanop
2020-09-27fix opening of link of linkCanop
2020-09-22refactor: move the invocation pattern from execution to verbCanop
2020-09-07a few fixes to the :copy_path implementationCanop
2020-09-07Merge branch 'clipboard' of https://github.com/asdf8dfafjk/broot into asdf8df...Canop
2020-08-31Version 1.0.0v1.0.0Canop
2020-08-31Draft: Clipboard support, copy to clipboard_
2020-08-18setting the working dir of processes is now opt-inCanop
2020-08-18optional selection mark to complete the selection backgroundCanop
2020-08-18removing a filter using the esc key in tree tries to keep selectionCanop
2020-08-06:preview_image, :preview_binary, and :preview_textCanop
2020-08-01make the selected directory the working dir of subprocessesCanop