Upto 4 live disposable inboxes in your terminal, persistent across sessions — zero browser, zero clicks.
Use multiple sessions for account take over chains, invite abuse, OTP rate limiting and anything that needs multiple live identities at once
pip install suksuk # open saved inbox (creates one on first run)
suk --new # burn current address, get a fresh one
suk --list # list all saved sessions
suk --open <n> # reopen saved session by slot (history shown first)
suk --open <a> <b> ... # open multiple slots simultaneously
suk --open all # reopen every saved session at once
suk --shred all # delete all local data (sessions + history)
suk --shred history # delete email history only (sessions kept)
suk --version # print version and exitEmails print to terminal in real time. Sessions persist in ~/.suk_sessions.json and email history in ~/.suk_history.json — close and reopen any inbox anytime with --open.
MIT