Finds tripcodes that contain patterns
cargo build --release
trip [pattern]...
trip finds 2channel-style tripcodes that contain any of the patterns given as arguments. If a tripcode containing a pattern is found, trip will print the password and the tripcode it generates. By default, trip will only use one processor. The number of processors to use can be set using the NUMBER_OF_PROCESSORS environment variable. To stop searching for tripcodes, press the Enter key.