Skip to content

wasi-master/word-starts-with

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

word-starts-with

Find a word that starts with something

Created for r/askouija.

Usage

Simple one word usage

python -m wsw [text]

or

wsw [text]

Where [text] is the text you want to check.

Interactive session

wsw

This will start a interactive session where you can put words again and again Example

You can exit out of this by using Ctrl+C

Saving output to a file

You can just append a > filename at the end of the command to pipe the output to a file e.g. wsw [text] > text.txt

About

CLI to find a word that starts with some character(s)

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages