/xsyn

📑 dead simple word suggestion CLI

Primary LanguageShellMIT LicenseMIT

logo-of-xsyn

XSYN

get similar words with fix length

NAME
	xsyn - get similar words in a fixed or free length


SYNOPSIS
  xsyn <WORD> [<LENGTH>]


DESCRIPTION
	xsyn is a thin wrapper on some public APIs,
  it get similar words to arg <WORD> in with [<LENGTH>] characters


.
EXAMPLES

	# get similar words to done with 7 characters
	xsyn done 7
		# ALLOVER	ATTEND	CORRECT	THROUGH	YIELDED

	# get similar words to done with 4 characters
	xsyn done 4
		# DEED	FINI	GAVE	OVER	SHOT	TADA

	# get similar words to done with any length
	xsyn done
	 # accomplished	achieved	agreed		approved	baked
	 # boiled		bygone		compacted	complete	completed
	 # concluded	consummate	consummated	cooked		determined
	 # discharged	done with	ended		executed	finished
	 # forgotten	fried		full		full-fledged	gone
	 # gone by		over		past		performed	settled
	 # signed		terminated	through

Requirements


Installation

  • clone repo
  • give execution permissions
  • place it in your path
# Clone the repo
git clone git@github.com:metaory/xsyn.git

# Navigate to repo
cd xsyn

# Give execution permissions
chmod +x xsyn

# Link it somewhere in your PATH
ln -svf $PWD/xsyn /usr/bin/xsyn

# Use it anywhere

# Usage
xsyn void 7
	# ABOLISH	ABSENCE	BEGGING	DEADPAN	EXCRETE	INVALID	LACKING
	# MISSING	NULLIFY	REPRESS	RESCIND	SCHLOCK	SUBJECT	UNKNOWN
	# UNMOVED	UNNAMED	UNTRIED	URINATE	USELESS	VACUOUS	WANTING

TODO

  • Makefile
  • Pager mod
  • Fallback providers

License

MIT