amped

command module
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 2, 2025 License: MIT Imports: 1 Imported by: 0

README

Amped

The missing account switcher for Amp

Demo

Amp is a coding agent that, so far, has been one of the most powerful I've used. I have both a work account, which is part of a paid Amp team, and a personal, free account. Issue is, Amp currently has no way of quickly switching between them. Amped is a CLI tool that extracts and stores Amp's API keys, allowing different API keys to be utilized depending on what account you need to use. API keys are stored securely in the system keyring.

Installation

Either go to the releases page and download a binary for your platform, or use the following command to install it via Go:

go install github.com/slashtechno/amped@latest

Usage

Amped has four commands, add, switch, status, and delete.

  • amped add name: Adds a new Amp account to the system keyring and stores the name of the account in the accounts list.
    • Uses Amp's API key found at ~/.local/share/amp/secrets.json
      • Instead of being in AppData, even Windows has it under ~/.local/share/amp/secrets.json. Not sure about MacOS though. Feel free to open an issue or make a PR if you're able to confirm.
  • amped switch name: Switches to the given saved Amp account by updating ~/.local/share/amp/secrets.json with the API key from the keyring.
  • amped status: Shows the currently active Amp account, as well as a list of all saved accounts.
  • amped delete name: Deletes the given Amp account from the system keyring and accounts list
    • You can delete all accounts, including those that are missing from the accounts list but are still in the keyring, by using amped delete --delete-all.
    • This does not sign you out of Amp, it only removes the API key from the keyring and accounts list.

Documentation

Overview

Copyright © 2025 Angad Behl <77907286+slashtechno@users.noreply.github.com>

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL