summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2020-10-22handle opening trees in filesystems view on ctrl-left and ctrl-rightCanop
2020-10-22Merge branch 'master' into filesystemsCanop
2020-10-22fix freezing on cyclic symlink chainsCanop
2020-10-22fix wrong background on selected broken symlinksCanop
2020-10-22center the 'type' column in fs viewCanop
2020-10-21filesystems view now filterableCanop
2020-10-21esc in help view removes the filterCanop
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-10-06minor doc clarificationCanop
2020-10-04version 1.0.2v1.0.2Canop
2020-10-04list the search modes and their main prefix in helpCanop
2020-10-03`cr/` prefix allows a regex based search on file contentCanop
2020-09-30version 1.0.1v1.0.1Canop
2020-09-30image preview: cache resized image to avoid useless resizesCanop
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-29refactor verb initialization from confCanop
2020-09-29list of verbs is now searchableCanop
2020-09-28help page lists optional features enabled at compilationCanop
2020-09-28fix compilation for androidCanop
2020-09-27fix opening of link of linkCanop
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-08don't add :copy_path in builtins when the clipboard feature is offCanop
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-09-07fix windows compilationCanop
2020-09-06identify nodes with (inode, dev) instead of just inode in size summingCanop
2020-09-06don't gitignore files when not in a git repositoryCanop
2020-08-31Version 1.0.0v1.0.0Canop
2020-08-31Draft: Clipboard support, copy to clipboard_
2020-08-23fix a few problems related to tabulation renderingCanop
2020-08-22externalize file size formatting into another crateCanop
2020-08-20mention how to set the pane name in tmuxCanop
2020-08-19fix esc key not removing the filter in text previewCanop
2020-08-18setting the working dir of processes is now opt-inCanop
2020-08-18optional selection mark to complete the selection backgroundCanop
2020-08-18made :focus more accessible when a file is selectedCanop
2020-08-18removing a filter using the esc key in tree tries to keep selectionCanop
2020-08-17client-server / --get-root implementedCanop
2020-08-07fix possible crash/errors in fuzzy matches in file content previewsCanop