Community-driven autocomplete specs for FigyTerm.
In FigyTerm, go to Settings > Specs and click "Load Specs" to browse and install.
- Fork this repo
- Add your spec in
specs/yourcommand.ts - Add entry to
registry.json - (Optional) Add icon in
icons/yourcommand.png - Run
node scripts/validate.js - Open a PR
See CONTRIBUTING.md for detailed guidelines and docs/SPEC-REPO.md for the full spec format documentation.
Most Fig specs work with minimal changes. See the porting section in the docs.