Truman Show is a quick image search program designed to be hotkeyed via AUTOHOTKEY to search the google image repository and copy to clipboard in a fast access manner.
3
stars
28
commits
JavaScript
primary language
Apr 30, 2026
updated
Truman Show is a quick image search program designed to be hotkeyed via AUTOHOTKEY to search the google image repository and copy selected images to the clipboard in an easy and accessible manner. The intent is to be as seamless as possible so that the user is not taken out of their normal workflow.

✅ Search Google Images
✅ Copy images to clipboard
✅ Option to limit search to images before 2022 (useful for filtering AI generated images)
✅ Ban list for sites you don't want to see in your search results (e.g. stock image sites with watermarks)
For newcomers, it is recommended that you download the latest release version and then skip to the "Register" section. However, if you would like to build the project yourself you can follow the instructions below.
git clone https://github.com/scpedicini/truman-shownpm installnpm run distTruman show requires two API keys, a client id registered to your Google custom search engine, and the secret API key associated with it. Truman Show attempts to retrieve these values from the environment variables CSE_ID and CSE_KEY respectively, but can be overridden in the settings page after launching the application. It is also recommended that you install a copy of Autohotkey for Windows, or Raycast for Mac in order to register a global shortcut to easily bring up Truman Show whenever you want to search for images.
Add the following to your autohotkey script (AHK) file:
^!H::
Run, "c:/apps/.../dist/truman-show.exe"
return
You can now instantly access truman show whenever you type Ctrl-Alt-H.
Copyright (c) 2020 Specular Realms LLC
https://specularrealms.com
26 commits
2 commits
JavaScript
74.6%
HTML
17.9%
CSS
5.9%
Shell
1.5%
Truman Show is a quick image search program designed to be hotkeyed via AUTOHOTKEY to search the google image repository and copy to clipboard in a fast access manner.
3
stars
28
commits
JavaScript
primary language
Apr 30, 2026
updated
Truman Show is a quick image search program designed to be hotkeyed via AUTOHOTKEY to search the google image repository and copy selected images to the clipboard in an easy and accessible manner. The intent is to be as seamless as possible so that the user is not taken out of their normal workflow.

✅ Search Google Images
✅ Copy images to clipboard
✅ Option to limit search to images before 2022 (useful for filtering AI generated images)
✅ Ban list for sites you don't want to see in your search results (e.g. stock image sites with watermarks)
For newcomers, it is recommended that you download the latest release version and then skip to the "Register" section. However, if you would like to build the project yourself you can follow the instructions below.
git clone https://github.com/scpedicini/truman-shownpm installnpm run distTruman show requires two API keys, a client id registered to your Google custom search engine, and the secret API key associated with it. Truman Show attempts to retrieve these values from the environment variables CSE_ID and CSE_KEY respectively, but can be overridden in the settings page after launching the application. It is also recommended that you install a copy of Autohotkey for Windows, or Raycast for Mac in order to register a global shortcut to easily bring up Truman Show whenever you want to search for images.
Add the following to your autohotkey script (AHK) file:
^!H::
Run, "c:/apps/.../dist/truman-show.exe"
return
You can now instantly access truman show whenever you type Ctrl-Alt-H.
Copyright (c) 2020 Specular Realms LLC
https://specularrealms.com
26 commits
2 commits
JavaScript
74.6%
HTML
17.9%
CSS
5.9%
Shell
1.5%