{"id":18888818,"url":"https://github.com/theghostofinky/beeper","last_synced_at":"2026-02-24T23:30:19.152Z","repository":{"id":107449857,"uuid":"574107368","full_name":"TheGhostOfInky/beeper","owner":"TheGhostOfInky","description":"Simple command line utility to prints ascii bell characters to the terminal.","archived":false,"fork":false,"pushed_at":"2022-12-04T17:27:12.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-12-31T05:42:15.147Z","etag":null,"topics":["alert","ascii","c","cli-utility"],"latest_commit_sha":null,"homepage":"","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/TheGhostOfInky.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":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-12-04T13:02:34.000Z","updated_at":"2022-12-04T13:03:38.000Z","dependencies_parsed_at":"2023-03-10T00:15:46.535Z","dependency_job_id":null,"html_url":"https://github.com/TheGhostOfInky/beeper","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheGhostOfInky%2Fbeeper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheGhostOfInky%2Fbeeper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheGhostOfInky%2Fbeeper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheGhostOfInky%2Fbeeper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TheGhostOfInky","download_url":"https://codeload.github.com/TheGhostOfInky/beeper/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239859561,"owners_count":19708865,"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":["alert","ascii","c","cli-utility"],"created_at":"2024-11-08T07:46:08.051Z","updated_at":"2026-02-24T23:30:19.122Z","avatar_url":"https://github.com/TheGhostOfInky.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Beeper\nBeeper is a simple command line utility that prints ascii bell characters to the terminal to alert users. Its intended usecase is to alert a user for when a long running console program has ended.\n\nFor example, the following code will beep after long command has ended:\n```bash\nlong-command ; beeper\n```\nOr alternatively you can have the console beeping continously every few seconds(in this case 5):\n```bash\nlong-command ; beeper -l 5\n```\n\n## Options\nThis utility supports 2 command line flags, `-h|--help` for printing the help menu and `-l|--loop \u003ctime|10\u003e` for repeating the beep every `time` seconds (defaults to 10).\n\n## Building\nYou only need a GCC compatible C compiler and GNU make to build this program, the following line will build it and install it to the /bin directory of your system under posix systems.\n\n```bash\nmake;sudo make install\n```\nIt is also possible to build this program using Microsoft Visual C++, simply open the folder in a visual studio developer command prompt and run:\n```cmd\ncl beeper.c /O2\n```\nThis will create a beeper.exe in the current folder that you can simple move to a folder in `PATH` of your choosing.\n\nI have tested this program under Windows 11 using both GCC 12.2.0 and MSVC 19.35.31935 and under Fedora Linux 37 using GCC 12.2.1, try any other platforms at your own discretion.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheghostofinky%2Fbeeper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftheghostofinky%2Fbeeper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheghostofinky%2Fbeeper/lists"}