![]() |
Cockatrice 2026-03-05-Development-2.11.0-beta.54
A virtual tabletop for multiplayer card games
|
The search bar recognizes a set of special commands.
In this list of examples below, each entry has an explanation and can be clicked to test the query. Note that all searches are case insensitive.
"red deck wins" (Any deck with a display name containing the exact phrase "red deck wins")
n:"red deck wins" (Any deck with a name containing the exact phrase "red deck wins")
fn:"red deck wins" (Any deck with a filename containing the exact phrase "red deck wins")
p:edh/ (Any deck with "edh/" in its relative path, A.K.A. decks in the "edh" folder)
f:standard (Any deck with format set to standard)
c:"good deck" (Any deck with comments containing the exact phrase "good deck")
[[]]:100 (Any deck that contains exactly 100 cards)
soldier -aggro (Any deck filename that contains "soldier", but not "aggro")
t:aggro OR o:control (Any deck filename that contains either aggro or control)
red -([[]]:100 OR aggro) (Any deck that has red in its filename but is not 100 cards or has aggro in its filename)