A final fix of README.md!
This commit is contained in:
parent
9a76498159
commit
a4deda2ff5
31
README.md
31
README.md
|
@ -26,23 +26,32 @@ When running the script, you'll see a prompt:
|
|||
\>\>
|
||||
|
||||
In this prompt you can type any of the following commands:
|
||||
(!) about View the about page.
|
||||
(cls) clear Clear the screen.
|
||||
(dl) download [URL] Download the selected/specified video.
|
||||
exit Exit Shelltube.
|
||||
(?) help Display this message.
|
||||
(md) metadata [URL] Display selected/specified video's MD.
|
||||
(/) search {term} Perform a search.
|
||||
(str) stream [URL] Stream the selected/specified video.
|
||||
(sel) video {URL} Select video based on URL or ID.
|
||||
(!) about
|
||||
*View the about page.*
|
||||
(cls) clear
|
||||
*Clear the screen.*
|
||||
(dl) download [URL]
|
||||
*Download the selected/specified video.*
|
||||
exit
|
||||
*Exit Shelltube.*
|
||||
(?) help
|
||||
*Display this message.*
|
||||
(md) metadata [URL]
|
||||
*Display selected/specified video's MD.*
|
||||
(/) search {term}
|
||||
*Perform a search.*
|
||||
(str) stream [URL]
|
||||
*Stream the selected/specified video.*
|
||||
(sel) video {URL}
|
||||
*Select video based on URL or ID.*
|
||||
|
||||
In (parenthesis), smaller aliases for the commands are written.
|
||||
In {curly brackets}, required arguments are written.
|
||||
In [brackets], optional arguments are written.
|
||||
|
||||
You can use Shelltube in one of two ways (or both):
|
||||
A) By selecting a video and then doing something with it
|
||||
B) By doing something and specifying the video
|
||||
   A) By selecting a video and then doing something with it
|
||||
   B) By doing something and specifying the video
|
||||
|
||||
Method A entails using either the "video" or "search" command
|
||||
to select a video, which will then be displayed before the prompt
|
||||
|
|
Reference in New Issue