summaryrefslogtreecommitdiffstats
path: root/src/preview.rs
AgeCommit message (Expand)Author
2023-11-13Fix small bugs. Refactor. Remove .display().to_string()v0.1.24-devqkzk
2023-11-06refactoring treeqkzk
2023-11-06rename trees.rs, rename structqkzk
2023-11-06remove tree moduleqkzk
2023-11-05Tree first draft. No refactor, no test, no docqkzk
2023-10-31tree: don't parse metadata as a colored string since it shares attrquentin konieczko
2023-10-30replace `users` crate by `pgs` and a simple struct.qkzk
2023-10-30remove configurable colors, calc them every timequentin konieczko
2023-10-29preview instancation refactoring. Separate dirs for filesqkzk
2023-10-29dissociate preview for files and preview for directoriesqkzk
2023-10-25improve previewing: drop tmp files, preview office files as images, empty pre...qkzk
2023-10-24Allow scrolling in preview pdf. Required a lot of change in Preview::ueberzug...qkzk
2023-10-23preview pdf with ueberzug. First page extracted with poppler -> cairo -> thum...qkzk
2023-10-22limit pdf extraction to 20MB filesqkzk
2023-10-18second pane follow. Not clean, makes skim hangqkzk
2023-10-15binary preview also display parsed ASCII stringsqkzk
2023-10-13refactor preview matcher. First match the extensionqkzk
2023-10-13remove gallery previewqkzk
2023-10-13gallery skeletonqkzk
2023-10-12preview tar archiveqkzk
2023-10-10preview chardevice with existing methods for fifoqkzk
2023-10-10preview fifo file with lsofqkzk
2023-10-10block device using lsblkqkzk
2023-10-10preview for socket files using ssqkzk
2023-10-09refactor fileinfoqkzk
2023-10-09devqkzk
2023-10-09prevent svg preview without rsvg-convertqkzk
2023-10-09requires ffmpeg in path to preview video thumbnailqkzk
2023-10-09prevent font preview if fontimage isn't installedqkzk
2023-10-09preview otf font with fontimageqkzk
2023-10-03preview epub. Requires pandocv0.1.22-dev-ebookqkzk
2023-10-03refactor previewqkzk
2023-10-03refactor preview text and preview highlighted contentqkzk
2023-10-03Use impl window macro for highlighted previewsqkzk
2023-10-01clippyqkzk
2023-10-01FIX: after scrolling left click doesn't select the correct fileqkzk
2023-09-30FIX: tree page down can't reach the last nodeqkzk
2023-09-30FIX: crash when pagedown in empty directoryqkzk
2023-09-28toggable metadata in tree modeqkzk
2023-09-27Remind devs that nbconvert is bundled with jupyterqkzk
2023-09-27preview of diff files & iso content require diff & isoinfo installedqkzk
2023-09-27prevent previewing of doc, notebooks & mediainfo is they aren't installedqkzk
2023-09-27prevent previewing of media files if mediainfo isn't installedqkzk
2023-09-27nitrogen must be installed to set a wallpaperqkzk
2023-09-17FIX: tree mode, end then down crash the appqkzk
2023-04-06use &[] instead of &Vec in execute and capture output without checkqkzk
2023-03-22refactor cli info menu & executionqkzk
2023-03-22fixed it. Need refactoring. Still no colorqkzk
2023-03-21almost working. Won't display IDKYqkzk
2023-03-16refactor thumbnail creationquentin konieczko