summaryrefslogtreecommitdiffstats
path: root/src/browser/browser_state.rs
AgeCommit message (Expand)Author
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
2020-07-31version 0.19.4v0.19.4Canop
2020-07-31rewrite the status generationCanop
2020-07-27version 0.19.3Canop
2020-07-26{line} in a verb execution pattern refers to the line numberCanop
2020-07-25content search in tree propagated as regex to previewCanop
2020-07-25filtering in preview now interrupted by key eventsCanop
2020-07-23:select_first and :select_last implemented in previewCanop
2020-07-17fix a few problems with searching when root isn't trimmedCanop
2020-07-15:open_preview, :close_preview, and :toggle_preview verbsCanop
2020-07-14chars in binary previewCanop
2020-07-13much progress on the preview panelCanop
2020-07-12preview panel [still more like a POC than a full feature]Canop
2020-07-09add [ext-colors] to color files depending on their extensionCanop
2020-07-05small documentation changesCanop
2020-07-03status takes into account overloading of enter and alt-enterCanop
2020-07-02add the `--git-status` launch optionCanop
2020-06-28new `cols_order` attribute in configurationv0.18.1Canop
2020-06-25deep last modified date computed in background on directoriesCanop
2020-06-24sort by date; sizes visible on toggle even without sortingCanop
2020-06-23restore broot on return from an application launched in terminalCanop
2020-06-22new internal to define readline-like input edition shortcutsCanop
2020-06-19Merge branch 'master' into betCanop
2020-06-19composite patterns built by combining simple ones with operatorsCanop
2020-06-12Fix some problems with relative paths in cp and mvv0.15.1Canop
2020-06-10:open_stay_filter : like :open_stay but keeping the patternCanop
2020-06-06a few minor refactorings and cleaningsCanop
2020-06-05update website for new pattern syntaxCanop
2020-06-05Tab goes to next direct match when there's no verb in inputCanop
2020-06-01[WIP] refactoring for new pattern syntaxCanop