[package]
edition = "2021"
name = "atref"
version = "0.0.0"
authors = ["Juan José Fuchs"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Global file-reference picker: press a chord in any text field, fuzzy-pick a file, insert its path or wikilink. Name reservation — under active development."
homepage = "https://github.com/juanjofuchs/atref"
readme = "README.md"
keywords = [
"cli",
"fuzzy",
"picker",
"files",
"productivity",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/juanjofuchs/atref"
[[bin]]
name = "atref"
path = "src/main.rs"