Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

command not found #46

Open
Done461 opened this issue Apr 3, 2023 · 3 comments
Open

command not found #46

Done461 opened this issue Apr 3, 2023 · 3 comments

Comments

@Done461
Copy link

Done461 commented Apr 3, 2023

image
not working although followed method git clone

@sweetbbak
Copy link

This is old af but you have to make sure that a program, executable, script etc.. is in your Path. Check your $path variable and ensure that the executable binary is in one of those locations, or add it to your path manually in you zshrc. You can also cd into the directory that exe is in and use a dot slash (./waybackurls), or specify the path to the exe manually like /home/user/path/to/waybackurls --help

@Done461
Copy link
Author

Done461 commented Jun 3, 2023

This is old af but you have to make sure that a program, executable, script etc.. is in your Path. Check your $path variable and ensure that the executable binary is in one of those locations, or add it to your path manually in you zshrc. You can also cd into the directory that exe is in and use a dot slash (./waybackurls), or specify the path to the exe manually like /home/user/path/to/waybackurls --help

Hi sweetbbak

can you guide me more this

somehow it can recognized but still loading not working

Screenshot_2023-06-03_06_42_49

@sweetbbak
Copy link

brother please read the github page for this tool, its reading from standard in (stdin) via a pipe. The example in the repo is:

cat url-list.txt | waybackurls

you could also use echo https://blah.com | waybackurls but it will just hang waiting for input otherwise. Try using waybackurls --help to see what it says. You can do this for almost every tool on the command line.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants