swapdex 0.17.1

Switch between multiple Claude Code, Codex, Gemini, and Antigravity login accounts, locally and safely.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
pub mod adapters;
pub mod atomic;
pub mod banner;
pub mod commands;
pub mod mcp;
pub mod native_sessions;
pub mod paths;
pub mod proc;
pub mod secret;
pub mod session_link;
pub mod store;
pub mod tui;
pub mod usage;
pub mod util;