❯ Guillaume Laforge

Cli

Customizing Antigravity CLI: Title and Status Line

Antigravity CLI allows you to customize both the terminal window title and the bottom status line. This is done by passing a JSON payload of the current agent state to external shell scripts via standard input.

In this post, I will explain how I set up my environment, the specific scripts I use, and how to configure the CLI to load them.

The Principle

Both the title and the status line operate on the same principle:

Read more...

Just a handy command-line tool

When developing new projects on my laptop, I often run some commands over and over again. Regardless of how far you’ve gone with your CI/CD pipelines, running commands locally without resorting to becoming a bash ninja can be pretty easy with… just!

About Just

just is a handy way to save and run project-specific commands

Read more...