noogle/pesto
Johannes Kirschbauer 7c9048b90c simplify .envrc
2024-04-29 21:18:47 +00:00
..
src fix: alias breakage of lib.pipe 2024-03-21 15:10:36 +00:00
test_data fix: alias breakage of lib.pipe 2024-03-21 15:10:36 +00:00
.envrc simplify .envrc 2024-04-29 21:18:47 +00:00
.gitignore test & refacotring 2024-01-07 17:20:35 +01:00
Cargo.lock extract type from markdown: pesto 2024-01-07 17:20:35 +01:00
Cargo.toml extract type from markdown: pesto 2024-01-07 17:20:35 +01:00
flake-module.nix update to upstream master @ ce223671c8bb53623f634a3961ffc0c8b621e337 2024-01-09 19:04:23 +01:00
json.json fix: alias breakage of lib.pipe 2024-03-21 15:10:36 +00: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
}