https://github.com/codebytere/electron-build-tools-autocomplete
Fig autocomplete extension for https://github.com/electron/build-tools
https://github.com/codebytere/electron-build-tools-autocomplete
Last synced: 5 months ago
JSON representation
Fig autocomplete extension for https://github.com/electron/build-tools
- Host: GitHub
- URL: https://github.com/codebytere/electron-build-tools-autocomplete
- Owner: codebytere
- Created: 2022-01-17T10:25:45.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-25T11:44:38.000Z (over 3 years ago)
- Last Synced: 2025-05-12T18:55:37.713Z (9 months ago)
- Language: TypeScript
- Size: 69.3 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Want autocomplete?
Please refer to our public [withfig/autocomplete](https://github.com/withfig/autocomplete) repo for more details.
### Get up to date completion scripts
If you have **fig** installed, simply run `fig update`
Run the following:
```
# Make the autocomplete folder where Fig looks for completion specs. Cd into it
mkdir -p ~/.fig/autocomplete; cd $_
# Download all the files in the specs folder of this repo
curl https://codeload.github.com/withfig/autocomplete/tar.gz/master | \
tar -xz --strip=2 autocomplete-master/specs
```