{"id":13862278,"url":"https://github.com/josteink/bmx-mode","last_synced_at":"2025-04-13T11:22:02.005Z","repository":{"id":53692880,"uuid":"119816106","full_name":"josteink/bmx-mode","owner":"josteink","description":"Action-paced Windows Batch-file editing, powered by GNU Emacs!","archived":false,"fork":false,"pushed_at":"2021-03-19T06:20:32.000Z","size":71,"stargazers_count":8,"open_issues_count":0,"forks_count":2,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-04-10T17:21:16.781Z","etag":null,"topics":["batch-file","emacs","windows"],"latest_commit_sha":null,"homepage":"","language":"Emacs Lisp","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/josteink.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-02-01T09:50:38.000Z","updated_at":"2022-08-01T23:36:53.000Z","dependencies_parsed_at":"2022-09-22T00:31:36.366Z","dependency_job_id":null,"html_url":"https://github.com/josteink/bmx-mode","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/josteink%2Fbmx-mode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/josteink%2Fbmx-mode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/josteink%2Fbmx-mode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/josteink%2Fbmx-mode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/josteink","download_url":"https://codeload.github.com/josteink/bmx-mode/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248703744,"owners_count":21148224,"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":["batch-file","emacs","windows"],"created_at":"2024-08-05T06:01:41.015Z","updated_at":"2025-04-13T11:22:01.967Z","avatar_url":"https://github.com/josteink.png","language":"Emacs Lisp","funding_links":[],"categories":["Emacs Lisp"],"sub_categories":[],"readme":"\n# bmx-mode\n\n![CI](https://github.com/josteink/bmx-mode/workflows/CI/badge.svg)\n\n![logo](https://raw.githubusercontent.com/josteink/bmx-mode/master/logo.png)\n\nAction-paced Windows Batch-file editing, powered by [GNU Emacs](https://www.gnu.org/software/emacs/)!\n\nBatch Mode eXtras, or bmx for short is an Emacs-package which aims to\nextend Emacs' built in `bat-mode`, to improve editing of Windows\nBatch-files.\n\n## Features\n\nThe following features are currently provided:\n\n* Code-completion for labels and environment-variables based on [company-mode](https://company-mode.github.io/) (`C-.`).\n* Seamless code-navigation using established Emacs-conventions (`M-,` and `M-.`).\n* Looking up references to any symbol (`Shift-f12`).\n* Renaming of code-symbols (`C-c C-r`).\n* Fixup file to use consistent casing and syntax for all variables and labels (`C-c C-f`).\n\n\n## Installation\n\n`bmx-mode` is packaged and available from MELPA. Install it the usual way:\n\n`M-x package-install\u003cRET\u003ebmx-mode\u003cRET\u003e`\n\n## Configuration/Customization\n\nInstall it and plug it into your `.emacs` and you should be done:\n\n``` elisp\n(require 'bmx-mode)\n(bmx-mode-setup-defaults)\n```\nor use `use-package`:\n\n``` elisp\n(use-package bmx-mode\n    :config (bmx-mode-setup-defaults))\n```\n\nNo further configuration should be needed to work properly.\n\nThat said the following aspects can be customized using standard Emacs-customization (`M-x customize-group\u003cRET\u003ebmx-mode`).\n\n* Toggle completion of system-variables (default `off`)\n\n## Status\n\nWhile fully usable, this mode is currently under development and there may be bugs.\n\nIf so feel free to report them, or even better: Provide PRs!\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjosteink%2Fbmx-mode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjosteink%2Fbmx-mode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjosteink%2Fbmx-mode/lists"}