Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/forewing/wordler
https://github.com/forewing/wordler
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/forewing/wordler
- Owner: forewing
- License: mit
- Archived: true
- Created: 2022-02-06T17:14:29.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-16T23:06:15.000Z (almost 3 years ago)
- Last Synced: 2024-06-20T12:44:14.599Z (7 months ago)
- Language: Go
- Homepage:
- Size: 1010 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WORDLER
## Command Line
### Usage
```
./wordler -h
Usage of ./wordler:
-at {index}:{letter}
comma-seperated {index}:{letter}, where {letter} is at {index} (0-based) of the target
-has string
comma-seperated strings the target contains
-len int
length of word
-max int
max output words (default 20)
-no string
comma-seperated strings the target does not contain
-not-at {index}:{letter}
comma-seperated {index}:{letter}, where {letter} is not at {index} (0-based) of the target
-version
display version
```### Example
```
$ ./wordler -at 2:i -not-at 1:l,4:k -has l,k -no a,e,o,u
[krill skill skirl]
```## Web
### Usage
```
Usage of wordler-web:
-bind string
bind address (default "0.0.0.0:8080")
-debug
enable debug mode
-max int
max response length (default 1000)
-version
display version
```### Docker
- [Dockerfile](./Dockerfile)
- [docker-compose.yml](./docker-compose.yml)