Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,15 @@ go run github.com/jedib0t/go-pretty/v6/cmd/demo-table@latest colors

<img src="cmd/demo-table/demo-colors.png" alt="Tables with Colors within a Table in a Terminal" width="640px"/>

📖 [Full documentation →](table/)
📖 [Full documentation →](table/README.md)

### Progress

Track progress of one or more tasks with ETA, speed calculation, indeterminate indicators, and customizable styles.

<img src="progress/images/demo.gif" alt="Progress Demo in a Terminal" width="640px"/>

📖 [Full documentation →](progress/)
📖 [Full documentation →](progress/README.md)

### List

Expand All @@ -78,12 +78,12 @@ Pretty-print hierarchical lists with multiple levels, indentation, and multiple
╰─ The Gunslinger
```

📖 [Full documentation →](list/)
📖 [Full documentation →](list/README.md)

### Text

Utility functions to manipulate strings/text with full ANSI escape sequence support. Used extensively by other packages in this repo.

**Features**: Alignment (horizontal/vertical), colors & formatting, cursor control, text transformation (case, JSON, time, URLs), string manipulation (pad, trim, wrap), and more.

📖 [Full documentation →](text/)
📖 [Full documentation →](text/README.md)