Skip to content

petabyte-imo/ipgetter_cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

IPGetter CLI

This is just a cli (command line interface) version of the IPGetter project I made

To build it make sure you have rust installed

Manually build and run with cargo

To build it all you need to is run

$ cargo build --release

You should find the binary executable, in your target/release
To use it first navigate to the same directory as the executable
For linux and macos run the following command

$ ./ipgetter_cli <ip>

For windows run

> ipgetter_cli.exe <ip>

You can also optionally add it to your path, to do so
First of all navigate to the directory containing to the directory containing the repo

For linux

Add the following line to your ~/.bashrc file, to include the binary in your PATH:

export PATH="$PATH:./target/release/ipgetter_cli"

For macos

Add the same line to your ~/.zshrc

For windows

Run the following command

setx PATH "%PATH%;./target/release/ipgetter_cli.exe"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages