summaryrefslogtreecommitdiffstats
path: root/src/display/displayable_tree.rs
AgeCommit message (Expand)Author
2023-05-18left-elision of path when path/name doesn't fit (#706)Denys Séguret
2023-05-04Correct some typos (#703)Alexander Seiler
2023-03-16don't show modal only key in help if modal disabledCanop
2023-02-04clippy...Canop
2023-01-03version 1.19.0v1.19.0Canop
2022-12-15allow going to help with just `?` on WindowsCanop
2022-09-22allow showing only file name on path searchesCanop
2022-08-30upgrade version of crokeyCanop
2022-05-18Format counts of files with thousands separatorCanop
2022-03-31Sort by type, with dirs either first or lastCanop
2022-01-21Fix a crash on a syntect panic on svelte fileCanop
2021-09-17fix special-path/Enter for sym linksCanop
2021-09-05upgrade termimad to 0.16Canop
2021-08-04improve scrolling behaviorsCanop
2021-07-02You can display device id with `:toggle_device_id`Canop
2021-05-20removed some `#[macro_use] extern crate`Canop
2021-05-09match line count in selection on content searchesCanop
2021-05-07apply a different style to the subpath before the filenameCanop
2021-05-04first implementation of a "tokens" patternCanop
2021-04-30fix shifted match highlighting on regex patterns when showing iconsCanop
2021-04-20staging area filtered with patternCanop
2021-04-18display what files are staged on treeCanop
2021-02-22fix style characters present even whit --no-styleCanop
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
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
2020-12-13keep selection visible on unfilteringCanop
2020-12-10fix missing left marginCanop
2020-11-30when sizes are displayed (eg on `br -s`) show size of root line and root file...Canop
2020-11-08Add support for icons_
2020-10-22fix wrong background on selected broken symlinksCanop
2020-10-21filesystems view now filterableCanop
2020-10-18:root_fs shows size/available infos of current filesystem on topCanop
2020-10-07change the syntax of `cols_order` in confCanop
2020-09-28fix compilation for androidCanop
2020-09-27fix opening of link of linkCanop
2020-08-22externalize file size formatting into another crateCanop
2020-08-18optional selection mark to complete the selection backgroundCanop
2020-07-16version 0.19.0v0.19.0Canop
2020-07-16remove selection on root line in :print_treeCanop
2020-07-15fix bad rendering on chars not being one col wideCanop
2020-07-14chars in binary previewCanop
2020-07-12preview panel [still more like a POC than a full feature]Canop
2020-07-09add [ext-colors] to color files depending on their extensionCanop
2020-07-05hide the `s` of `sparse` storage on directoriesCanop
2020-07-04improve rendering file size as string with ISO unitsCanop
2020-07-02version 0.18.4v0.18.4Canop
2020-07-02add the `--git-status` launch optionCanop