Skip to content

Latest commit

 

History

History
59 lines (40 loc) · 1.02 KB

File metadata and controls

59 lines (40 loc) · 1.02 KB

ShellTime Homebrew Tap

Official Homebrew tap for ShellTime CLI.

Installation

Note

The Homebrew tap is distributed as a macOS-only Cask. On Linux, install with:

curl -sSL https://shelltime.xyz/i | bash
brew tap shelltime/tap
brew install shelltime

Upgrade

brew upgrade shelltime

Post-Install Setup

After installation, run the quick setup:

shelltime init

Or configure manually:

shelltime auth
shelltime hooks install
shelltime daemon install

What is ShellTime?

ShellTime tracks and analyzes your shell usage, helping you understand your DevOps workflow. It provides insights into your command-line activity with features like:

  • Command tracking across bash, zsh, and fish
  • Background sync via a lightweight daemon
  • AI-powered command suggestions

Learn more at shelltime.xyz.

Uninstall

brew uninstall shelltime
brew untap shelltime/tap

License

MIT