// &(Rule){ LAUNCH, "find Code -type f -name \"*$data\" | xargs -r edit", NULL },
// &(Rule){ COMPLETE, NULL, NULL }
// },
+
+ (Rule*[]){ /* Open man pages in a tide window */
+ &(Rule){ ISSET, "BROWSER", NULL },
+ &(Rule){ MATCHES, "data", "(.+)\\(([0-9]+)\\)" },
+ &(Rule){ LAUNCH, "man -Pcat $M2 \"$M1\" | tide -", NULL },
+ &(Rule){ COMPLETE, NULL, NULL }
+ },
(Rule*[]){ /* If it's an existing directory, open it with system default */
&(Rule){ ISDIR, "$data", NULL },
&(Rule){ LAUNCH, "cd $data && ls -ap | tide -", NULL },