https://github.com/console-table-printer/homebrew-console-table
🍻 Homebrew tap for installing Console Table Cli
https://github.com/console-table-printer/homebrew-console-table
brew-tap console-tool homebrew table table-generaor
Last synced: about 1 month ago
JSON representation
🍻 Homebrew tap for installing Console Table Cli
- Host: GitHub
- URL: https://github.com/console-table-printer/homebrew-console-table
- Owner: console-table-printer
- Created: 2025-05-24T21:45:48.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-11T08:40:44.000Z (about 1 year ago)
- Last Synced: 2025-10-24T01:08:54.533Z (8 months ago)
- Topics: brew-tap, console-tool, homebrew, table, table-generaor
- Language: Ruby
- Homepage:
- Size: 31.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ctp - A Homebrew CLI Table Printer
[](https://brew.sh)
> This is a Homebrew tap for [table-printer-cli](https://github.com/console-table-printer/table-printer-cli), a Node.js CLI tool for printing beautiful tables in your terminal.
## 🚀 Quick Install
```bash
brew install console-table-printer/homebrew-console-table/ctp
```
## 📋 Usage
After installation, you can use the `ctp` command in your terminal:
```bash
# Show help
ctp --help
# Simple Table
ctp -i '[{ "id":3, "text":"like" }, {"id":4, "text":"tea"}]'
# Use custom column styles
ctp -i '[{"id":1,"status":"active"},{"id":2,"status":"inactive"}]' --tableOptions '{"columns": [{"name": "status", "color": "green"}]}'
# Change table title
ctp -i '[{"id":1,"name":"John"}]' --tableOptions '{"title": "Users List"}'
```
## 🗑️ Uninstallation
To remove the package:
```bash
# Uninstall the package
brew uninstall ctp
```