summaryrefslogtreecommitdiffstats
path: root/src
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-19Merge branch 'icons'Canop
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-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-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-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-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-22handle opening trees in filesystems view on ctrl-left and ctrl-rightCanop
2020-10-22Merge branch 'master' into filesystemsCanop
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-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
2020-10-10use PATH instead of absolute paths for all verbsScott Olson
The `chmod` verb was already using PATH, but others were using absolute paths that don't necessarily exist on every Linux distro.
2020-10-07change the syntax of `cols_order` in confCanop
2020-10-06minor doc clarificationCanop
2020-10-04version 1.0.2v1.0.2Canop
2020-10-04list the search modes and their main prefix in helpCanop
2020-10-03`cr/` prefix allows a regex based search on file contentCanop
2020-09-30version 1.0.1v1.0.1Canop
2020-09-30image preview: cache resized image to avoid useless resizesCanop
2020-09-30remove useless displays from sequence executionCanop
2020-09-30refactor: make Screen CopyCanop
It's now only the dimensions, it's tiny.
2020-09-30on ctrl-w (:close_panel_cancel) close preview rather than appCanop
i.e. choose to close the preview instead of the non preview when there are only two panels left and one of them is the preview
2020-09-29only count non preview panels when checking for other-panel-pathCanop
i.e. it's now possible to use verbs like :cpp even when a preview panel is open
2020-09-29refactor verb initialization from confCanop
removing the useless step of VerbConf and VerbConfExecutionType