Skip to content

@stephansama packages / @stephansama/find-makefile-targets

@stephansama/find-makefile-targets

Source codeDocumentationNPM Versionnpm downloads

Finds targets in a Makefile. The output is formatted to be easily piped into other tools like fzf

Table of contents
Open Table of contents

Installation

sh
pnpm install @stephansama/find-makefile-targets

Usage

sh
fzf . | xargs -L 1 find-makefile-targets

Functions

FunctionDescription

main

Released under MIT license