TermRead 0.1.1
Please use Terminaux to take advantage of all the features that this library provides.
See the version list below for details.
dotnet add package TermRead --version 0.1.1
NuGet\Install-Package TermRead -Version 0.1.1
<PackageReference Include="TermRead" Version="0.1.1" />
paket add TermRead --version 0.1.1
#r "nuget: TermRead, 0.1.1"
// Install TermRead as a Cake Addin #addin nuget:?package=TermRead&version=0.1.1 // Install TermRead as a Cake Tool #tool nuget:?package=TermRead&version=0.1.1
TermRead
TermRead is a next-generation console reader that allows you to flexibly write your input to the console without any limitations.
Shortcut Guide
Note: Some keys conflict with terminal emulator keybindings.
Keybinding | Action |
---|---|
Ctrl +A / HOME |
Beginning of line |
Ctrl +E / END |
End of line |
Ctrl +B / ← |
Backward one character |
Ctrl +F / → |
Forward one character |
Installation
Available on NuGet
Visual Studio:
PM> Install-Package TermRead
.NET:
dotnet add package TermRead
Usage
This section shows you how to use this library to read the lines and manage history. Just add this to the top of the source file you want to use TermRead on:
using TermRead;
Input
Note: The (prompt>)
is optional
Read input
string input = TermReader.Read("(prompt)> ");
License
MIT License
Copyright (c) 2022-2023 Aptivi
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.1 is compatible. |
.NET Framework | net48 is compatible. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETFramework 4.8
- Extensification (>= 2022.4.1)
-
.NETStandard 2.1
- Extensification (>= 2022.4.1)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on TermRead:
Package | Downloads |
---|---|
KS.CoreCLR
Simulates our future-planned kernel |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated | |
---|---|---|---|
0.6.2 | 667 | 7/27/2023 | |
0.6.1 | 212 | 7/26/2023 | |
0.6.0 | 617 | 7/17/2023 | |
0.5.0 | 475 | 7/8/2023 | |
0.4.0.2 | 334 | 7/2/2023 | |
0.4.0.1 | 220 | 6/30/2023 | |
0.4.0 | 219 | 6/30/2023 | |
0.3.1.1 | 475 | 2/16/2023 | |
0.3.1 | 757 | 1/18/2023 | |
0.3.0.1 | 358 | 1/16/2023 | |
0.3.0 | 362 | 1/16/2023 | |
0.2.0 | 499 | 12/25/2022 | |
0.1.1 | 449 | 12/20/2022 | |
0.1.0 | 681 | 12/17/2022 |