summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2024-07-07better handle preview transformer failingpreview-converterCanop
-> we use the source file when the transformation failed
2024-07-06web: document preview transformers configurationCanop
2024-07-06allow definition of transformers for previewCanop
2024-07-05version 1.39.1v1.39.1Canop
2024-07-05canonicalize paths on focusing themCanop
This matters mostly for links, when you have a link like '../'.
2024-07-05Issue 885 (#897)Denys Séguret
* remove name and subpath from bline * remove fnv dependency * fix brocken ioctl call in release mode Fix #885 * better fix of the ioctl call being removed in release
2024-07-05Update README.md (#892)Eddie Hazel 332
2024-07-05Documentation: adding all files to staging area (#889)Alexis Praga
2024-07-04Merge remote-tracking branch 'origin/main'Canop
2024-07-04remove fnv dependencyCanop
2024-07-04remove name and subpath from blineCanop
2024-06-28Use XDG_RUNTIME_DIR when available (#891)Yerlan
XDG_RUNTIME_DIR is almost guaranteed to be living inside in-memory filesystem (tmpfs) which is much more suitable for such a create and drop temp files. On many systems /tmp is still on hard disk.
2024-06-07features.md: add "trash" feature (#886)Schweber
2024-05-31version 1.39.0v1.39.0Canop
2024-05-31Merge remote-tracking branch 'origin/main'Canop
2024-05-31replace ahash with rustc-hashCanop
2024-05-31make it possible to unbind keys (#883)Denys Séguret
To remove a binding (without binding it to another verb), define a verb without any execution, for example { key: alt-i } Fix #632
2024-05-30Merge branch 'main' of github.com:Schweber/broot into Schweber-mainCanop
2024-05-29Trash state (#882)Denys Séguret
`:open_trash` shows the content of the trash. Other new internals & verbs: `:delete_trashed_file`, `:restore_trashed_file`, `:purge_trash`. All this is available only when broot is compiled with the `trash` feature. Fix #855
2024-05-25Update install-br.mdSchweber
2024-05-08update changelogCanop
2024-05-07fix builds on androidSkyler Hawthorne
Since #803 introduced a dependency on the trash crate, broot does not compile any more on Android. This change makes the trash crate only pulled in on platforms which support it, and otherwise the trash command displays an error.
2024-05-04version 1.38.0v1.38.0Canop
2024-05-04Merge remote-tracking branch 'origin/main'Canop
2024-05-04calling :focus on the tree root goes up (#875)Denys Séguret
* calling :focus on the tree root goes up * update changelog
2024-05-04update changelogCanop
2024-05-04make it possible to use flags like '-sdp' as verb (#874)Denys Séguret
* make it possible to use flags like '-sdp' as verb * Modify verbinvocation syntax parser * introduce the dash-flags way * check verb names verify new naming constraints
2024-04-28version 1.37.0v1.37.0Canop
2024-04-28changed my mind on h1 styling...Canop
2024-04-28update css to support h4Canop
2024-04-28Merge branch 'patch-1' of github.com:asdf8dfafjk/broot into asdf8dfafjk-patch-1Canop
2024-04-28update dependenciesCanop
2024-04-17Update icons.mdasdfasdf
2024-04-17Update icons.mdasdfasdf
Remove duplication
2024-04-14Add 16 color native skin (#867)ismay
2024-04-12optionally show lines surrounding a match in preview (#866)Denys Séguret
New settings: ``` ############################################################### # lines around matching line in filtered preview # # When searching the content of a file, you can have either # only the matching lines displayed, or some of the surrounding # ones too. # lines_before_match_in_preview: 1 lines_after_match_in_preview: 1 ``` Fix #756
2024-04-06update changelogCanop
2024-04-06add support for setuid, setgid and sticky bits极速蜗牛
2024-03-23remove unused fileCanop
2024-03-17nothingCanop
2024-03-11version 1.36.1v1.36.1Canop
Fix #854
2024-03-09✨ (extension_to_icon_name_map.rs): Add mapping for 'r' file extensionn to ↵Philippe Massicotte
'file_type_r' icon (closes #851) (#853) It looks OK, thanks
2024-03-09version 1.36.0v1.36.0Canop
2024-03-09Merge remote-tracking branch 'origin/main'Canop
2024-03-09Stage all directories (#850)Denys Séguret
Fix #844
2024-03-08update terminal-lightCanop
2024-03-08update changelogCanop
2024-03-07Merge remote-tracking branch 'origin/main'Canop
2024-03-07fix buildCanop
2024-03-07cargo binstall broot (#847)Francesc Elies
Adds support for cargo binstall broot