Paginate Output in Console

This page summarizes the projects mentioned and recommended in the original post on /r/golang

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • tablewriter

    ASCII table in golang

  • For a higher level abstraction, look at https://github.com/olekukonko/tablewriter.

  • ripgrep

    ripgrep recursively searches directories for a regex pattern while respecting your gitignore

  • There is nice discussion here: https://github.com/BurntSushi/ripgrep/issues/86

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • Rich Interactive Widgets for Terminal UIs

    Terminal UI library with rich, interactive widgets — written in Golang

  • You can use https://github.com/rivo/tview/ Or if that is too complex you can print something on the same line by doing a carrot return like this: fmt.Printf("\rPrinting on the same line over and over")

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts