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
15
16
17
# Changelog

All notable changes to atref will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

### Planned (spec 001 — Windows MVP)
- Global chord trigger (default `Ctrl+Space`) registers via `global-hotkey`
- Borderless picker window positioned at mouse cursor
- Recursive file enumeration of one configured root folder on startup
- Live fuzzy filter via `nucleo-matcher`
- Enter inserts the file's absolute path at the caret via clipboard-paste
- TOML config at `%APPDATA%\atref\config.toml`
- `atref describe`, `atref --version`, `atref --help`, `atref run`