summaryrefslogtreecommitdiffstats
path: root/src/app
AgeCommit message (Expand)Author
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
2021-01-07allow specifying execution pattern as arrayCanop
2021-01-04:copy_line, for copying the selected line in previewCanop
2020-12-14improve determination of whether a space is needed left of the treeCanop
2020-12-13keep selection visible on unfilteringCanop
2020-12-11display the file(s) used for config loading in helpCanop
2020-12-11use serde's derive to deserialize confCanop
2020-12-01progressive display of file sums (size, counts, date)Canop
2020-11-30better cache management for dir size computationCanop
2020-11-30when sizes are displayed (eg on `br -s`) show size of root line and root file...Canop
2020-11-27version 1.0.7Canop
2020-11-27image preview centered in both directionskittyCanop
2020-11-26high definition preview images on kittyCanop
2020-11-25[WIP] high-definition image preview when using kittyCanop
2020-11-17some code cleaningCanop
2020-11-17Merge branch 'icon' of https://github.com/asdf8dfafjk/broot into iconsCanop
2020-11-13`:line_up` and `:line_down` accept an optional count as argumentCanop
2020-11-13Add double extensions support._
2020-11-10Add mappings using script._
2020-11-09Icon handling: A few more mappings_
2020-11-08Add support for icons_
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-10-16:filesystems opens a list of mounted filesystemsCanop
2020-09-30remove useless displays from sequence executionCanop
2020-09-30refactor: make Screen CopyCanop
2020-09-30on ctrl-w (:close_panel_cancel) close preview rather than appCanop
2020-09-29only count non preview panels when checking for other-panel-pathCanop
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
2020-09-08fix cross-compilation - define a "clipboard" featureCanop
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-18optional selection mark to complete the selection backgroundCanop
2020-08-17client-server / --get-root implementedCanop
2020-08-07image preview: better color choice when true colors aren't availableCanop
2020-08-06:preview_image, :preview_binary, and :preview_textCanop