Skip to content

Instantly share code, notes, and snippets.

@ichaida
Forked from msis/0Inbox.sh
Last active August 29, 2015 14:11
Show Gist options
  • Save ichaida/6d6f3c3d64c22526283d to your computer and use it in GitHub Desktop.
Save ichaida/6d6f3c3d64c22526283d to your computer and use it in GitHub Desktop.
#!/bin/bash
#this script looks for a window named Mozilla Firefox and then starts procedure to select all mails in the current folder and archive them
for i in {1..30}
do
xdotool search --name "Mozilla Firefox" key s+a
xdotool search --name "Mozilla Firefox" key e
sleep 5
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment