summaryrefslogtreecommitdiffstats
path: root/src/display
AgeCommit message (Collapse)Author
2022-12-15allow going to help with just `?` on WindowsCanop
2022-11-04version 1.16.2Canop
2022-09-22allow showing only file name on path searchesCanop
Using show_matching_characters_on_path_searches: false Fix #490
2022-08-30upgrade version of crokeyCanop
2022-07-09use mio instead of epoll to find terminal's lumaterminal-light-mioCanop
For compatibiliy with more unix variants
2022-07-06disable luma detection on non linux platformv1.14.1no-luma-on-non-linuxCanop
To fix compilation See #573
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-04conf files can import other conf filesCanop
A condition on terminal's light can be set
2022-05-18Format counts of files with thousands separatorCanop
Fix #549
2022-05-04add the :stage_all_files internalCanop
Default mapping: ctrl-a
2022-03-31Sort by type, with dirs either first or lastCanop
3 new internals. With `:st` you can select to sort by type with directories first, sort by type with directories last, or not sorting. Fix #467
2022-03-29Don't quit on small terminalsCanop
Fix #511
2022-01-21Fix a crash on a syntect panic on svelte fileCanop
fall back to unstyled when syntect crashes. This uses a temporary fork, which hopefully will disappear as soon as syntect 5 is usable.
2022-01-05images rendered with kitty protocol on weztermCanop
It's experimental and might be removed as wezterm doesn't seem to support image resizing
2021-10-20remove direct import of minimad crateCanop
because there's some bug I don't understand in crate resolution in the last versions of rust
2021-09-17fix special-path/Enter for sym linksCanop
Fix #448
2021-09-05upgrade termimad to 0.16Canop
2021-08-29move some fit/crop utilities from broot's code to termimadCanop
2021-08-04improve scrolling behaviorsCanop
Especially move the selection when you're at one end and you try to scroll the blocked way. Fix #419
2021-07-02You can display device id with `:toggle_device_id`Canop
2021-06-30use termimad 0.13 - better table rendering in narrow terminalCanop
2021-06-18Fix building error on FreeBSD hostOleksandr Anyshchenko
2021-06-02make the number of threads used for file summing configurableCanop
Also replace lazy_static with once_cell
2021-05-20removed some `#[macro_use] extern crate`Canop
2021-05-09match line count in selection on content searchesCanop
when a content search has been done, opening a file with a compatible command (like the standard `:edit`) opens on the first line with a match
2021-05-07apply a different style to the subpath before the filenameCanop
This style is visible when searching on subpath
2021-05-07new rust version, new clippyCanop
Mostly for the good, this time. I'm just not very happy with being asked to add a hard to read `!is_empty()`.
2021-05-04first implementation of a "tokens" patternCanop
2021-04-30fix shifted match highlighting on regex patterns when showing iconsCanop
Fix #376
2021-04-28version 1.3.0v1.3.0Canop
2021-04-20staging area filtered with patternCanop
2021-04-18staging shortcutsCanop
in modal mode, '+' and '-' can be used to stage and unstage :tsa is a shortcut for :toggle_shortcut_area
2021-04-18display what files are staged on treeCanop
2021-02-22fix style characters present even whit --no-styleCanop
Fix #346
2021-02-22use ahash of some of the hashmaps with big keysCanop
2021-02-05limit tree height in :pt even when there's more root itemsCanop
The old behavior might be useful but isn't clear enough. I'll restore it otherwise if needed. Fix #341
2021-01-09minor cleaningCanop
2021-01-04fix handling of rules starting with '/' in the global gitignoreCanop
Fix #321
2020-12-14fit file count column width to what's necessaryCanop
2020-12-14Merge remote-tracking branch 'origin/master'Canop
2020-12-14improve determination of whether a space is needed left of the treeCanop
Cols order setting has been moved from context to tree options which is both more logical and simpler to deal with.
2020-12-13keep selection visible on unfilteringCanop
The selection was sometimes scrolled away on unfiltering. Also change some formatting.
2020-12-11use serde's derive to deserialize confCanop
2020-12-10fix missing left marginCanop
2020-11-30better cache management for dir size computationCanop
Makes it faster in 2 common cases: - compute the root size when children already computed - going up one level in the tree
2020-11-30when sizes are displayed (eg on `br -s`) show size of root line and root ↵Canop
filesystem info
2020-11-27version 1.0.7Canop
2020-11-26high definition preview images on kittyCanop
2020-11-25[WIP] high-definition image preview when using kittyCanop
(some cleaning to do but I need to sleep)
2020-11-17some code cleaningCanop