Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-07-06 | disable luma detection on non linux platformv1.14.1no-luma-on-non-linux | Canop | |
To fix compilation See #573 | |||
2022-07-05 | version 1.14.0v1.14.0 | Canop | |
2022-07-05 | help: change conf file open hint | Canop | |
2022-07-05 | website: small fixes and precisions | Canop | |
2022-07-05 | update changelog | Canop | |
2022-07-05 | Merge branch 'master' into default-conf-dir | Canop | |
2022-07-05 | more default skins, more comments in conf files | Canop | |
2022-07-04 | more doc on imports & skin filesdefault-conf-dir | Canop | |
2022-07-04 | don't test luma when terminal isn't TTY | Canop | |
because a luma test may write some characters in the standard output | |||
2022-07-04 | additional skin files | Canop | |
2022-07-04 | default conf is now a directory | Canop | |
and not just a file, thanks to imports. And it contains skin files. Fix #431 Fix #340 | |||
2022-07-04 | fix `--cmd` not working | Canop | |
Fix #570 | |||
2022-07-04 | conf files can import other conf files | Canop | |
A condition on terminal's light can be set | |||
2022-07-04 | fix old syntax names not recognized anymore | Canop | |
2022-06-30 | add the set_syntax_theme verb | Canop | |
which isn't useful right now as the theme isn't persisted. It's an addition for a future use. | |||
2022-06-25 | mention print_key on website | Canop | |
2022-06-20 | Merge branch 'master' into theme_verb | Canop | |
2022-06-19 | version 1.13.3v1.13.3 | Canop | |
2022-06-19 | fix default_flags in conf not working anymore | Canop | |
Fix #566 | |||
2022-06-19 | [WIP] introduce verb arg definition | Canop | |
2022-06-18 | version 1.13.2v1.13.2 | Canop | |
2022-06-18 | update CHANGELOG | Canop | |
2022-06-18 | Merge branch 'git-info-exclude' of github.com:refi64/broot into ↵ | Canop | |
refi64-git-info-exclude | |||
2022-06-18 | fix many cargo cross failures with a clean | Canop | |
Doing cargo clean & cross fixes so many failures... | |||
2022-06-18 | Merge branch 'issue-#535-ProgramNotFoundWindows' of ↵ | Canop | |
github.com:Spacelord-XaN/broot into Spacelord-XaN-issue-#535-ProgramNotFoundWindows | |||
2022-06-15 | fix accidently changed launch argument name | Canop | |
2022-06-15 | use clap derive for arguments | Canop | |
2022-06-13 | website: instruction to install with --locked | Canop | |
There's way too often multiple versions of crossterm loaded because a dependency changed and links to a newer version of crossterm. | |||
2022-06-12 | improve search help according @vapniks suggestion | Canop | |
2022-06-12 | add examples on search modes in help screen | Canop | |
Fix #559 | |||
2022-06-11 | Treat files in .git/info/exclude as ignored | Ryan 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-07 | upgrade many dependencies | Canop | |
2022-06-07 | update from clap2 to clap3 | Canop | |
2022-06-07 | update termimad | Canop | |
2022-06-07 | hint on empty tree: use alt-i or alt-h | Canop | |
Fix #556 | |||
2022-05-30 | fix alt-enter failing to cd to directoryv1.13.1 | Canop | |
2022-05-29 | version 1.13v1.13.0 | Canop | |
2022-05-21 | update changelog | Canop | |
2022-05-21 | Merge remote-tracking branch 'origin/master' | Canop | |
2022-05-21 | allow verbs with extension filter before other ones | Canop | |
Verbs tried in order, the first ones may have extension filters and another one without filter would catch everything. Fix #552 | |||
2022-05-18 | Format counts of files with thousands separator | Canop | |
Fix #549 | |||
2022-05-16 | close staging area when a verb empties it | Canop | |
(for example on :rm done in the SA) | |||
2022-05-06 | version 1.12.0v1.12.0 | Canop | |
2022-05-05 | remove the 'build' level from the zip archive | Canop | |
2022-05-05 | doc: mention filter by extension in tricks/open | Canop | |
2022-05-04 | Merge remote-tracking branch 'origin/master' | Canop | |
2022-05-04 | Merge branch 'stage_all' | Canop | |
2022-05-04 | add the :stage_all_files internal | Canop | |
Default mapping: ctrl-a | |||
2022-04-19 | Merge pull request #538 from log2/master | Denys Séguret | |
Substituted space for spurious nbsp in comment | |||
2022-04-19 | Substituted space for spurious nbsp in comment | Lorenzo Gallucci | |