{"id":21342635,"url":"https://github.com/itsyakub/lingwi","last_synced_at":"2026-05-21T07:44:17.922Z","repository":{"id":263001431,"uuid":"888338014","full_name":"itsYakub/lingwi","owner":"itsYakub","description":"Translation command-line utility for linux","archived":false,"fork":false,"pushed_at":"2025-01-01T09:18:28.000Z","size":65,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-22T15:43:54.218Z","etag":null,"topics":["cli","cli-app","command-line","command-line-interface","command-line-tool","google-api","google-cloud","language","languages","linux","linux-shell","translation","utility","utils"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/itsYakub.png","metadata":{"files":{"readme":"README.txt","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-11-14T08:20:31.000Z","updated_at":"2025-01-01T09:13:30.000Z","dependencies_parsed_at":"2024-12-16T12:20:16.266Z","dependency_job_id":"bc2ea431-10e9-4ecf-9877-dc4caab980e7","html_url":"https://github.com/itsYakub/lingwi","commit_stats":null,"previous_names":["itsyakub/lingwi"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itsYakub%2Flingwi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itsYakub%2Flingwi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itsYakub%2Flingwi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itsYakub%2Flingwi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/itsYakub","download_url":"https://codeload.github.com/itsYakub/lingwi/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243818198,"owners_count":20352629,"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":["cli","cli-app","command-line","command-line-interface","command-line-tool","google-api","google-cloud","language","languages","linux","linux-shell","translation","utility","utils"],"created_at":"2024-11-22T01:09:28.936Z","updated_at":"2026-05-21T07:44:17.871Z","avatar_url":"https://github.com/itsYakub.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n  _   _                              _ \n | | (_)  _ __     __ _  __      __ (_)\n | | | | | '_ \\   / _` | \\ \\ /\\ / / | |\n | | | | | | | | | (_| |  \\ V  V /  | |\n |_| |_| |_| |_|  \\__, |   \\_/\\_/   |_|\n                  |___/                \n\n-- Introduction ------------------------\n\nlingwi is a command-line utility written in C programming language.\nIs is based on cURL library for internet access, using third-party\ntranslation APIs, like: Google Translation API.\n\nUsing lingwi is pretty simple:\n\n$ lingwi [OPTIONS] [TEXT-INPUT] ...\n\nExample usage:\n\n$ lingwi -t pl \"Hello, world!\"\nWitaj, świecie!\n$ lingwi -t ja \"Text in japan!\"\nテキストは日本で！\n$ lingwi -s pl -t es \"Witaj, lingwi!\"\n¡Hola lingú!\n\netc... etc...\n\n-- Flags and Options -------------------\n\n    -s, --source-language       select a source language (translation from...) (DEFAULT: en)\n    -t, --target-language       select a target language (translation to...) (DEFAULT: en)\n    -e, --engine                select a translation engine (DEFAULT: google)\n    -a, --api-key               select an api key (DEFAULT: none)\n    -v, --verbose               enable verbosity\n    -V, --version               display a version\n    -h, --help                  display a help message\n\n-- Setup and Installation --------------\n\n0. Dependencies:\n    0.1 cURL / libcurl:\n        - https://github.com/curl/curl\n        - https://curl.se/\n        - https://curl.se/libcurl/\n\n1. Clone this repository:\n\n$ git clone https://github.com/itsYakub/lingwi.git\n$ cd lingwi/\n\n2. There are several ways to build the project:\n    2.1. Direct command:\n\n    $ cc -Wall -Wextra -Werror main.c -o lingwi -lcurl\n\n    2.2. Bash files:\n\n    $ ./BUILD.sh\n    $ ./INSTALL.sh\n\n    2.3. Makefile:\n\n    $ make all\n\n-- Credits -----------------------------\n\n1. cURL: \n    - https://curl.se/\n2. Google API:\n    - https://cloud.google.com/apis/?hl=en\n    - https://cloud.google.com/translate/docs/reference/api-overview\n3. ISO 639:\n    - https://www.iso.org/iso-639-language-code\n    - https://en.wikipedia.org/wiki/ISO_639\n    - https://en.wikipedia.org/wiki/List_of_ISO_639_language_codes\n\nThe program was written by @itsYakub.\nLLM like ChatGPT was used used to a small extent.\n\n-- LICENCE -----------------------------\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,\nDAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\nOTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE\nOR OTHER DEALINGS IN THE SOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitsyakub%2Flingwi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fitsyakub%2Flingwi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitsyakub%2Flingwi/lists"}