wordplay is a command-line anagram finder. It takes an input string and searches a supplied word list to generate valid anagrams, while also offering controls for candidate word selection and output size.
The program is intended for users who want a lightweight UNIX-style tool for exploring anagrams from words or phrases using custom dictionaries and filtering options.
This is free and open source software.
Key Features
- Finds anagrams for a specified word or phrase using a word list.
- Can print candidate words that can be formed from the input letters before generating anagrams.
- Supports silent mode for producing plain output suitable for pipes or redirection.
- Lets users include or exclude the original input string from the results.
- Can allow repeated use of the same word within anagrams.
- Supports minimum and maximum candidate word length limits.
- Lets users limit the maximum number of words that may appear in an anagram.
- Can require a specific word to appear in every generated anagram.
- Supports alternate word files, including reading a word list from standard input.
- Includes language code handling for unusual normalization cases in supported languages.
Website: github.com/mendelmunkis/wordplay
Support:
Developer: Evans A Criswell
License: GNU General Public License v3.0

wordplay is written in C. Learn C with our recommended free books and free tutorials.
Explore our comprehensive directory of recommended free and open source software. Our carefully curated collection spans every major software category.This directory is part of our ongoing series of informative articles for Linux enthusiasts. It features hundreds of detailed reviews, along with open source alternatives to proprietary solutions from major corporations such as Google, Microsoft, Apple, Adobe, IBM, Cisco, Oracle, and Autodesk. You’ll also find interesting projects to try, hardware coverage, free programming books and tutorials, and much more. Know a useful open source Linux program that we haven’t covered yet? Let us know by completing this form. |

