Fig Docs
  • 🏠Welcome to Fig
  • πŸ‘‹Get Started
    • Download and Install
    • `fig home`
      • My Apps
      • The Sidebar
      • Settings
    • The Fig App Store
    • Hotkeys
  • πŸ’ͺAutocomplete
  • πŸ˜€The Fig CLI
    • 1. Fig Overrides
    • 2. Fig Aliases
    • 3. $FIGPATH
    • 4. Fig Apps
  • πŸ“–Interactive Runbooks
    • Form Elements
      • Input
      • Textarea
      • Dropdown
      • Checkboxes
      • Buttons
    • Templating & Interpolation
    • Scripting Language (Psilo)
      • Full List of Functions
    • Running Runbooks
    • Full Examples
  • βš’οΈ Build your own CLI
    • `fig build`
    • .fig Files
  • 🧰Build your own App
    • Get Started
    • App Lifecycle
    • Key Concepts
      • Running Shell Commands
      • Reading Environment Variables
      • Accessing Files & Saving Data
      • Loading Local Resources
    • Window Managment
      • Setting Window Properties
      • Repositioning the Window
      • Focusing & Blurring the Window
    • Advanced
      • Creating a Pseudo-Terminal Session
  • Other
    • Fig for Teams
    • Security & Privacy
    • FAQ
    • Contact Us
  • Interactive Runbooks
Powered by GitBook
On this page
  • Adding Items
  • Next Version
  1. Get Started
  2. `fig home`

The Sidebar

PreviousMy AppsNextSettings

Last updated 4 years ago

The Fig Sidebar attaches to the right of your Terminal. The sidebar gives you one click access to code snippets you use frequently. Clicking on a sidebar item runs it directly in the Terminal for you

Adding Items

You can add and remove items to the Sidebar from Sidebar tab in fig home

For each item you can: choose an emoji, add a label, and add a code snippet

✨Hints

  • Fig suggests some helpful shortcuts at the bottom of the page

  • Take advantage of the Fig CLI

    • e.g. fig web [url] can quickly open a website for you

    • fig app_name will open an app for you

  • Installing an App automatically adds it your sidebar (with a nice image too)

Next Version

The next version of the Fig Sidebar is planned for early-mid August

Currently: The Sidebar is static. The same sidebar will appear next to every terminal window.

Next Version: The Sidebar will be contextual. You will be able to customize your sidebar depending on your environment (like what directory you're currently in, what apps you have open, what your teammates are doing)

Some examples of what a contextual sidebar can do:

  • show a readme icon when a readme is in your current directory

  • show scripts that are most relevant to a specific directory

  • show what apps and scripts are most commonly used by your team in a specific folder

πŸ‘‹