summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
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-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
2020-11-19version 1.0.6v1.0.6Canop
2020-11-19Merge branch 'icons'Canop
2020-11-19fix information about vscode.ttfCanop
It can't be downloaded from elsewhere as it has been made by fiAtcBr !
2020-11-19add major precision to default confCanop
2020-11-18add the vscode.ttf file to the distributionCanop
2020-11-18change white to ANSI(231) because it's more stableCanop
2020-11-18explain in default conf the thing about TOML props orderCanop
People don't usually expect the single values they add at the end of the TOML file to be ignored...
2020-11-17small changes to the icons documentationiconsCanop
2020-11-17some code cleaningCanop
2020-11-17Merge branch 'icon' of https://github.com/asdf8dfafjk/broot into iconsCanop
2020-11-16refactor: crop moved to termimadCanop
2020-11-13mention NetBSD package in install docCanop
Fix #298
2020-11-13`:line_up` and `:line_down` accept an optional count as argumentCanop
This allows verbs like this: [[verbs]] key = "ctrl-u" invocation = "up4" execution = ":line_up 4" leave_broot = false Fix #301
2020-11-13Add double extensions support._
Forgot earlier.
2020-11-13add bacon.toml fileCanop
2020-11-13fix white background skin chapter in docCanop
* make the purpose of this skin clearer * fix the `grey(24)` (max grey level is 23) Fix #302
2020-11-10Stop disabling cursor blinking on launchCanop
It's not needed anymore with the way we draw the screen and reenabling it was a problem. Fix #288
2020-11-10rename dev.log into broot.log to reduce collisionsCanop
2020-11-10Add mappings using script._
2020-11-09Icon handling: A few more mappings_
And some minor changes
2020-11-08Add support for icons_
2020-11-05version 1.0.5Canop
2020-11-05preview now supports opening zero length "files"v1.0.5Canop
(for exemple the ones of /proc)
2020-11-02display date and size on symlinksCanop
2020-10-31remove hacktoberfest guidelinesCanop
2020-10-28minor formatting changeCanop
2020-10-28feat: instant break for circular symlinksBernhard Schuster
2020-10-23display IO errors on previews instead of closing brootCanop
2020-10-22version 1.0.4v1.0.4Canop
Fix #294
2020-10-22handle opening trees in filesystems view on ctrl-left and ctrl-rightCanop
2020-10-22Merge branch 'master' into filesystemsCanop
2020-10-22Merge pull request #295 from Canop/issue_294Canop
Fix freeze on circular symlink chains
2020-10-22update changelogCanop
2020-10-22fix freezing on cyclic symlink chainsCanop
2020-10-22fix wrong background on selected broken symlinksCanop
2020-10-22center the 'type' column in fs viewCanop
2020-10-21filesystems view now filterableCanop
2020-10-21esc in help view removes the filterCanop
2020-10-21add match_like_matches_macro to removed lintsCanop
2020-10-20keep tree options when going through not tree statesCanop
2020-10-20add :chmod on directories using apply_toCanop
2020-10-18:root_fs shows size/available infos of current filesystem on topCanop
2020-10-16:filesystems opens a list of mounted filesystemsCanop
Beware: this version doesn't compile for raspberry