4. Fig Apps
Last updated
Last updated
Fig Apps are web apps that are listed on the . They are open-source and hosted by Fig.
You can run apps by referring to its unique identifier.
fig curl
opens the curl wrapper app
fig dir
opens the Finder file directory/navigation app
fig aliases
opens an app that lets you quickly add and remove aliases
fig google hello world
opens the google app and passes "hello world" as an input
Each App on the Fig App Store includes information on:
the inputs the App takes (like in the fig google
examples above)
the permissions the App requests (such as access to the filesystem, http requests etc)
All apps in the Fig App store are open source. Before being listed on the App Store or pushing an update, Fig does a security check on every app.
Anyone can build a Fig App. For security, Fig is hosts and distributes them.
Currently, running fig app_identifier
will open up the relevant Fig App if it exists.
In future versions of Fig (not too far away), Fig will let you explicitly install and uninstall certain apps. This would enable you to only access the apps you want to and not others that are on the store.