All Projects β†’ lastunicorn β†’ ConsoleTools

lastunicorn / ConsoleTools

Licence: GPL-3.0 license
A set of tools and "controls" for the .net Console.

Programming Languages

C#
18002 projects
powershell
5483 projects

Projects that are alternatives of or similar to ConsoleTools

Datatablesbundle
This Bundle integrates the jQuery DataTables plugin into your Symfony application.
Stars: ✭ 334 (+398.51%)
Mutual labels:  datatable, data-table
Ng Http Loader
🍑 Smart angular HTTP interceptor - Intercepts automagically HTTP requests and shows a spinkit spinner / loader / progress bar
Stars: ✭ 327 (+388.06%)
Mutual labels:  progress-bar, spinner
progress
Easy progress reporting for D
Stars: ✭ 20 (-70.15%)
Mutual labels:  progress-bar, spinner
Reactgrid
Add spreadsheet-like behavior to your React app
Stars: ✭ 289 (+331.34%)
Mutual labels:  datatable, data-table
Yurnalist
An elegant console reporter, borrowed from Yarn
Stars: ✭ 88 (+31.34%)
Mutual labels:  progress-bar, spinner
React Nprogress
βŒ›οΈ A React primitive for building slim progress bars.
Stars: ✭ 173 (+158.21%)
Mutual labels:  progress-bar, spinner
Progress bar
Command-line progress bars and spinners for Elixir.
Stars: ✭ 281 (+319.4%)
Mutual labels:  progress-bar, spinner
Angular Slickgrid
Angular-Slickgrid is a wrapper of the lightning fast & customizable SlickGrid datagrid, it also includes multiple Styling Themes
Stars: ✭ 298 (+344.78%)
Mutual labels:  datatable, data-table
Mpb
multi progress bar for Go cli applications
Stars: ✭ 1,221 (+1722.39%)
Mutual labels:  progress-bar, spinner
Android Spinkit
Android loading animations
Stars: ✭ 8,096 (+11983.58%)
Mutual labels:  progress-bar, spinner
Spinner
Go (golang) package with 90 configurable terminal spinner/progress indicators.
Stars: ✭ 1,637 (+2343.28%)
Mutual labels:  progress-bar, spinner
Alive Progress
A new kind of Progress Bar, with real-time throughput, ETA, and very cool animations!
Stars: ✭ 2,940 (+4288.06%)
Mutual labels:  progress-bar, spinner
Ngx Ui Loader
Multiple Loaders / spinners and Progress bar for Angular 5, 6, 7 and 8+
Stars: ✭ 368 (+449.25%)
Mutual labels:  progress-bar, spinner
React Native Loading Spinner Overlay
πŸ’ˆ React Native loading spinner overlay
Stars: ✭ 1,369 (+1943.28%)
Mutual labels:  progress-bar, spinner
Vue Wait
Complex Loader and Progress Management for Vue/Vuex and Nuxt Applications
Stars: ✭ 1,869 (+2689.55%)
Mutual labels:  progress-bar, spinner
Liquid progress indicator
A liquid progress indicator for Flutter
Stars: ✭ 176 (+162.69%)
Mutual labels:  progress-bar
Circularprogressindicator
Customizable circular progress indicator
Stars: ✭ 232 (+246.27%)
Mutual labels:  progress-bar
Lkawavecircleprogressbar
δΈ€ζ¬ΎεΈ¦ζœ‰εŒζ³’ζ΅ͺεŠ¨η”»ηš„εœ†ε½’θΏ›εΊ¦ζŒ‡η€Ίε™¨
Stars: ✭ 175 (+161.19%)
Mutual labels:  progress-bar
CBioInfCpp-0-
The lib CBioInfCpp.h contains 3 groups of functions for C++: "Input-Output", "Working with strings", "Working with graphs". Data structures "Adjacency vector" and "Adjacency map" are implemented in the last one (i.e. in "Working with graphs"). See About_CBioInfCpp for details.
Stars: ✭ 12 (-82.09%)
Mutual labels:  input-output
Beerprogressview
A library that lets you create a beer styled progress view with bubbles and all! (hic) 🍺
Stars: ✭ 230 (+243.28%)
Mutual labels:  progress-bar

Donations

If you like my work and want to support me, you can buy me a coffee:

ko-fi

Console Tools

A set of tools and "controls" for the .net Console. They help displaying and reading data to/from the user.

Bugs and feature requests

Please add a new issue if:

  • you found a bug;
  • you see an improvement that can be done;
  • you think of a control that is cool to add.

Most cool controls

This is a list of most important controls that are provided by this library. There is a DataGrid control that can display tabular data, there is a progress bar, a spinner, menus, etc.

All controls have configurable top and bottom margins and paddings.

DataGrid

Displays tabular data. Optionally, it can display a title, column headers, different types of borders, cell margins, etc.

DataGrid Example Result

Yes/No Question

Asks a question to the user and expects a yes/no answer.

YesNoCancel Example Result

Progress Bar

Displays a progress bar, to show the amount of finished work.

ProgressBar Example Result

Spinner

A "loading" control to be displayed while running an asynchronous jobs for which the remaining work cannot be estimated.

Scroll Menu

A menu where the user can navigate through the items with up/down keys.

ScrollMenu Example Result

TextMenu

A menu where the user selects an item by typing its id.

TextMenu Example Result

Prompter

Displays a prompter and waits for the user to type a command.

Pause Control

Custom text, custom unpause key, the usual top and bottom margins.

Pause Control Quick Example Result

Read/Write value

Reads or writes a value from/to the console. Read Value - Write Value

TextInput Instance Example Result

TextOutput Instance Example Result

Read/Write list of values:

Reads or displays a list of values from/to the user. Read List of Values - Write List of Values

ListInput Quick Example Result

Other controls:

  • ControlRepeater - Repeatedly display a specific control until it is closed.
  • Sound - A class that helps you make short sounds on specific frequencies.
  • Guardian - A class that helps you prevent multiple instances of the same application.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].