From 7ead223f8358a5764d445bae965bc332cd7eaaf7 Mon Sep 17 00:00:00 2001 From: Brendan Falk Date: Tue, 13 Oct 2020 21:12:43 -0700 Subject: [PATCH] updated git --- .gitignore | 2 +- README.md | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 6e86efb0a48c..3152253cd83e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ .DS_Store -scraping/ +building_scripts/ diff --git a/README.md b/README.md index 769991d827df..98fba4e99d03 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ # Visual Autocomplete For your Terminal -Fig adds app, shortcuts, and autocomplete to your Terminal.
+[Fig](https://withfig.com?ref=github_autocomplete) adds app, shortcuts, and autocomplete to your Terminal.
![Fig Visual Autocomplete For Your Terminal Demo](https://withfig.com/video/demos/autocomplete/fig_autocomplete_gif.gif) **Note**: We currently only work on iTerm2 and the native Terminal on macOS. ### Installation -1. Make sure you have Fig (version 1.0.20 or above) installed. We are currently in private beta. Sign up to our waitlist here: [https://withfig.com](https://withfig.com?ref=github) +1. Make sure you have Fig (version 1.0.20 or above) installed. We are currently in private beta. Sign up to our waitlist here: [https://withfig.com](https://withfig.com?ref=github_autocomplete) 2. Install the completion specs @@ -15,8 +15,8 @@ Fig adds app, shortcuts, and autocomplete to your Terminal.
mkdir -p ~/.fig/autocomplete; cd $_ # Download all the files in the specs folder of this repo -curl https://codeload.github.com/withfig/completion-specs/tar.gz/master | \ -tar -xz --strip=2 completion-specs-master/specs +curl https://codeload.github.com/withfig/autocomplete/tar.gz/master | \ +tar -xz --strip=2 autocomplete-master/specs ``` 3. In the Mac status bar (top right corner of the screen), click the Fig icon, and make sure *Autocomplete* is selected. If Autocomplete ever stops working, just toggle this button.