diff --git a/pages/linux/pokego.md b/pages/linux/pokego.md
new file mode 100644
index 00000000000000..6dbaf3b2cbb6e7
--- /dev/null
+++ b/pages/linux/pokego.md
@@ -0,0 +1,25 @@
+# pokego
+
+> Displays Pokémon sprites in color directly in your terminal.
+> Inspired by Phoney badger's `pokemon-colorscripts` but offers enhanced speed and efficiency.
+> More information: .
+
+- Print a specific Pokémon:
+
+`pokego --name charizard`
+
+- Print a specific shiny Pokémon:
+
+`pokego --name spheal -shiny`
+
+- Print an alternative form of a Pokémon:
+
+`pokego --name blastoise --form mega`
+
+- Print random Pokémon from generations 1-3 (range):
+
+`pokego --random 1-3`
+
+- Do not display Pokémon name (default: false):
+
+`pokego --random 1-3 --no-title`