summaryrefslogtreecommitdiffstats
path: root/src/skin
AgeCommit message (Expand)Author
2023-05-18Define disk space availability colors in skin (#707)Denys Séguret
2022-08-30upgrade version of crokeyCanop
2022-07-24fix typosKian-Meng Ang
2022-01-06Display images in high res on recent WezTermCanop
2021-08-04improve scrolling behaviorsCanop
2021-07-02You can display device id with `:toggle_device_id`Canop
2021-05-17use lazy-static 2Canop
2021-05-08upgrade lazy-regex to 1.0Canop
2021-05-07apply a different style to the subpath before the filenameCanop
2021-04-24fix/improve skins in websiteCanop
2021-04-20staging area: better display of filesCanop
2021-04-18display what files are staged on treeCanop
2021-03-25replace criterion with glassbench for benchmarkingCanop
2021-02-26obey `--color no` even in application modeCanop
2021-02-22fix style characters present even whit --no-styleCanop
2021-02-22use ahash of some of the hashmaps with big keysCanop
2021-01-10experimental "modal mode"modesCanop
2020-12-21Hjson now accepted as config format, and the default oneCanop
2020-12-13keep selection visible on unfilteringCanop
2020-12-11use serde's derive to deserialize confCanop
2020-12-01progressive display of file sums (size, counts, date)Canop
2020-11-18change white to ANSI(231) because it's more stableCanop
2020-07-29don't install when --outcmd or BR_INSTALL=noCanop
2020-07-25content search in tree propagated as regex to previewCanop
2020-07-24faster availability of big files in previewCanop
2020-07-16preview now searchableCanop
2020-07-14chars in binary previewCanop
2020-07-13much progress on the preview panelCanop
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-01add support for the `reverse`, `slowblink` and `rapidblink`Canop
2020-06-28new `cols_order` attribute in configurationv0.18.1Canop
2020-06-25deep last modified date computed in background on directoriesCanop
2020-06-09precise the scope of `--no-style` in `broot --help`Canop
2020-06-09dumb and meaningless content search optimizationsCanop
2020-06-07"content" search mode key can be defined in configCanop
2020-06-07content search: text around match displayed in treeCanop
2020-06-06a few minor refactorings and cleaningsCanop
2020-05-29doc now explicitely explains how to have a tranparent backgroundCanop
2020-05-28compute pending tasks in non focused panels tooCanop
2020-05-22more intense default selection backgroundCanop
2020-05-21status line covers the whole terminal widthCanop
2020-05-18Special paths defined in conf.tomlCanop
2020-05-17fix style of ellipsis in panel purpose hintCanop
2020-05-16show purpose hint when in arg edition dedicated panelCanop
2020-05-16fill the input when executing commands of --cmdCanop
2020-05-16style of unfocused panels can be defined in conf.tomlCanop
2020-05-15different skins for focused and unfocused panelsCanop
2020-05-01command/verb/apply refactoringCanop
2020-04-14focus dir in new panel with tabCanop