I don't really understand what's so different from the ZSH completions which I already have in my terminal but with no data leaving my machine?
Launch HN: Fig (YC S20) – Autocomplete for the Terminal
61–70 of 390 posts
Re: Launch HN: Fig (YC S20) – Autocomplete for the Terminal
#62Can I pay you money for this awesome product so I don't feel bad about opting out of your telemetry? What's fair? I think a lot of us would do this voluntarily. Your privacy disclosure is great--I just don't want to be the product on principle.
You shouldn't feel bad for opting out of telemetry!
Re: Launch HN: Fig (YC S20) – Autocomplete for the Terminal
#63Re: Launch HN: Fig (YC S20) – Autocomplete for the Terminal
#64Earlier quoted context omitted.
Sorry didn't see that. On a side note: I deleted the app when it asked me for my email. Good luck.
Personally I am not a huge fan of asking for an email address at the end of a installation process. I find it disingenuous as it makes users feel as if they're being offered something "for free" only to pull a "gotcha" after I gone through a lot of steps to reach the end of the installation process. I feel it's far more candid to place the email gathering step at the start of the process so I know "okay, these guys a…
Re: Launch HN: Fig (YC S20) – Autocomplete for the Terminal
#65I don't really understand what's so different from the ZSH completions which I already have in my terminal but with no data leaving my machine?
Traditional shell completions are quite difficult to make. Many CLI tools have completions for subcommands and options, but not for arguments. Only the big CLI tools like `git` and `docker` have arguments completions (e.g. git push [remote] [branch]`. Fig's declarative schema makes building the completions for subcommands, options and arguments very easy. This means we can support much more powerful autocomplete for…
Re: Launch HN: Fig (YC S20) – Autocomplete for the Terminal
#66This seems really amazing. Please excuse my paranoia. Your privacy policy is very well written and easy to read. That's rare. However, Is there someway I can make Fig not send any data to anyone else? From what I understand, Fig does send telemetry information, but I'd like to be made aware of it before it asks me to give it "accessibility" powers. Also, while Fig may not send the data to anyone. Does this also cover…
Re: Launch HN: Fig (YC S20) – Autocomplete for the Terminal
#67Any plan to support vscode terminal? Also, this experience really is great. Without knowing anything I was able to disable the "Menubar Icon" simply by guessing commands. And to try for any constructive feedback, I personally don't like logo at all. It doesn't seem to make sense to me and is the reason for hiding the icon in the first place. Feels like a window management icon like this: https://magnet.crowdcafe.com/…
VSCode terminal should be supported out of the box. Go to ◧ > Settings and make sure the VSCode Integration is ticked. (You may also have to restart VSCode.)
re Fig's icon: haha yes we could definitely do with a new icon. Our previous icon was an emoji pear (yes a pear, not a Fig) so at least our current one is a step up from that! We take the feedback on board and will investigate some new logo designs
Re: Launch HN: Fig (YC S20) – Autocomplete for the Terminal
#68Re: Launch HN: Fig (YC S20) – Autocomplete for the Terminal
#69Re: Launch HN: Fig (YC S20) – Autocomplete for the Terminal
#70This seems really amazing. Please excuse my paranoia. Your privacy policy is very well written and easy to read. That's rare. However, Is there someway I can make Fig not send any data to anyone else? From what I understand, Fig does send telemetry information, but I'd like to be made aware of it before it asks me to give it "accessibility" powers. Also, while Fig may not send the data to anyone. Does this also cover…
Thanks! We do need to put in place a proper privacy policy. But we wanted to be transparent with how Fig uses your data (hence what we have currently). You can run `fig settings app.disableTelemetry true` to disable all telemetry except for one daily ping. You also make a good point: in our onboarding we should move our privacy information to before granting accessibility! We will make this more clear