atref 0.0.0

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.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "atref"
version = "0.0.0"
edition = "2021"
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."
authors = ["Juan José Fuchs"]
license = "MIT"
repository = "https://github.com/juanjofuchs/atref"
homepage = "https://github.com/juanjofuchs/atref"
readme = "README.md"
keywords = ["cli", "fuzzy", "picker", "files", "productivity"]
categories = ["command-line-utilities"]

# src/main.rs is auto-detected as the `atref` binary.