{"id":20063633,"url":"https://github.com/mmertgunduz/yiffy","last_synced_at":"2025-05-05T17:33:09.249Z","repository":{"id":204617798,"uuid":"661897997","full_name":"MertGunduz/yiffy","owner":"MertGunduz","description":"tui app for searching/downloading/fetching images from e621/e926","archived":false,"fork":false,"pushed_at":"2024-05-19T13:18:42.000Z","size":11277,"stargazers_count":6,"open_issues_count":8,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-05-19T14:30:59.659Z","etag":null,"topics":["e621","e621-downloader","e926","furry","furry-app","furry-fandom","furry-linux","linux","terminal-user-interface","tui","tui-app","yiff","yiffy"],"latest_commit_sha":null,"homepage":"https://mertgunduz.github.io/yiffy/","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MertGunduz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":"ROADMAP.md","authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-07-03T23:28:55.000Z","updated_at":"2024-05-22T12:49:50.950Z","dependencies_parsed_at":null,"dependency_job_id":"90bf0f38-5663-4683-b0c8-e1a42f820a75","html_url":"https://github.com/MertGunduz/yiffy","commit_stats":null,"previous_names":["mertgunduz/yiffy"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MertGunduz%2Fyiffy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MertGunduz%2Fyiffy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MertGunduz%2Fyiffy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MertGunduz%2Fyiffy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MertGunduz","download_url":"https://codeload.github.com/MertGunduz/yiffy/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224457613,"owners_count":17314494,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["e621","e621-downloader","e926","furry","furry-app","furry-fandom","furry-linux","linux","terminal-user-interface","tui","tui-app","yiff","yiffy"],"created_at":"2024-11-13T13:43:08.954Z","updated_at":"2025-05-05T17:33:04.453Z","avatar_url":"https://github.com/MertGunduz.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# yiffy\n\n\u003cdiv align=\"center\"\u003e\n\n![yiffy_logo_readme](https://github.com/MertGunduz/yiffy/assets/65850970/a9aad8c0-0b7e-4087-acd3-89c382d2ebf4)\n\n\u003c/div\u003e\n\n## E621/E926 Search and Download TUI App\n\n**Yiffy** is a basic Text User Interface (TUI) application developed to provide the process of searching, fetching, and downloading images from [e621](https://e621.net/) and [e926](https://e926.net/).\n\n## Table of Contents\n- [Dependencies](#dependencies)\n- [Manual Build Instructions](#manual-build-instructions)\n- [Guide to Yiffy Commands](#guide-to-yiffy-commands)\n  - [Search and TUI (Text User Interface)](#search-and-tui-text-user-interface)\n  - [API Fetch and Download](#api-fetch-and-download)\n  - [Information and Help](#information-and-help)\n  - [Data Management](#data-management)\n  - [Configuration and Settings](#configuration-and-settings)\n\n## Dependencies\n\n### Mandatory Dependencies:\n- `gcc`: The [GNU Compiler Collection](https://gcc.gnu.org/)\n- `ascii-image-converter`: Convert images to ASCII art with this [tool](https://github.com/TheZoraiz/ascii-image-converter)\n- `aria2`: A versatile [command-line download utility](https://aria2.github.io/)\n- `cmake`: Cross-platform tools for [software building](https://cmake.org/)\n- `make`: A utility to maintain groups of programs\n- `libncurses-dev`: Developer’s libraries for [ncurses](https://invisible-island.net/ncurses/ncurses.html)\n\n### Optional Dependencies:\n- `tiv`: [Terminal ImageViewer](https://github.com/stefanhaustein/TerminalImageViewer), a tool to display images in the terminal.\n- `timg`: [Terminal Image and Video Viewer](https://github.com/hzeller/timg), a tool to display images/videos in the terminal.\n\n## Manual Build Instructions\n\nFollow these steps to compile and install Yiffy manually:\n\n```text\ngit clone https://github.com/MertGunduz/yiffy.git\ncd yiffy\nmkdir build \u0026\u0026 cd build\ncmake ..\nmake\nsudo cmake --install .\n```\n\n## Guide to Yiffy Commands\n\n### Search and TUI (Text User Interface)\n*Interact with the application through a user-friendly interface*\n- **yiffy search tui argument:** \n  - `--search \"tag1+tag2\"`: Enhance your search experience with an intuitive TUI.\n\n### API Fetch and Download\n*Quickly fetch and download images based on tags*\n- **yiffy api fetch arguments:** \n  - `--fetch \"tag1+tag2\"`: Retrieve URLs based on specified tags.\n  - `--dfetch \"tag1+tag2\"`: Fetch URLs and download the images instantly.\n\n### Information and Help\n*Get help and information about Yiffy*\n- **yiffy information menu arguments:** \n  - `--help`: Access a guide and list of commands.\n  - `--version`: Check the current version of Yiffy.\n  - `--github`: Visit the [Yiffy GitHub repository](https://github.com/MertGunduz/yiffy).\n  - `--config`: Open the configuration menu.\n\n### Configuration\n*Adjust settings and configurations as per your preference*\n- **yiffy configuration and credential arguments:** \n  - `--nsfw \"on/off\"`: Toggle NSFW (Not Safe for Work) and SFW (Safe For Work) content.\n  - `--ivcommand \"cmd\"`: Set the command used to view images in search system.\n  - `--uname \"uname\"`: Set the uname used to send API requests.\n  - `--apikey \"apikey\"`: Set the API key used to send API requests. \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmmertgunduz%2Fyiffy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmmertgunduz%2Fyiffy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmmertgunduz%2Fyiffy/lists"}