https://github.com/nverno/company-cmd
Emacs company-mode backend for windows dos/batch scripts.
https://github.com/nverno/company-cmd
bat batch-script cmd company-mode completion dos emacs
Last synced: 3 months ago
JSON representation
Emacs company-mode backend for windows dos/batch scripts.
- Host: GitHub
- URL: https://github.com/nverno/company-cmd
- Owner: nverno
- Created: 2016-07-15T21:52:22.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-04-30T01:07:53.000Z (about 6 years ago)
- Last Synced: 2025-01-18T00:30:37.995Z (4 months ago)
- Topics: bat, batch-script, cmd, company-mode, completion, dos, emacs
- Language: Emacs Lisp
- Size: 87.9 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# company-cmd - company backend for cmd/batch
*Author:* Noah Peart
*URL:* [https://github.com/nverno/company-cmd](https://github.com/nverno/company-cmd)Simple company-mode completion backend for windows batch/dos scripting modes.
Offers completion for 80-90 basic commands returned by 'help'.## Usage
Add to a suitable location on the `load-path` and either require or autoload
`company-cmd`.See: [cmd-mode](http://github.com/nverno/cmd-mode) for combining with
completion-at-point (not provided in base `bat-mode`).---
Converted from `company-cmd.el` by [*el2markdown*](https://github.com/Lindydancer/el2markdown).