1
0
Fork
You've already forked coderef
0
Copy a reference to a file or a region in a project
  • Emacs Lisp 100%
2026年05月08日 18:29:55 +07:00
.gitignore feat: coderef 2026年03月21日 17:32:16 +07:00
coderef.el feat: Handle one line and fix last line number 2026年05月08日 18:29:55 +07:00
LICENSE feat: coderef 2026年03月21日 17:32:16 +07:00
README.org fix: verbatim 2026年03月21日 18:00:54 +07:00

coderef

coderef is a tool for copying a reference to a file (e.g., @README.org;) or a region (e.g., @README.org lines 5 to 8;) to the clipboard, which can then be used to communicate with both people and agentic AI.

Installation

use-package

(use-package coderef
 :vc (:url "https://codeberg.org/veer66/coderef" :rev :newest))

Usage

File

Open a file in a project then M-x coderef.

Region

Mark a region then M-x coderef.