1. Start a new tmux session with a unique name.
2. Send the 'gemini' command to the tmux session to load the Gemini CLI.
3. Send the Reddit query to the Gemini CLI within the tmux session.
4. Wait for the response from Gemini CLI (adjust sleep time as needed).
5. Capture the output from the tmux session.
6. Analyze the output to ensure the query was sent and the content was retrieved.
7. Kill the tmux session to clean up resources.