summaryrefslogtreecommitdiffstats
path: root/src/preview
AgeCommit message (Expand)Author
2022-01-31keep selected line visible when resizing previewCanop
2022-01-21Fix a crash on a syntect panic on svelte fileCanop
2022-01-06determine when to draw/keep/erase kitty imagesCanop
2021-12-22text previews switch to hex when there are non printable charsCanop
2021-08-29move some fit/crop utilities from broot's code to termimadCanop
2021-06-22fix preview of linux pseudo-filesCanop
2021-06-16fix missing line number in edit command from filtered previewCanop
2021-06-01compute total staging area sizeCanop
2021-05-02spill some blood for the Clippy godCanop
2021-04-20staging area filtered with patternCanop
2021-04-18display what files are staged on treeCanop
2021-04-16move stage related internal handling to panel_stateCanop
2021-04-15staging area [WIP]Canop
2021-04-06refactor: gather arguments of command execution in structsCanop
2021-04-05rename some types to bring them closer from their useCanop
2021-02-14:line_up_no_cycle and :line_down_no_cyleCanop
2021-01-10experimental "modal mode"modesCanop
2021-01-04:copy_line, for copying the selected line in previewCanop
2020-12-13keep selection visible on unfilteringCanop
2020-11-13`:line_up` and `:line_down` accept an optional count as argumentCanop
2020-11-05preview now supports opening zero length "files"v1.0.5Canop
2020-10-23display IO errors on previews instead of closing brootCanop
2020-10-21filesystems view now filterableCanop
2020-10-20keep tree options when going through not tree statesCanop
2020-10-16:filesystems opens a list of mounted filesystemsCanop
2020-10-07change the syntax of `cols_order` in confCanop
2020-09-30refactor: make Screen CopyCanop
2020-09-22refactor: move the invocation pattern from execution to verbCanop
2020-08-19fix esc key not removing the filter in text previewCanop
2020-08-18optional selection mark to complete the selection backgroundCanop
2020-08-07image preview: better color choice when true colors aren't availableCanop
2020-08-06:preview_image, :preview_binary, and :preview_textCanop
2020-08-04display image dimensions in image previewCanop
2020-08-02show an image if preview if possible (WIP)Canop
2020-07-31rewrite the status generationCanop
2020-07-27version 0.19.3Canop
2020-07-26{line} in a verb execution pattern refers to the line numberCanop
2020-07-26small code cleaningCanop
2020-07-26"syntax_theme" preference in config fileCanop
2020-07-25file size and "line" addresses in hex viewCanop
2020-07-25content search in tree propagated as regex to previewCanop
2020-07-25filtering in preview now interrupted by key eventsCanop
2020-07-24display counts of lines in previewed files (matched/total)Canop
2020-07-23:select_first and :select_last implemented in previewCanop
2020-07-23selected line in previewCanop
2020-07-17keep preview's pattern when changing fileCanop
2020-07-16version 0.19.0v0.19.0Canop
2020-07-16preview now searchableCanop
2020-07-15handle refresh in preview panelCanop
2020-07-15:open_preview, :close_preview, and :toggle_preview verbsCanop