The Social Command-Line for the Web
CREATED BY JON AQUINO · 2005 · NOW RUNNING PHP 8.3Every YubNub command looks like COMMAND [ARGS]. The command name is a short alias; the rest is your query.
g nasa → Google search for "nasa"
yt cat videos → YouTube search for "cat videos"
w black hole → Wikipedia article on "black hole"
imdb inception → IMDB search for "inception"
wa integrate x^2 dx → Wolfram|Alpha computation
giphy dancing → Giphy search for "dancing"
Commands are defined by the community — anyone can add one on yubnub.org/add_command.
YubNub is a social command-line for the web, created by Jonathan Aquino (that's Jon!) in 2005. The idea is simple: instead of navigating to a site and typing in a search box, you type a short command and your arguments in a single line. g nasa googles "nasa." yt lofi searches YouTube. wa pi digits asks Wolfram|Alpha.
The twist is that commands are community-defined. Anybody can create a new shortcut pointing to any URL pattern. Over the years, users have contributed thousands of commands — from mainstream search engines to obscure academic databases and niche wikis.
In December 2025, Jon upgraded YubNub's aging server infrastructure using Claude Code as a sysadmin guide, moving from a 2012-era Ubuntu install all the way to modern PHP 8.3 and MySQL 8.0. Read about it on his blog.