]> njoseph.me Git - nimcoon.git/blobdiff - README.md
Rebrand NimCoon to Nimcoon
[nimcoon.git] / README.md
index 2b09f97f4d3353392f522b886303e141a4ce081f..13cb14a29b0f8d9c87f03fdbb8ec6cf6f53ea276 100644 (file)
--- 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.
 
 
 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. 
 
 
 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.
 
 
 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
 
 
 ### Installing using Nimble
 
-NimCoon can be installed from Nimble repositories:
+Nimcoon can be installed from Nimble repositories:
 
 ``` sh
 nimble install nimcoon
 
 ``` sh
 nimble install nimcoon
@@ -144,7 +144,7 @@ again.
 
 ### Command line arguments
 
 
 ### 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
 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) |
 
 | -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
 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) |
 
 | -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
 support auto-play for music only.
 
 ## Development