summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2022-07-06disable luma detection on non linux platformv1.14.1no-luma-on-non-linuxCanop
To fix compilation See #573
2022-07-05version 1.14.0v1.14.0Canop
2022-07-05help: change conf file open hintCanop
2022-07-05website: small fixes and precisionsCanop
2022-07-05update changelogCanop
2022-07-05Merge branch 'master' into default-conf-dirCanop
2022-07-05more default skins, more comments in conf filesCanop
2022-07-04more doc on imports & skin filesdefault-conf-dirCanop
2022-07-04don't test luma when terminal isn't TTYCanop
because a luma test may write some characters in the standard output
2022-07-04additional skin filesCanop
2022-07-04default conf is now a directoryCanop
and not just a file, thanks to imports. And it contains skin files. Fix #431 Fix #340
2022-07-04fix `--cmd` not workingCanop
Fix #570
2022-07-04conf files can import other conf filesCanop
A condition on terminal's light can be set
2022-07-04fix old syntax names not recognized anymoreCanop
2022-06-30add the set_syntax_theme verbCanop
which isn't useful right now as the theme isn't persisted. It's an addition for a future use.
2022-06-25mention print_key on websiteCanop
2022-06-20Merge branch 'master' into theme_verbCanop
2022-06-19version 1.13.3v1.13.3Canop
2022-06-19fix default_flags in conf not working anymoreCanop
Fix #566
2022-06-19[WIP] introduce verb arg definitionCanop
2022-06-18version 1.13.2v1.13.2Canop
2022-06-18update CHANGELOGCanop
2022-06-18Merge branch 'git-info-exclude' of github.com:refi64/broot into ↵Canop
refi64-git-info-exclude
2022-06-18fix many cargo cross failures with a cleanCanop
Doing cargo clean & cross fixes so many failures...
2022-06-18Merge branch 'issue-#535-ProgramNotFoundWindows' of ↵Canop
github.com:Spacelord-XaN/broot into Spacelord-XaN-issue-#535-ProgramNotFoundWindows
2022-06-15fix accidently changed launch argument nameCanop
2022-06-15use clap derive for argumentsCanop
2022-06-13website: instruction to install with --lockedCanop
There's way too often multiple versions of crossterm loaded because a dependency changed and links to a newer version of crossterm.
2022-06-12improve search help according @vapniks suggestionCanop
2022-06-12add examples on search modes in help screenCanop
Fix #559
2022-06-11Treat files in .git/info/exclude as ignoredRyan Gonzalez
.git/info/exclude has equivalent syntax to .gitignore, for the purpose of placing ignored files that are local to the current clone. This change adds support for this file as if it were a regular .gitignore. Signed-off-by: Ryan Gonzalez <rymg19@gmail.com>
2022-06-07upgrade many dependenciesCanop
2022-06-07update from clap2 to clap3Canop
2022-06-07update termimadCanop
2022-06-07hint on empty tree: use alt-i or alt-hCanop
Fix #556
2022-05-30fix alt-enter failing to cd to directoryv1.13.1Canop
2022-05-29version 1.13v1.13.0Canop
2022-05-21update changelogCanop
2022-05-21Merge remote-tracking branch 'origin/master'Canop
2022-05-21allow verbs with extension filter before other onesCanop
Verbs tried in order, the first ones may have extension filters and another one without filter would catch everything. Fix #552
2022-05-18Format counts of files with thousands separatorCanop
Fix #549
2022-05-16close staging area when a verb empties itCanop
(for example on :rm done in the SA)
2022-05-06version 1.12.0v1.12.0Canop
2022-05-05remove the 'build' level from the zip archiveCanop
2022-05-05doc: mention filter by extension in tricks/openCanop
2022-05-04Merge remote-tracking branch 'origin/master'Canop
2022-05-04Merge branch 'stage_all'Canop
2022-05-04add the :stage_all_files internalCanop
Default mapping: ctrl-a
2022-04-19Merge pull request #538 from log2/masterDenys Séguret
Substituted space for spurious nbsp in comment
2022-04-19Substituted space for spurious nbsp in commentLorenzo Gallucci