{"id":28002942,"url":"https://github.com/erogluyusuf/morse","last_synced_at":"2026-05-13T13:52:27.079Z","repository":{"id":291827692,"uuid":"975584636","full_name":"erogluyusuf/morse","owner":"erogluyusuf","description":"A simple shell script to convert text to Morse code, play it as audio, and save the output to a file. It also supports reverse conversion from Morse code to regular text.","archived":false,"fork":false,"pushed_at":"2025-05-08T07:19:20.000Z","size":1067,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-09T01:45:23.027Z","etag":null,"topics":["bash","bash-script","morse","morse-code","morse-code-translator","morse-translator","morsecode"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/erogluyusuf.png","metadata":{"files":{"readme":"README.md","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,"zenodo":null}},"created_at":"2025-04-30T14:54:28.000Z","updated_at":"2025-05-08T07:23:01.000Z","dependencies_parsed_at":"2025-05-09T01:45:24.968Z","dependency_job_id":null,"html_url":"https://github.com/erogluyusuf/morse","commit_stats":null,"previous_names":["erogluyusuf/morse"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/erogluyusuf/morse","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erogluyusuf%2Fmorse","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erogluyusuf%2Fmorse/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erogluyusuf%2Fmorse/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erogluyusuf%2Fmorse/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/erogluyusuf","download_url":"https://codeload.github.com/erogluyusuf/morse/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erogluyusuf%2Fmorse/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270899579,"owners_count":24664720,"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","status":"online","status_checked_at":"2025-08-17T02:00:09.016Z","response_time":129,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["bash","bash-script","morse","morse-code","morse-code-translator","morse-translator","morsecode"],"created_at":"2025-05-09T01:45:23.280Z","updated_at":"2026-05-13T13:52:22.034Z","avatar_url":"https://github.com/erogluyusuf.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"![](https://github.com/erogluyusuf/morse/blob/main/morse.png)\n\n# Morse Code Converter (`morse.sh`)\n\n🌀 Bash tabanlı bir Morse kodu dönüştürücü ve sesli oynatıcıdır. Metinleri Morse koduna çevirebilir, tersine çevirebilir, dosyalardan okuyabilir ve sonuçları ses dosyasına kaydedebilir.\n\nA Bash-based Morse code converter and audio generator. It can convert text to Morse code, decode Morse back to text, read from files, and generate Morse audio using SOX.\n\n---\n\n## 🧩 Özellikler / Features\n\n- ✅ Harf, cümle veya dosyaları Morse koduna çevirme  \n- 🔁 Morse kodunu tekrar normal metne dönüştürme  \n- 🔊 SOX ile sesli Morse kodu oynatma ve `.wav` olarak kaydetme  \n- 📁 Dosya okuma ve çıktı kaydetme  \n- 🧠 Tüm Linux dağıtımlarıyla uyumludur  \n- ⚙️ `sox` otomatik kontrol edilir, yüklü değilse sessizce kurulur  \n\n---\n\n## 🚀 Kullanım / Usage\n\n### Yetkilendirme\n```\nchmod +x morse.sh\n```\n\n### Yardım / Help\n```bash\n  -h, --help              Show this help message\n  -v, --version           Show script version\n  -c, --character \u003cchar\u003e  Convert a single character to Morse code\n  -s, --sentence \u003ctext\u003e   Convert a sentence to Morse code\n  -f, --file \u003cfilename\u003e   Convert a file's content to Morse code\n  -F, --file-output       Convert a file's content to Morse code and save to a new file\n  -r, --reverse \u003cfilename\u003eReverse Morse code back to regular text\n  -R                      Reverse Morse code back to regular text and save to file\n  --voice \u003ctext\u003e          Convert text to Morse code and play sound\n```\n```\nExamples:\n  ./morse.sh -h\n  Shows the help message explaining how to use the script.\n\n  ./morse.sh --help\n  Shows the help message explaining how to use the script.\n\n  ./morse.sh -v\n  Displays the script version.\n\n  ./morse.sh --version\n  Displays the script version.\n\n  ./morse.sh -c A\n  Converts the character 'A' to Morse code.\n\n  ./morse.sh --character A\n  Converts the character 'A' to Morse code.\n\n  ./morse.sh -f input.txt\n  Converts the content of the file 'input.txt' to Morse code.\n\n  ./morse.sh --file input.txt\n  Converts the content of the file 'input.txt' to Morse code.\n\n  ./morse.sh -F  input.txt\n  Converts the content of the file 'input.txt' to Morse code and saves the result to 'output.txt'.\n\n  ./morse.sh --file-output input.txt\n  Converts the content of the file 'input.txt' to Morse code and saves the result to 'output.txt'.\n\n  ./morse.sh -r morse.txt\n  Reverses the Morse code content in 'morse.txt' back to regular text.\n\n  ./morse.sh --reverse morse.txt\n  \n  ./morse.sh --voice \"SOS\"\n  Converts the text \"SOS\" to Morse code and generates a sound file named output.wav where the Morse code is played as audio.\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferogluyusuf%2Fmorse","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ferogluyusuf%2Fmorse","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferogluyusuf%2Fmorse/lists"}