[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-4725":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":16,"subscribersCount":16,"size":16,"stars1d":17,"stars7d":18,"stars30d":19,"stars90d":16,"forks30d":16,"starsTrendScore":20,"compositeScore":21,"rankGlobal":10,"rankLanguage":10,"license":22,"archived":23,"fork":23,"defaultBranch":24,"hasWiki":25,"hasPages":23,"topics":26,"createdAt":10,"pushedAt":10,"updatedAt":31,"readmeContent":32,"aiSummary":33,"trendingCount":16,"starSnapshotCount":16,"syncStatus":34,"lastSyncTime":35,"discoverSource":36},4725,"glow","charmbracelet\u002Fglow","charmbracelet","Render markdown on the CLI, with pizzazz! 💅🏻","",null,"Go",25760,702,83,146,0,17,144,638,124,43.54,"MIT License",false,"master",true,[27,28,29,30],"cli","excitement","hacktoberfest","markdown","2026-06-12 02:01:03","# Glow\n\nRender markdown on the CLI, with _pizzazz_!\n\n\u003Cp align=\"center\">\n    \u003Cimg src=\"https:\u002F\u002Fstuff.charm.sh\u002Fglow\u002Fglow-banner-github.gif\" alt=\"Glow Logo\">\n    \u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fcharmbracelet\u002Fglow\u002Freleases\">\u003Cimg src=\"https:\u002F\u002Fimg.shields.io\u002Fgithub\u002Frelease\u002Fcharmbracelet\u002Fglow.svg\" alt=\"Latest Release\">\u003C\u002Fa>\n    \u003Ca href=\"https:\u002F\u002Fpkg.go.dev\u002Fgithub.com\u002Fcharmbracelet\u002Fglow?tab=doc\">\u003Cimg src=\"https:\u002F\u002Fgodoc.org\u002Fgithub.com\u002Fgolang\u002Fgddo?status.svg\" alt=\"GoDoc\">\u003C\u002Fa>\n    \u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fcharmbracelet\u002Fglow\u002Factions\">\u003Cimg src=\"https:\u002F\u002Fgithub.com\u002Fcharmbracelet\u002Fglow\u002Fworkflows\u002Fbuild\u002Fbadge.svg\" alt=\"Build Status\">\u003C\u002Fa>\n    \u003Ca href=\"https:\u002F\u002Fgoreportcard.com\u002Freport\u002Fgithub.com\u002Fcharmbracelet\u002Fglow\">\u003Cimg src=\"https:\u002F\u002Fgoreportcard.com\u002Fbadge\u002Fcharmbracelet\u002Fglow\" alt=\"Go ReportCard\">\u003C\u002Fa>\n\u003C\u002Fp>\n\n\u003Cp align=\"center\">\n    \u003Cimg src=\"https:\u002F\u002Fgithub.com\u002Fuser-attachments\u002Fassets\u002Fc2246366-f84b-4847-b431-32a61ca07b74\" width=\"800\" alt=\"Glow UI Demo\">\n\u003C\u002Fp>\n\n## What is it?\n\nGlow is a terminal based markdown reader designed from the ground up to bring\nout the beauty—and power—of the CLI.\n\nUse it to discover markdown files, read documentation directly on the command\nline. Glow will find local markdown files in subdirectories or a local\nGit repository.\n\n## Installation\n\n### Package Manager\n\n```bash\n# macOS or Linux\nbrew install glow\n```\n\n```bash\n# macOS (with MacPorts)\nsudo port install glow\n```\n\n```bash\n# Arch Linux (btw)\npacman -S glow\n```\n\n```bash\n# Void Linux\nxbps-install -S glow\n```\n\n```bash\n# Nix shell\nnix-shell -p glow --command glow\n```\n\n```bash\n# FreeBSD\npkg install glow\n```\n\n```bash\n# Solus\neopkg install glow\n```\n\n```bash\n# Windows (with Chocolatey, Scoop, or Winget)\nchoco install glow\nscoop install glow\nwinget install charmbracelet.glow\n```\n\n```bash\n# Android (with termux)\npkg install glow\n```\n\n```bash\n# Ubuntu (Snapcraft)\nsudo snap install glow\n```\n\n```bash\n# Debian\u002FUbuntu\nsudo mkdir -p \u002Fetc\u002Fapt\u002Fkeyrings\ncurl -fsSL https:\u002F\u002Frepo.charm.sh\u002Fapt\u002Fgpg.key | sudo gpg --dearmor -o \u002Fetc\u002Fapt\u002Fkeyrings\u002Fcharm.gpg\necho \"deb [signed-by=\u002Fetc\u002Fapt\u002Fkeyrings\u002Fcharm.gpg] https:\u002F\u002Frepo.charm.sh\u002Fapt\u002F * *\" | sudo tee \u002Fetc\u002Fapt\u002Fsources.list.d\u002Fcharm.list\nsudo apt update && sudo apt install glow\n```\n\n```bash\n# Fedora\u002FRHEL\necho '[charm]\nname=Charm\nbaseurl=https:\u002F\u002Frepo.charm.sh\u002Fyum\u002F\nenabled=1\ngpgcheck=1\ngpgkey=https:\u002F\u002Frepo.charm.sh\u002Fyum\u002Fgpg.key' | sudo tee \u002Fetc\u002Fyum.repos.d\u002Fcharm.repo\nsudo yum install glow\n```\n\nOr download a binary from the [releases][releases] page. MacOS, Linux, Windows,\nFreeBSD and OpenBSD binaries are available, as well as Debian, RPM, and Alpine\npackages. ARM builds are also available for macOS, Linux, FreeBSD and OpenBSD.\n\n### Go\n\nOr just install it with `go`:\n\n```bash\ngo install github.com\u002Fcharmbracelet\u002Fglow\u002Fv2@latest\n```\n\n### Build (requires Go 1.21+)\n\n```bash\ngit clone https:\u002F\u002Fgithub.com\u002Fcharmbracelet\u002Fglow.git\ncd glow\ngo build\n```\n\n[releases]: https:\u002F\u002Fgithub.com\u002Fcharmbracelet\u002Fglow\u002Freleases\n\n## The TUI\n\nSimply run `glow` without arguments to start the textual user interface and\nbrowse local. Glow will find local markdown files in the\ncurrent directory and below or, if you’re in a Git repository, Glow will search\nthe repo.\n\nMarkdown files can be read with Glow's high-performance pager. Most of the\nkeystrokes you know from `less` are the same, but you can press `?` to list\nthe hotkeys.\n\n## The CLI\n\nIn addition to a TUI, Glow has a CLI for working with Markdown. To format a\ndocument use a markdown source as the primary argument:\n\n```bash\n# Read from file\nglow README.md\n\n# Read from stdin\necho \"[Glow](https:\u002F\u002Fgithub.com\u002Fcharmbracelet\u002Fglow)\" | glow -\n\n# Fetch README from GitHub \u002F GitLab\nglow github.com\u002Fcharmbracelet\u002Fglow\n\n# Fetch markdown from HTTP\nglow https:\u002F\u002Fhost.tld\u002Ffile.md\n```\n\n### Word Wrapping\n\nThe `-w` flag lets you set a maximum width at which the output will be wrapped:\n\n```bash\nglow -w 60\n```\n\n### Paging\n\nCLI output can be displayed in your preferred pager with the `-p` flag. This defaults\nto the ANSI-aware `less -r` if `$PAGER` is not explicitly set.\n\n### Styles\n\nYou can choose a style with the `-s` flag. When no flag is provided `glow` tries\nto detect your terminal's current background color and automatically picks\neither the `dark` or the `light` style for you.\n\n```bash\nglow -s [dark|light]\n```\n\nAlternatively you can also supply a custom JSON stylesheet:\n\n```bash\nglow -s mystyle.json\n```\n\nFor additional usage details see:\n\n```bash\nglow --help\n```\n\nCheck out the [Glamour Style Section](https:\u002F\u002Fgithub.com\u002Fcharmbracelet\u002Fglamour\u002Fblob\u002Fmaster\u002Fstyles\u002Fgallery\u002FREADME.md)\nto find more styles. Or [make your own](https:\u002F\u002Fgithub.com\u002Fcharmbracelet\u002Fglamour\u002Ftree\u002Fmaster\u002Fstyles)!\n\n## The Config File\n\nIf you find yourself supplying the same flags to `glow` all the time, it's\nprobably a good idea to create a config file. Run `glow config`, which will open\nit in your favorite $EDITOR. Alternatively you can manually put a file named\n`glow.yml` in the default config path of you platform. If you're not sure where\nthat is, please refer to `glow --help`.\n\nHere's an example config:\n\n```yaml\n# style name or JSON path (default \"auto\")\nstyle: \"light\"\n# mouse wheel support (TUI-mode only)\nmouse: true\n# use pager to display markdown\npager: true\n# at which column should we word wrap?\nwidth: 80\n# show all files, including hidden and ignored.\nall: false\n# show line numbers (TUI-mode only)\nshowLineNumbers: false\n# preserve newlines in the output\npreserveNewLines: false\n```\n\n## Contributing\n\nSee [contributing][contribute].\n\n[contribute]: https:\u002F\u002Fgithub.com\u002Fcharmbracelet\u002Fglow\u002Fcontribute\n\n## Feedback\n\nWe’d love to hear your thoughts on this project. Feel free to drop us a note!\n\n- [Twitter](https:\u002F\u002Ftwitter.com\u002Fcharmcli)\n- [The Fediverse](https:\u002F\u002Fmastodon.social\u002F@charmcli)\n- [Discord](https:\u002F\u002Fcharm.sh\u002Fchat)\n\n## License\n\n[MIT](https:\u002F\u002Fgithub.com\u002Fcharmbracelet\u002Fglow\u002Fraw\u002Fmaster\u002FLICENSE)\n\n---\n\nPart of [Charm](https:\u002F\u002Fcharm.sh).\n\n\u003Ca href=\"https:\u002F\u002Fcharm.sh\u002F\">\u003Cimg alt=\"The Charm logo\" src=\"https:\u002F\u002Fstuff.charm.sh\u002Fcharm-badge.jpg\" width=\"400\">\u003C\u002Fa>\n\nCharm热爱开源 • Charm loves open source\n","Glow 是一个在命令行界面渲染 Markdown 文件的工具，旨在提升 CLI 的美观性和实用性。它支持自动发现本地目录或 Git 仓库中的 Markdown 文件，并提供了一个交互式的文本用户界面来阅读这些文件。Glow 采用 Go 语言开发，具有跨平台特性，适用于 macOS、Linux、Windows 等多种操作系统。其简洁直观的设计使其成为开发者查阅文档、技术文章的理想选择，尤其适合那些偏好使用终端进行日常工作的用户。",2,"2026-06-11 03:00:17","top_language"]