blob: f537cf35002f961cee69d76bc4d16b1a7c90a924 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
|
pkgbase = preview
pkgdesc = A simple file manager written in Bash with file preview capabilities, inspired by fff, lesspipe, and ranger.
pkgver = 1.0.3
pkgrel = 1
url = https://github.com/felipefacundes/preview
arch = any
license = GPL
depends = bash
depends = mediainfo
depends = viu
depends = poppler
depends = imagemagick
depends = ffmpeg
depends = libarchive
depends = tar
depends = 7zip
depends = bat
optdepends = atool: for previews and extraction of various archives (e.g., zip, tar, rar)
optdepends = elinks: for previews of HTML pages
optdepends = source-highlight: for syntax highlighting of code in text previews
optdepends = highlight: for syntax highlighting of code in text previews
optdepends = imagemagick: for video previews and auto-rotating image previews based on EXIF data
optdepends = lynx: for previews of HTML pages
optdepends = w3m: for previews of HTML pages and images in terminal
optdepends = mediainfo: for viewing detailed information about media files
optdepends = odt2txt: for previews of OpenDocument text files (.odt)
optdepends = pandoc: for converting and previewing various document formats (e.g., .docx, .md)
optdepends = antiword: for previews of Microsoft Word documents (.doc)
optdepends = catdoc: for previews of Microsoft Word documents (.doc) and RTF files
optdepends = unrtf: for previews of Rich Text Format files (.rtf)
optdepends = perl-image-exiftool: for viewing metadata of media files (e.g., EXIF, ID3)
optdepends = poppler: for previews of PDF files (provides pdftotext)
optdepends = transmission-cli: for viewing BitTorrent file information
optdepends = libsixel: for previews of images using img2sixel
optdepends = viu: for previews of images in the terminal
optdepends = catimg: for previews of images in the terminal
optdepends = chafa: for previews of images in the terminal
optdepends = glow: for enhanced Markdown previews with styling
optdepends = bat: for syntax-highlighted previews of text and code files
optdepends = mdless: for Markdown previews in the terminal
optdepends = mdcat: for Markdown previews with formatting in the terminal
optdepends = less: for paginated previews of text files
optdepends = unzip: for extracting and previewing zip archives
optdepends = tar: for extracting and previewing tar archives
optdepends = libarchive: for extracting and previewing tar archives
optdepends = 7zip: for extracting and previewing various archive formats (e.g., .7z, .rar)
optdepends = unrar: for extracting and previewing RAR archives
optdepends = bzip2: for handling bzip2-compressed archives
optdepends = gzip: for handling gzip-compressed archives
optdepends = xz: for handling xz-compressed archives
optdepends = unzip: for creating and previewing zip archives
optdepends = ffmpeg: for extracting metadata or thumbnails from video/audio files
optdepends = file: for identifying file types in previews
optdepends = stat: for detailed file statistics in previews
optdepends = strings: for extracting readable text from binary files
optdepends = jq: for parsing and previewing JSON files
optdepends = csvtable: for previews of CSV files
optdepends = csvlook: for previews of CSV files
source = git+https://github.com/felipefacundes/preview.git
md5sums = SKIP
pkgname = preview
|