X-Git-Url: http://njoseph.me/gitweb/nimcoon.git/blobdiff_plain/ff0a15bf2f06bd2380dce5c5584c5d871346a3c9..81fb030b66879a978387ce2e45530318eb4eaa60:/README.md diff --git a/README.md b/README.md index 2b09f97..13cb14a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# NimCoon +# Nimcoon Play videos from YouTube and PeerTube from the command line using your preferred desktop media player. @@ -28,7 +28,7 @@ I tried all kinds of alternative YouTube players for the desktop. Most are eithe YouTube's business incentive is to make you watch as many videos as possible. If you open the YouTube website and are logged into it, you will just get distracted by recommendations and forget why you opened it in the first place. You might have wanted to watch a conference talk but end up going down a rabbit hole of other "interesting" videos customized for you. -NimCoon has a spartan design. It doesn't even show images of the search results. It doesn't let you browse YouTube. You have to explicitly search for something. +Nimcoon has a spartan design. It doesn't even show images of the search results. It doesn't let you browse YouTube. You have to explicitly search for something. I have had better success with managing my YouTube consumption after shifting to this tool. Settings inspired by Pinafore's wellness settings. @@ -91,7 +91,7 @@ npm install --global peerflix webtorrent-cli ### Installing using Nimble -NimCoon can be installed from Nimble repositories: +Nimcoon can be installed from Nimble repositories: ``` sh nimble install nimcoon @@ -144,7 +144,7 @@ again. ### Command line arguments -NimCoon provides both interactive and non-interactive arguments with significant +Nimcoon provides both interactive and non-interactive arguments with significant overlap. But some arguments might only be present in one mode. Non-interactive arguments are specified to the nimcoon program and apply @@ -159,7 +159,7 @@ case-by-case basis using the interactive arguments. | -d, --download | Download video or music | | -a, --auto-play | Play the next search result (YouTube only) | -Feel free to use these options in any combination. NimCoon will show a helpful +Feel free to use these options in any combination. Nimcoon will show a helpful error message if you pick incompatible options. Interactive arguments are provided during selection of a search result. These @@ -178,7 +178,7 @@ options as single characters. i.e | -d, --download | Download video or music | | -a, --auto-play | Play the next search result (YouTube only) | -Auto-playing videos leads to binge watching. The default option in NimCoon is to +Auto-playing videos leads to binge watching. The default option in Nimcoon is to support auto-play for music only. ## Development