{"id":16423893,"url":"https://github.com/oliveroneill/bert","last_synced_at":"2025-10-14T02:21:48.667Z","repository":{"id":86174243,"uuid":"106802455","full_name":"oliveroneill/bert","owner":"oliveroneill","description":"An assistant for your terminal to help solve errors","archived":false,"fork":false,"pushed_at":"2019-02-07T20:54:18.000Z","size":347,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-03T23:58:03.614Z","etag":null,"topics":["node-notifier","nodejs","notifications","script","terminal"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/oliveroneill.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":"2017-10-13T09:06:35.000Z","updated_at":"2019-02-07T20:54:20.000Z","dependencies_parsed_at":null,"dependency_job_id":"8a84bf8f-a732-4d67-b94f-a8237d5995aa","html_url":"https://github.com/oliveroneill/bert","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/oliveroneill/bert","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oliveroneill%2Fbert","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oliveroneill%2Fbert/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oliveroneill%2Fbert/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oliveroneill%2Fbert/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oliveroneill","download_url":"https://codeload.github.com/oliveroneill/bert/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oliveroneill%2Fbert/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279017682,"owners_count":26086126,"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-10-14T02:00:06.444Z","response_time":60,"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":["node-notifier","nodejs","notifications","script","terminal"],"created_at":"2024-10-11T07:41:14.654Z","updated_at":"2025-10-14T02:21:48.636Z","avatar_url":"https://github.com/oliveroneill.png","language":"JavaScript","readme":"# bert\n\n[![Build Status](https://travis-ci.org/oliveroneill/bert.svg?branch=master)](https://travis-ci.org/oliveroneill/bert)\n\nBert (Better Error Resolution in Terminals) is a program that will monitor your terminal output and send you\nhelpful tips on how to solve errors.\n\nThis is still a work in progress. Currently Bert can identify basic\nerrors and will send you a notification with a link to the StackOverflow\nsearch results. We have plans to extend this functionality to deliver\nhelpful answers and identify a large range of tests.\n\n![Bert in action](images/demo.gif)\n\n## Install\nCurrently the project is not available on `npm` yet, as its still in\ndevelopment and we'd like to wait until it can handle a greater\nspectrum of errors. See the [development section](#development) below for how\nto install manually.\n\n## Running\nRun in your terminal:\n```bash\nbert\n```\nThis will then start your `bert` session and any errors that appear\nin your terminal will trigger `bert` to send you notifications which\nallow you to quickly find a solution.\n\n## OS Support\nCurrently only tested on MacOS. It should run fine on Linux. Unfortunately we\nare using `script` to watch terminal output and I don't believe this is\nincluded in Windows, we plan to add support in the future.\n\n## Development\nInstall:\n```bash\nnpm i\n```\nBuild the package (currently used for [Flow](https://flow.org/)):\n```bash\nnpm run build\n```\nLink the package so that you don't have to re-install each time:\n```bash\nnpm link\n```\nTest:\n```bash\nnpm test\n```\nRun:\n```bash\nbert\n```\n\n## TODO\n- Add better search functionality so that Bert can give real recommendations\n- Windows compatibility\n- More error identifiers. Consider looking at [VSCode problem matchers](https://code.visualstudio.com/updates/v1_11#_tasks)\n    - To implement:\n        - Java: `^(.+\\\\.java):(\\\\d):(?:\\\\s+(error)):(?:\\\\s+(.*))$`, position 4\n        - Make: `^([^:]+):(\\d+):(\\d+): error: (.+)$`, position 4\n        - C: `?[\\\\/0-9a-zA-Z\\\\._]+):(?\\\\d+):(?\\\\d+):\\\\s+(?.+)`, position 4\n        - More [here](https://github.com/Microsoft/vscode/blob/master/src/vs/workbench/parts/tasks/common/problemMatcher.ts#L1086)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foliveroneill%2Fbert","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foliveroneill%2Fbert","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foliveroneill%2Fbert/lists"}