summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 24b396553d7dc55ae4fe938fb2c18757780c02a5 (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
pkgbase = fzf-tab-source
	pkgdesc = 替代zsh的命令补全功能,加入文件和目录预览,可使用rg和rga辅助fzf搜索。 Replace zsh's default completion selection menu with fzf.Add file and directory previews,and can use rg or rga to assist fzf searches. After the installation is completed,Add 'source /usr/share/zsh/plugins/fzf-tab-source/fzf-tab.plugin.zsh' to ~/.zshrc
	pkgver = r6.05c1fc5
	pkgrel = 1
	url = https://github.com/aslingguang/fzf-tab-source
	arch = x86_64
	license = GPL
	makedepends = git
	depends = zsh
	depends = fzf
	optdepends = exa: 目录结构预览
	optdepends = chafa: 图片预览
	optdepends = perl-image-exiftool: 元数据预览
	optdepends = python-pdftotext: pdf预览
	optdepends = bat: 文本预览
	optdepends = python-xlsx2csv: xlsx2csv预览
	optdepends = perl-xls2csv: xls2csv预览
	optdepends = csvkit: xlsx2csv和xls2csv预览
	optdepends = pandoc: docx预览
	optdepends = atool: deb,gz,jar,rpm,tar,tgz,xz,zip等预览
	optdepends = unrar: rar预览
	optdepends = p7zip: 7z预览
	optdepends = fd: 快速查找文件和目录,比默认的find更快
	conflicts = fzf-tab-git
	conflicts = fzf-tab-bin-git
	source = git+https://github.com/aslingguang/fzf-tab-source.git
	sha256sums = SKIP

pkgname = fzf-tab-source