summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2021-01-10experimental "modal mode"modesCanop
2021-01-09minor cleaningCanop
2021-01-07version 1.1.11v1.1.11Canop
2021-01-07allow specifying execution pattern as arrayCanop
Fix #319
2021-01-05fix the link from doc to the features.md fileCanop
Fix #323
2021-01-04:copy_line, for copying the selected line in previewCanop
alt-c is now mapped to the new :copy_line verb which, when in tree, puts the selected path in the clipboard and, when in text preview, puts the selected text line in the clipboard Fix #322
2021-01-04fix handling of rules starting with '/' in the global gitignoreCanop
Fix #321
2020-12-31use cli-log for loggingCanop
2020-12-31add an example of using broot as generic fuzzy finderCanop
2020-12-24rename version 1.1.0 into 1.1.10v1.1.10Canop
for... reasons...
2020-12-24version 1.1.0Canop
2020-12-22wrap all `execution` values in default hjson in quotesCanop
They're needed when an execution starts with a colon.
2020-12-21just a char for consistencyCanop
2020-12-21Merge branch 'patch-1' of https://github.com/azlux/broot into azlux-patch-1Canop
2020-12-21Hjson now accepted as config format, and the default oneCanop
(TOML still accepted and not deprecated)
2020-12-21Add version fileazlux
2020-12-21make the 'home' and 'end' key shortcuts standardCanop
2020-12-20fix missing import in test unitv1.0.9Canop
2020-12-19version 1.0.9Canop
2020-12-19add an example of "tree" with args in docCanop
2020-12-18fix execution strings tokenization ignoring quotesCanop
Fix #316
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-13Merge pull request #315 from jirutka/patch-1Canop
add Alpine Linux into third party repositories
2020-12-13add Alpine Linux into third party repositoriesJakub Jirutka
Note: Alpine 3.13 has not been released yet, it should be till the end of this year.
2020-12-13keep selection visible on unfilteringCanop
The selection was sometimes scrolled away on unfiltering. Also change some formatting.
2020-12-11display the file(s) used for config loading in helpCanop
Until now, the path to the default file was displayed even when using a special file given as parameter
2020-12-11use serde's derive to deserialize confCanop
2020-12-10Merge remote-tracking branch 'origin/master'Canop
2020-12-10fix missing left marginCanop
2020-12-10Merge pull request #312 from lstwn/config-fixCanop
FIX: faulty default config
2020-12-10fixed faulty default config.Leo
2020-12-01version 1.0.8v1.0.8Canop
2020-12-01progressive display of file sums (size, counts, date)Canop
More generally, all "pending tasks" (tasks that can be done after the first result) are done one per done, with screen redrawn at each step.
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-27Merge remote-tracking branch 'origin/master'v1.0.7Canop
2020-11-27version 1.0.7Canop
2020-11-27:previous_same_depth and :next_same_depth internalsCanop
This can be tested with ``` [[verbs]] invocation = "psd" key = "ctrl-up" internal = ":previous_same_depth" [[verbs]] invocation = "nsd" key = "ctrl-down" internal = ":next_same_depth" ``` I'm not sure it's really useful but it's costless and allows experimentations. Fix #308
2020-11-27mention kitty preview in docCanop
Fix #287
2020-11-27image preview centered in both directionskittyCanop
Also switching kitty image transmission to chunks to allow remote brooting
2020-11-27kitty: avoid conversion to rgba, only transmit alpha when presentCanop
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-25Merge pull request #309 from jnoortheen/patch-1Canop
docs: add xonsh shell support
2020-11-25docs: add xonsh shell supportNoorhteen Raja NJ
2020-11-24add a forgotten internal to the docCanop
2020-11-24Merge pull request #307 from SiegfriedEhret/patch-1Canop
fix link to vscode.ttf
2020-11-24fix link to vscode.ttfSiegfried Ehret