USAGE: feelings <pattern>

With a pattern, feelings will show you all souls matching the given pattern.
Without an argument, feelings will list all available soul commands.

Examples:

	feelings  			-- show all souls
	feelings s			-- show all souls beginning w/ an s
	feelings s*e			-- show all souls beggining w/ an s,
					   having anything in the middle, and
					   ending with an e.

