CLI Commands
Noxly can be used entirely from the command line without opening the interactive TUI. This is perfect for scripting or quick messages.
Messaging
User format accepts "username" or "@username" — SuiNS lookup is automatic.
Code
# Send a message to a user
noxly send <user> "message"
noxly dm <user> "message"
# View message history with a user
noxly history <user>
noxly hist <user>
# List all active channels/conversations
noxly channels
noxly chExamples:
Code
noxly send alice "hello"
noxly send @bob "hey there"
noxly history bob
noxly channelsAccount Management
Identify accounts by their SuiNS name or address (full or partial). Noxly manages encrypted key storage locally.
Code
# List imported accounts
noxly account list
noxly account ls
# Show current active account
noxly account show
# Switch between accounts
noxly account switch <name>
# Import a new account
noxly account import
# Delete a local account profile
noxly account delete <name>Examples:
Code
noxly account list
noxly account show
noxly account switch bob
noxly account switch 0xabc123...Legacy Aliases
For backwards compatibility, these legacy import commands are still supported:
Code
noxly import-key
noxly import-private-key