Skip to content

UpcraftLP/cflookup-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cflookup-cli

License GitHub commit activity GitHub Actions Workflow Status

a CLI tool for getting info from https://cflookup.com

How to use:

The general output will be in YAML format, so it is recommended to pipe it into a tool like yq to process it:

cflookup slug ender-io | yq .id,.name,.downloadCount

...outputs:

64578
Ender IO
105552007

To see CLI usage use the built-in help command (works withs with subcommands too!):

cflookup --help

Install

You can download prebuilt binaries from nightly.link

Cargo

If you have a rust toolchain installed, you can install from source using cargo:

cargo install --git https://github.com/UpcraftLP/cflookup-cli

Sponsor this project

Contributors 2

  •  
  •  

Languages