Skip to content

Latest commit

 

History

25 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Strox - String Approximate

Find strings that matches approximately the given query.

Running as tool

You can run strox from the terminal if installed, usually through pipx install or uv tool install.

To enable colors, install with the cli-color extra:

pipx install strox[cli-extra]
# or
uv tool install strox[cli-extra]

Example of querying for the closest matching option, with weight parameter:

strox "an" "Apple pie" "Indigo" "Banana" --insertion-cost 0.1
# Result: "Banana"

Tip: Run strox --help for more options.

License

MIT

About

Find strings that matches approximately the given pattern

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages