An open API service indexing awesome lists of open source software.

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.

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).