# jay-cli (only for learning purpose) Listen music via CLI * Currently, it's only tested on MacOS ``` _____ _____ _____ _____ _____ _____ /\ \ /\ \ |\ \ /\ \ /\ \ /\ \ /::\ \ /::\ \ |:\____\ /::\ \ /::\____\ /::\ \ \:::\ \ /::::\ \ |::| | /::::\ \ /:::/ / \:::\ \ \:::\ \ /::::::\ \ |::| | /::::::\ \ /:::/ / \:::\ \ \:::\ \ /:::/\:::\ \ |::| | /:::/\:::\ \ /:::/ / \:::\ \ \:::\ \ /:::/__\:::\ \ |::| | /:::/ \:::\ \ /:::/ / \:::\ \ /::::\ \ /::::\ \:::\ \ |::| | /:::/ \:::\ \ /:::/ / /::::\ \ _____ /::::::\ \ /::::::\ \:::\ \ |::|___|______ /:::/ / \:::\ \ /:::/ / ____ /::::::\ \ /\ \ /:::/\:::\ \ /:::/\:::\ \:::\ \ /::::::::\ \ /:::/ / \:::\ \ /:::/ / /\ \ /:::/\:::\ \ /::\ /:::/ \:::\____\/:::/ \:::\ \:::\____\ /::::::::::\ \ /:::/____/ \:::\____\/:::/____/ /::\ \/:::/ \:::\____\ \:::\ /:::/ \::/ /\::/ \:::\ /:::/ / /:::/~~~~/~~ \ ___\ \:::\ \ \::/ /\:::\ \ \:::\ /:::/ \::/ / \:::\/:::/ / \/____/ \/____/ \:::\/:::/ / /:::/ / \:::\ \ \/____/ \:::\ \ \:::\/:::/ / \/____/ \::::::/ / \::::::/ / /:::/ / \:::\ \ \:::\ \ \::::::/ / \::::/ / \::::/ / /:::/ / \:::\ \ \:::\ \ \::::/____/ \::/ / /:::/ / \::/ / \:::\ \ \:::\ \ \:::\ \ \/____/ /:::/ / \/____/ \:::\ \ \:::\ \ \:::\ \ /:::/ / \:::\ \ \:::\ \ \:::\ \ /:::/ / \:::\____\ \:::\____\ \:::\____\ \::/ / \::/ / \::/ / \::/ / \/____/ \/____/ \/____/ \/____/ ```  ## How to install ``` cargo install jay-cli ``` ## How to use There are two commands: `single` and `random` * single: you need to choose song manually * random: song is choson for you randomly * loop-one: choose one song and loop forever ``` Usage: jay-cli <COMMAND> Commands: single Choose song manually one by one after playing random Song automatically chosen for you after playing help Print this message or the help of the given subcommand(s) Options: -h, --help Print help ``` ## Architecture Might be a little bit complex than it should be! 