Skip to content
evnxwashere edited this page May 8, 2023 · 3 revisions

NontanCLI

NontanCLI is a lightweight command-line interface (CLI) tool with streaming mode and no ads. It requires .NET Core 7 and .NET Runtime Desktop, and can be run on Windows 10 1809 Update or later and Windows 11.

Features

  • Streaming Mode
  • No Ads
  • Lightweight

Requirements for Ready-to-use build

  • .NET Core 7
  • .NET Runtime Desktop
  • OS: Windows 10 1809 Update (build 17763) or later / Windows 11 (Any builds)
  • Internet Access: Yes

Building Locally/Development

To use NontanCLI, follow these steps:

  1. Install .NET Core 7 on your machine.
  2. Clone the NontanCLI repository from GitHub.
  3. Open the solution in Visual Studio 2022.
  4. Build the solution to generate the NontanCLI executable.
  5. Open a command prompt or terminal window.
  6. Navigate to the directory where the NontanCLI executable is located.
  7. Execute NontanCLI commands as needed.

Installation for Windows

  1. Download Latest Version of NontanCLI from Release Page
  2. Run NontanCLI-setup.exe
  3. Read and accept the license agreements
  4. Click Next > Next > Next (Windows user will relate)
  5. Click Finish
  6. Type NontanCLI to run the app

Installation for Linux

  1. Download Latest Version of NontanCLI from Release Page
  2. Unzip the zip file
  3. Open a terminal and navigate to the directory where NontanCLI is located.
  4. Type chmod +x NontanCLI to make the file executable
  5. Type ./NontanCLI to run the app

Environment Variable Path Issue

If you can’t run NontanCLI on Command Prompt, check the environment variable:

  1. Open the Windows Start menu and search for "Environment Variables".
  2. Click on "Edit the system environment variables" to open the System Properties window.
  3. Click on the "Environment Variables" button at the bottom of the window
  4. In the "User variables" section, check if there is a variable named "Path". If not, click the "New" button to create a new variable and enter "Path" as the name.
  5. Click the "Edit" button to modify the "Path" variable.
  6. Click the "New" button and enter the path to the NontanCLI directory, which is typically "C:\Users\{your_username}\AppData\Local\Programs\NontanCLI". Make sure to separate the new path from the existing paths with a semicolon (;).
  7. Click "OK" to close all the windows.
  8. Now the NontanCLI directory should be added to your system's PATH environment variable. You should be able to run NontanCLI from the command line without any issues.

Usage


Help Menu

NontanCLI -h 

or

NontanCLI -help

or

NontanCLI --help 

Search With Query

NontanCLI -s {Query}

or

NontanCLI -search {Query}

Watch using Episode ID

NontanCLI -w {Episode ID}

or

NontanCLI -watch {Episode ID}    

Trending Discovery

NontanCLI -t 

or

NontanCLI -trending

Popular Discovery

NontanCLI -p 

or

NontanCLI -popular

Check Version

NontanCLI -v 

or

NontanCLI -version