LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

wacli-messages-context

Show messages surrounding a specific WhatsApp message (context)

TLDR

Show surrounding context for a message
$ wacli messages context --chat 491234567890@s.whatsapp.net --id ABC123 --json
copy
Control how many messages before and after
$ wacli messages context --chat 491234567890@s.whatsapp.net --id ABC123 --before 3 --after 3 --json
copy
Use a different store
$ wacli messages context --chat 491234567890@s.whatsapp.net --id ABC123 --json --store ~/.wacli-work
copy

SYNOPSIS

wacli messages context --chat jid --id msgid [--before n] [--after n] [--json] [--store dir_]

DESCRIPTION

wacli messages context returns the target message together with a window of messages immediately before and after it in the same chat. This helps understand conversation flow around a particular message.Default store path is `~/.local/state/wacli` on Linux and `~/.wacli` elsewhere.

PARAMETERS

--chat jid

Chat JID that contains the message.
--id msgid_
ID of the central message.
--before n
Number of preceding messages to include.
--after n
Number of following messages to include.
--json
JSON output.
--store dir
Alternate store path (default `~/.local/state/wacli` on Linux, `~/.wacli` elsewhere).

SEE ALSO

RESOURCES

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid