Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ghostbar/combinatory.go
Creates a list of possible combinations of chars for a word
https://github.com/ghostbar/combinatory.go
Last synced: 8 days ago
JSON representation
Creates a list of possible combinations of chars for a word
- Host: GitHub
- URL: https://github.com/ghostbar/combinatory.go
- Owner: ghostbar
- License: mit
- Created: 2016-09-07T15:38:37.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-14T10:12:41.000Z (about 7 years ago)
- Last Synced: 2024-06-20T14:17:04.711Z (5 months ago)
- Language: Go
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
combinatory(1) -- creates a list of possible combinations of chars for a word
=============================================================================## SYNOPSYS
`combinatory` worder [--entry |-e ...] [--howmany] [--save-to-file] [--basedir ]
## DESCRIPTION
Taking a word as input, it will create a list of possible variations for that
word using different characters that matches writing the keyboard with a
modifier key.## EXAMPLE
$ combinatory worder --entry "ab" --howmany
60
$ combinatory worder --entry "ab"
ab
Ab
4b
$b
áb
Áb
äb
Äb
àb
Àb
ãb
Ãb
ab
aB
a8
a*
Ab
AB
A8
A*
4b
4B
48
4*
$b
$B
$8
$*
áb
áB
á8
á*
Áb
ÁB
Á8
Á*
äb
äB
ä8
ä*
Äb
ÄB
Ä8
Ä*
àb
àB
à8
à*
Àb
ÀB
À8
À*
ãb
ãB
ã8
ã*
Ãb
ÃB
Ã8
Ã*
$ combinatory worder --entry "ab" --save-to-file
$ ls
ab.txt## AUTHOR AND LICENSE
© 2016, Jose-Luis Rivas ``. Licensed under the MIT terms, you
can find a copy distributed with the source code under the file `LICENSE`.