An open API service indexing awesome lists of open source software.

https://github.com/ferhatgec/cliwidget

Fegeya CLIWidget, Single header CLI-based widgets for C++ developers.
https://github.com/ferhatgec/cliwidget

branch cli cpp cpp17 emoji git mercurial single-header time widget

Last synced: 9 months ago
JSON representation

Fegeya CLIWidget, Single header CLI-based widgets for C++ developers.

Awesome Lists containing this project

README

          

# Fegeya CLIWidget
## Fegeya CLIWidget, Single header CLI-based widgets for C++ developers.

```cpp
#include
#include "CLIWidget.hpp"

int main() {
CLIWidget::time_widget();

std::cout << "\n";

return 0;
}
```

### Fegeya CLIWidget licensed under the terms of MIT License.