-
Notifications
You must be signed in to change notification settings - Fork 3
Home
evnxwashere edited this page May 8, 2023
·
3 revisions
- Features
- Requirements for Ready-to-use build
- Building Locally/Development
- Installation for Windows
- Installation for Linux
- Environment Variable Path Issue
- How to use 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.
- Streaming Mode
- No Ads
- Lightweight
- .NET Core 7
- .NET Runtime Desktop
- OS: Windows 10 1809 Update (build 17763) or later / Windows 11 (Any builds)
- Internet Access: Yes
To use NontanCLI, follow these steps:
- Install .NET Core 7 on your machine.
- Clone the NontanCLI repository from GitHub.
- Open the solution in Visual Studio 2022.
- Build the solution to generate the NontanCLI executable.
- Open a command prompt or terminal window.
- Navigate to the directory where the NontanCLI executable is located.
- Execute NontanCLI commands as needed.
- Download Latest Version of NontanCLI from Release Page
- Run NontanCLI-setup.exe
- Read and accept the license agreements
- Click Next > Next > Next (Windows user will relate)
- Click Finish
- Type NontanCLI to run the app
- Download Latest Version of NontanCLI from Release Page
- Unzip the zip file
- Open a terminal and navigate to the directory where NontanCLI is located.
- Type
chmod +x NontanCLI
to make the file executable - Type
./NontanCLI
to run the app
If you can’t run NontanCLI on Command Prompt, check the environment variable:
- Open the Windows Start menu and search for "Environment Variables".
- Click on "Edit the system environment variables" to open the System Properties window.
- Click on the "Environment Variables" button at the bottom of the window
- 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.
- Click the "Edit" button to modify the "Path" variable.
- 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 (;). - Click "OK" to close all the windows.
- 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.
NontanCLI -h
or
NontanCLI -help
or
NontanCLI --help
NontanCLI -s {Query}
or
NontanCLI -search {Query}
NontanCLI -w {Episode ID}
or
NontanCLI -watch {Episode ID}
NontanCLI -t
or
NontanCLI -trending
NontanCLI -p
or
NontanCLI -popular
NontanCLI -v
or
NontanCLI -version