summaryrefslogtreecommitdiffstats
path: root/website
AgeCommit message (Collapse)Author
2021-05-18mention the use of exclamation for verbs in docCanop
2021-05-12raise an error on invalid search modesCanop
(instead of replacing the unrecognized token with the default kind or object)
2021-05-11more modern screenshots on the websiteCanop
2021-05-10make 'fuzzy path' the default search modeCanop
2021-05-07apply a different style to the subpath before the filenameCanop
This style is visible when searching on subpath
2021-05-06config / quit_on_last_cancelCanop
configure whether to quit when the user hits the escape key and there's nothing to cancel Fix #380
2021-05-05mention tokens search in websiteCanop
2021-04-27remove the nushell chapter from install doc: it doesn't work anymoreCanop
Related: #375
2021-04-27gruvbox theme tuningCanop
2021-04-26better check of verb conditions, sequences not allowed on SACanop
The execution of a verb can have many different side effects affecting the execution of a following one: a verb can (un)stage, change files, change their types, change the focused panel, etc. It's too hard to reason about all those effects, and this can't be expected from the user. So, at least for now, I forbid sequence execution on multiple files.
2021-04-25staging area documentationCanop
2021-04-24fix/improve skins in websiteCanop
add the hjson parts. Add the missing styles for preview and stage
2021-04-15staging area [WIP]Canop
The staging area will be the way to operate on multiple files. See issue #266 (it's far from ready)
2021-03-25change nushell shortcut to use def instead of aliasCanop
Fix #368
2021-03-15a whole bag of nothing changedCanop
2021-03-09Merge branch 'master' into fuzzy-experimentCanop
2021-03-09allow definition of several key shortcuts for one verbCanop
Using the 'keys' verb attribute, for example { keys: [ f2 ctrl-b ] external: xdg-open https://dystroy.org/broot leave_broot: false } Fix #358
2021-03-09use smallvec for char positions in namematchsCanop
2021-03-07fix some external links in websiteCanop
2021-03-02fix typo in common-problems install FAQCanop
2021-03-02minor changes to try improve the clarity of the powershell-utf8 entryCanop
2021-03-02Merge branch 'patch-1' of https://github.com/Stargateur/broot into ↵Canop
Stargateur-patch-1
2021-02-26cleaner hjson in some conf examplesCanop
2021-02-26Add exemple commandAntoine PLASKOWSKI
2021-02-26fix wrong copy paste & typoAntoine PLASKOWSKI
2021-02-26Add PowerShell UTF-8 encodingAntoine PLASKOWSKI
2021-02-26link to android exe in the install page of the docCanop
2021-02-25documentation shows most parts both in Hjson and TOMLCanop
with tabs
2021-02-24limit the number of panels to 2Canop
Can be changed in conf with `max_panels_count`. Fix #345
2021-02-22replace `--no-style` with `--color` taking `yes`, `no` or `auto`Canop
When in `auto` (which is default) broot detects whether the output is piped and removes styles and colors in that case. Fix #347
2021-02-14mention the need for build-essentials for compilationCanop
Fix #324
2021-02-14:line_up_no_cycle and :line_down_no_cyleCanop
May be mapped instead of :line_up and :line_down when you don't want to cycle (ie arrive on top when you go down past the end of the tree/list): { key: ctrl-u internal: line_up_no_cycle } { key: ctrl-j internal: line_down_no_cycle }
2021-02-05fix the F5 and F6 copy and move to panel shorcuts in default confv1.2.2Canop
2021-02-04mention gruvbox skinCanop
2021-02-01fix crash on page-down when last line of text preview is selectedCanop
Fix #339
2021-01-28improve consistency and (hopefully) readability of websiteCanop
2021-01-28Merge remote-tracking branch 'origin/master'Canop
2021-01-28improve distinction between h1, h2 and h3 in websiteCanop
2021-01-27website - add info on installing with MacPortsHerby Gillot
2021-01-27allow dashes instead of underscores in conf property namesCanop
This fixes a regression as "special-paths", "ext-colors" and "search-modes" were defined with a dash up to version 1.0.7. Now you can use either dashes or underscores (but not mix them in a property name). Fix #330
2021-01-23prefer the "modal mode" name over "vim mode" in docCanop
2021-01-23Merge branch 'master' of https://github.com/lstwn/broot into lstwn-masterCanop
2021-01-14default configuration file made available in website and releaseCanop
2021-01-14vim mode explained in websiteCanop
2021-01-07allow specifying execution pattern as arrayCanop
Fix #319
2021-01-05fix the link from doc to the features.md fileCanop
Fix #323
2020-12-31add an example of using broot as generic fuzzy finderCanop
2020-12-24version 1.1.0Canop
2020-12-19add an example of "tree" with args in docCanop
2020-12-13add Alpine Linux into third party repositoriesJakub Jirutka
Note: Alpine 3.13 has not been released yet, it should be till the end of this year.