forked from withfig/autocomplete
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/master' into feat/automated_merging
- Loading branch information
Showing
47 changed files
with
7,713 additions
and
594 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# This is a comment. | ||
# Each line is a file pattern followed by one or more owners. | ||
|
||
# These owners will be the default owners for everything in | ||
# the repo. Unless a later match takes precedence, | ||
# @global-owner1 and @global-owner2 will be requested for | ||
# review when someone opens a pull request. | ||
* @QuiiBz @cstrnt @falky97 @mattschrage @rolandtshen |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
--- | ||
name: Bug Report 🐞 | ||
about: Something isn't working as expected? Here is the right place to report. For questions, please use forum.withfig.com | ||
labels: "Bug" | ||
--- | ||
|
||
<!-- | ||
Please fill out each section below, otherwise, your issue will be closed. This info allows Fig maintainers to diagnose (and fix!) your issue as quickly as possible. | ||
Useful Links: | ||
- Documentation: https://withfig.com/docs/autocomplete/getting-started | ||
Before opening a new issue, please search existing issues: https://github.com/withfig/autocomplete/issues | ||
--> | ||
|
||
### Completion Spec | ||
|
||
What completion spec does this bug refer to? Or is it Fig itself? | ||
|
||
### Description | ||
|
||
Describe the issue that you're seeing. | ||
|
||
### Steps to reproduce | ||
|
||
Clear steps describing how to reproduce the issue. **Please** link to a reproduction, this makes your issue _much_ easier to diagnose (seriously). | ||
|
||
### Expected result | ||
|
||
What should happen? | ||
|
||
### Actual result | ||
|
||
What happened. | ||
|
||
### System Information | ||
|
||
*Fig Version:* | ||
|
||
*OS:* | ||
|
||
*Device:* | ||
|
||
### Potential Solution | ||
|
||
(optional) What could be a solution to solve this bug? |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
--- | ||
name: CLI Request | ||
about: Is there a CLI which doesn't have autocompletion? Request it here! | ||
labels: "CLI Request" | ||
--- | ||
|
||
### CLI Tool | ||
|
||
What CLI tool is missing autocompletion in Fig? | ||
|
||
### Useful Links | ||
|
||
Please add some links to the docs of that tool or the `--help`text | ||
|
||
### Top Workflows | ||
|
||
What are the most used commands or workflows in that CLI tool (for you)? | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--- | ||
blank_issues_enabled: true | ||
contact_links: | ||
- | ||
about: "Create a new issue in the withfig/fig repo to be directed to the right place" | ||
name: Not an autocomplete issue? | ||
url: "https://github.com/withfig/fig/issues/new/choose" | ||
- | ||
about: "Fig's support knowledge base" | ||
name: "💬 Forum" | ||
url: "https://forum.withfig.com" | ||
- | ||
about: "Get instant support from the Fig Community Slack" | ||
name: "👋 Slack" | ||
url: "https://waitlist.withfig.com/waitlist" | ||
- | ||
about: "Get support from the Fig team at [email protected]" | ||
name: "📩 Email" | ||
url: "https://tinyurl.com/y4m9zqlw" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
--- | ||
name: Enhancement | ||
about: You have an Idea on how to improve Fig? Let us know! | ||
labels: "Enhancement" | ||
--- | ||
|
||
### Completion Spec | ||
|
||
What completion spec does this enhancement refer to? Or is it Fig itself? | ||
|
||
### Description | ||
|
||
Describe the issue that you're seeing. | ||
|
||
### Steps to reproduce | ||
|
||
Clear steps describing how to reproduce the issue. **Please** link to a reproduction, this makes your issue _much_ easier to diagnose (seriously). | ||
|
||
### Expected result | ||
|
||
What should happen? | ||
|
||
### Actual result | ||
|
||
What happened. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
name: Other | ||
about: You want to tell us something which doesn't fit into the other categories? Use this template! | ||
labels: "Other" | ||
--- | ||
|
||
### Question | ||
|
||
Do you have a Question? Make sure to check out our forum [here](https://forum.withfig.com/) | ||
|
||
|
||
### Community | ||
|
||
Do you want to get updates or chat with the creators and maintainers from Fig? Check out our community Slack [here](https://figcommunity.slack.com/join/shared_invite/zt-fupa9n8g-sfHm8MyBn1DBaCj8SoIxSA#/shared-invite/email) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
|
||
name: Typecheck Files | ||
|
||
on: [push] | ||
on: [push, pull_request] | ||
jobs: | ||
typecheck: | ||
runs-on: ubuntu-latest | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,7 @@ Completion specs are defined in a *declarative* schema that specifies `subcomman | |
|
||
**For more documentation and tutorials**, visit [withfig.com/docs](https://withfig.com/docs/autocomplete/getting-started) | ||
|
||
**To request completions for a CLI tool**, open an [issue](https://github.com/withfig/autocomplete/issues/new). | ||
**To request completions for a CLI tool**, open an [issue](https://github.com/withfig/autocomplete/issues/new/choose). | ||
|
||
|
||
## Get Started | ||
|
@@ -69,10 +69,6 @@ npm run copy <spec-name> | |
``` | ||
|
||
|
||
## Can I create autocomplete specs for myself / my team's internal scripts? | ||
Hell yeah: https://withfig.com/docs/autocomplete/getting-started | ||
|
||
|
||
## FAQ | ||
|
||
#### What terminals does Fig work with? | ||
|
@@ -87,6 +83,8 @@ Currently, Fig is only available on MacOS. | |
#### How can I get access? | ||
Sign up for the waitlist at [withfig.com](https://withfig.com?ref=github-autocomplete). Fig is currently in a private beta. We are onboarding batches of new users each week. | ||
|
||
#### Can I use Fig to build autocomplete for my team's internal scripts and CLI tools? | ||
Yes! Check out our guide on how to [get started building autocomplete specs](https://withfig.com/docs/autocomplete/getting-started). | ||
|
||
#### Did we miss something? | ||
Get in touch at [email protected] or chat with us on [Slack](https://withfig.com/community) | ||
|
Oops, something went wrong.