{"id":16199930,"url":"https://github.com/agateau/mymake","last_synced_at":"2025-04-07T17:47:10.978Z","repository":{"id":66380978,"uuid":"4922414","full_name":"agateau/mymake","owner":"agateau","description":"Make wrapper which makes it possible to go through errors with vim","archived":false,"fork":false,"pushed_at":"2020-01-10T09:08:41.000Z","size":5,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-13T19:49:50.858Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/agateau.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":"2012-07-06T09:31:24.000Z","updated_at":"2020-01-10T09:08:43.000Z","dependencies_parsed_at":null,"dependency_job_id":"62cbbd06-e17e-48bd-b2ea-62ee9e98ca37","html_url":"https://github.com/agateau/mymake","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agateau%2Fmymake","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agateau%2Fmymake/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agateau%2Fmymake/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agateau%2Fmymake/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/agateau","download_url":"https://codeload.github.com/agateau/mymake/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247703758,"owners_count":20982286,"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":[],"created_at":"2024-10-10T09:28:44.888Z","updated_at":"2025-04-07T17:47:10.917Z","avatar_url":"https://github.com/agateau.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# What is it\n\nA wrapper for make which logs to /tmp/mymake.err and a Vim macro to load the\nlog output as if compilation was started from Vim, making it possible to use\nVim functions to jump through errors.\n\nIt can also make use of `notify-send` if it is installed to notify you at the\nend of the build.\n\n# Installation\n\nRun `make install`\n\nThis will install the `mymake` command to ~/.local/bin and the Vim plugin to\n~/.vim/after/plugin.\n\nmymake uses make by default but you can overload it with the MAKEPRG\nenvironment variable.\n\n# Usage\n\nBuild with mymake instead of make. If an error occurs, start Vim and use\n:MymakeErr to load the errors. You can then navigate with the standard Vim\ncommands :cprev and :cnext.\n\n## Tip\nIf you are not familiar with Vim, you may want to add this to your .vimrc:\n\n    map \u003cS-F4\u003e :cprev\u003cRETURN\u003e\n    imap \u003cS-F4\u003e \u003cESC\u003e:cprev\u003cRETURN\u003ei\n    map \u003cF4\u003e :cnext\u003cRETURN\u003e\n    imap \u003cF4\u003e \u003cESC\u003e:cnext\u003cRETURN\u003ei\n\nWith those you can use F4 to go to the next error and Shift+F4 to go to the\nprevious error.\n\n# Author\n\nAurélien Gâteau \u003cagateau@kde.org\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagateau%2Fmymake","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fagateau%2Fmymake","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagateau%2Fmymake/lists"}