3 dépôts
Rendering data into structured tables and lists for terminal output.
Distinct from Terminal Text Rendering: Distinct from Terminal Text Rendering: focuses on tabular data layout rather than general text scaling and protocols.
Explore 3 awesome GitHub repositories matching user interface & experience · Table-Based Formatting. Refine with filters or upvote what's useful.
gcalcli is a command-line interface and calendar management tool designed for viewing, creating, and managing events within Google Calendar. It functions as a Google API client that allows users to handle scheduling and appointments directly from a terminal without the use of a web browser. The tool enables terminal-based scheduling and calendar workflow automation, providing a way to manage daily agendas and schedule updates through a shell. The utility integrates with the Google Calendar API via a REST client and uses OAuth2 for authentication. It renders API data into human-readable table
Formats Google Calendar API data into human-readable tables and lists for terminal display.
Cli-table is a command-line utility and Node.js library for rendering structured, Unicode-bordered tables with custom widths and alignment in terminal applications. It functions as a table formatting tool designed to style headers, pad cells, and truncate text output for command-line tools. The library supports custom box-drawing characters and corner pieces assembled dynamically around cell content to form structured grid layouts. It handles column-width-based cell wrapping by calculating character lengths to split and wrap multi-line text within fixed terminal bounds, alongside ANSI-style h
Acts as a command-line utility for styling table headers, padding cells, and truncating text output in terminal applications.
The project is a command-line interface for managing cloud infrastructure resources such as servers, networks, storage volumes, and load balancers. It translates terminal flags and positional arguments into signed HTTP requests targeting remote cloud endpoints, enabling users to provision, configure, and delete cloud infrastructure directly from the terminal without using a web browser interface. The utility supports multi-account administration by storing user credentials, active profiles, and preferences locally in configuration files, allowing users to switch between different account envi
Renders command outputs in structured tabular and JSON formats.