noogle/pesto
2024-01-07 17:20:35 +01:00
..
src pesto: clean up test files 2024-01-07 17:20:35 +01:00
test_data pesto: clean up test files 2024-01-07 17:20:35 +01:00
.envrc pesto - read doc-comments from postions: init 2023-11-23 14:34:12 +01:00
.gitignore test & refacotring 2024-01-07 17:20:35 +01:00
Cargo.lock test & refacotring 2024-01-07 17:20:35 +01:00
Cargo.toml test & refacotring 2024-01-07 17:20:35 +01:00
flake-module.nix add alias tracking and bulk tests 2023-11-28 17:28:51 +01:00
README.md pesto - read doc-comments from postions: init 2023-11-23 14:34:12 +01:00

Pesto

Pesto gives you the extra sauce on top of your lambda noodles.

From a given lambda position extract doc comments and some metadata.

Plugin for Noogle

Extract 'nixdoc style comments' or doc-comment (RFC145) from a given file position.

Usage:

pesto --file "attrsets.nix" --line "11" --column "3"
->
{
    "doc": "content",
    "arguments": {},
    "countApplied": 3
}