A CLI program which allows you to find where a picture is from, it also prints a bunch of URLs (in the terminal) where you can download the original picture.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

4 vuotta sitten
4 vuotta sitten
4 vuotta sitten
4 vuotta sitten
4 vuotta sitten
4 vuotta sitten
4 vuotta sitten
4 vuotta sitten
4 vuotta sitten
4 vuotta sitten
4 vuotta sitten
4 vuotta sitten
4 vuotta sitten
4 vuotta sitten
4 vuotta sitten
123456789101112131415161718192021222324252627282930313233343536373839404142
  1. <h1 align="center">Welcome to gib-sauce 👋</h1>
  2. <p>
  3. <img src="https://img.shields.io/badge/version-1.0.0-blue.svg?cacheSeconds=2592000" />
  4. <a href="https://github.com/jack-something/gib-sauce/graphs/commit-activity">
  5. <img alt="Maintenance" src="https://img.shields.io/badge/Maintained%3F-yes-green.svg" target="_blank" />
  6. </a>
  7. <a href="https://github.com/jack-something/gib-sauce/blob/master/LICENSE">
  8. <img alt="License: MIT" src="https://img.shields.io/badge/License-MIT-yellow.svg" target="_blank" />
  9. </a>
  10. </p>
  11. > CLI that gives you the original source of an image.
  12. ### 🏠 [Homepage](https://github.com/jack-something/gib-sauce#readme)
  13. ## Usage
  14. ```sh
  15. ./sauce --url https://your_picture_url.com/picture.png
  16. ```
  17. ## Author
  18. 👤 **Jack Moore**
  19. * Github: [@jack-something](https://github.com/jack-something)
  20. ## 🤝 Contributing
  21. Contributions, issues and feature requests are welcome!<br />Feel free to check [issues page](https://github.com/jack-something/gib-sauce/issues).
  22. ## Show your support
  23. Give a ⭐️ if this project helped you!
  24. ## 📝 License
  25. Copyright © 2019 [Jack Moore](https://github.com/jack-something).<br />
  26. This project is [MIT](https://github.com/jack-something/gib-sauce/blob/master/LICENSE) licensed.
  27. ***
  28. _This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_