trip

Crates.iotrip
lib.rstrip
version0.1.12
sourcesrc
created_at2017-04-04 17:52:46.044211
updated_at2018-03-12 00:37:02.725794
descriptionFinds tripcodes that contain patterns
homepage
repositoryhttps://github.com/wwalexander/trip
max_upload_size
id9610
size39,602
William Alexander (wwalexander)

documentation

README

trip

Finds tripcodes that contain patterns

trip's current version badge

Building

cargo build --release

Usage

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.

Commit count: 51

cargo fmt