summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2023-03-01improve nushell function commentsCanop
2023-02-28increment shell version to trigger updatestevenxxiu-fix/nushell-expand-pathCanop
2023-02-28Merge branch 'fix/nushell-expand-path' of github.com:stevenxxiu/broot into ↵Canop
stevenxxiu-fix/nushell-expand-path
2023-02-28feat: for the `broot` external command, rename `args` to `file` and add docsSteven Xu
2023-02-28fix: for the `br` command, expand the path passed to *Broot*Steven Xu
Forward all args besides `--outcmd`.
2023-02-25add log on $EDITOR resolutionCanop
2023-02-24Fall back on /usr/bin/editor for $EDITORDaniel Tang
2023-02-24Merge remote-tracking branch 'origin/main' into mainCanop
2023-02-24add sponsorship thing on websiteCanop
2023-02-24Fix install-br website link (#675)Daniel Tang
The shell installation page is at https://dystroy.org/broot/install-br/ It was wrongly pointing to the binary installation instructions at https://dystroy.org/broot/install , which would be useless to someone who is seeing that message after running the executable.
2023-02-19version 1.20.2v1.20.2Canop
Fix #672
2023-02-10website: example of search by extension & contentCanop
2023-02-08version 1.20.1v1.20.1Canop
2023-02-07Fix status not always displaying input's verb hintCanop
Fix #665
2023-02-04clippy...Canop
2023-02-03version 1.20v1.20.0Canop
2023-02-03New version of the nushell script (#661)Denys Séguret
Fix #656
2023-02-02Render SVG files as images in preview (#660)Denys Séguret
2023-02-02upgrade terminal-light to 1.1Canop
Because of https://github.com/Canop/terminal-light/issues/2
2023-01-29update front overview imageCanop
The previous one was from one of the first broot versions, without the size of the size and occupation of the volume
2023-01-29Unless overriden, `/proc` is now no-enterCanop
See #639
2023-01-28Shell function upgrade (#655)Denys Séguret
System to upgrade scripts on version change First applied to the new version of the nushell script
2023-01-28fix Avllo name in changelogCanop
2023-01-28update changelogCanop
2023-01-28Merge branch 'add-no-hide' of github.com:avlllo/broot into avlllo-add-no-hideCanop
2023-01-23add no-hideAleksei Olshanskiy
2023-01-20website: current version & link to changelogCanop
2023-01-20mention new nushell function in changelogCanop
2023-01-19Merge remote-tracking branch 'origin/main' into mainCanop
2023-01-19fix: nushell br alias fails on alt-enter if folder contains spaces (#649)Francesc Elies
fix the nushell br function for the case where a path contains white spaces
2023-01-19update changelog & dev versionCanop
2023-01-19Merge remote-tracking branch 'origin/main' into mainCanop
2023-01-19Dir preview (#654)Denys Séguret
- it's possible to call :open_preview when the selection is a directory - when moving the selection in a browser view, the preview is updated accordingly even when it's a directory Filtering, selections, scrolling, etc. are handled. Like for other preview types, the Enter key does nothing (for now).
2023-01-18faviconCanop
2023-01-07fix white space on website on mobileCanop
also cows
2023-01-03version 1.19.0v1.19.0Canop
2023-01-03Merge remote-tracking branch 'origin/main' into mainCanop
2023-01-03Nushell br function (#647)Denys Séguret
Install the br function for nushell. To have this function installed on a previously installed version of broot, run `broot --install` Fix #375
2022-12-31website: increase font sizesCanop
2022-12-21version 1.18.0v1.18.0Canop
2022-12-15Fix crash on selection->clear->deleteCanop
Fix #643
2022-12-15allow going to help with just `?` on WindowsCanop
2022-12-15version 1.17.1v1.17.1Canop
2022-12-14update CHANGELOGCanop
2022-12-14Merge pull request #641 from Canop/issue-640Denys Séguret
Windows specific version of :cpp
2022-12-14windows version of :cppCanop
2022-12-10update readmeCanop
2022-12-10version 1.17.0v1.17.0issue-637Canop
2022-12-09Merge pull request #638 from Canop/issue-637Denys Séguret
Fix issue 637
2022-12-09add /media to special not entered default pathsCanop