Skip to content

Commit

Permalink
feat: update and dry template
Browse files Browse the repository at this point in the history
  • Loading branch information
aymanbagabas committed Jul 9, 2024
1 parent ed0ae33 commit 24bc576
Showing 1 changed file with 6 additions and 43 deletions.
49 changes: 6 additions & 43 deletions templates/README.md.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -14,53 +14,16 @@ place to see what the community is building. If you're looking for new projects
to contribute to or expand your dev friend circle, get in there!

#### Command line playground
{{ $repos := list "bubbles" "bubbletea" "charm" "glamour" "glow" "gum" "harmonica" "keygen"
"lipgloss" "melt" "skate" "soft-serve" "wish" "wishlist" }}

{{- range rss "https://github.com/charmbracelet/bubbles/releases.atom" 1 }}
- Bubbles: TUI components for Bubble Tea 🍑 [{{ .Title }}]({{ .URL }}) (_released {{ humanize .PublishedAt }}_)
{{- range $repos }}
{{- with repo "charmbracelet" . }}
- {{ .Name | title }}: {{ .Description }} [{{ .LastRelease.Name }}]({{ .LastRelease.URL }}) (_released {{ humanize .LastRelease.PublishedAt }}_)
{{- end }}
{{- range rss "https://github.com/charmbracelet/bubbletea/releases.atom" 1 }}
- Bubble Tea: A powerful little TUI framework πŸ— [{{ .Title }}]({{ .URL }}) (_released {{ humanize .PublishedAt }}_)
{{- end }}
{{- range rss "https://github.com/charmbracelet/charm/releases.atom" 1 }}
- Charm: The Charm Tool and Library 🌟 [{{ .Title }}]({{ .URL }}) (_released {{ humanize .PublishedAt }}_)
{{- end }}
{{- range rss "https://github.com/charmbracelet/glamour/releases.atom" 1 }}
- Glamour: Stylesheet-based markdown rendering for your CLI apps πŸ’‡πŸ»β€β™€οΈ [{{ .Title }}]({{ .URL }}) (_released {{ humanize .PublishedAt }}_)
{{- end }}
{{- range rss "https://github.com/charmbracelet/glow/releases.atom" 1 }}
- Glow: Render markdown on the CLI, with pizzazz! πŸ’…πŸ» [{{ .Title }}]({{ .URL }}) (_released {{ humanize .PublishedAt }}_)
{{- end }}
{{- range rss "https://github.com/charmbracelet/gum/releases.atom" 1 }}
- Gum: A tool for glamorous shell scripts πŸŽ€ [{{ .Title }}]({{ .URL }}) (_released {{ humanize .PublishedAt }}_)
{{- end }}
{{- range rss "https://github.com/charmbracelet/harmonica/releases.atom" 1 }}
- Harmonica: A simple, physics-based animation library 🎼 [{{ .Title }}]({{ .URL }}) (_released {{ humanize .PublishedAt }}_)
{{- end }}
{{- range rss "https://github.com/charmbracelet/keygen/releases.atom" 1 }}
- Keygen: An SSH key pair generator πŸ—οΈ [{{ .Title }}]({{ .URL }}) (_released {{ humanize .PublishedAt }}_)
{{- end }}
{{- range rss "https://github.com/charmbracelet/lipgloss/releases.atom" 1 }}
- Lip Gloss: Style definitions for nice terminal layouts πŸ‘„ [{{ .Title }}]({{ .URL }}) (_released {{ humanize .PublishedAt }}_)
{{- end }}
{{- range rss "https://github.com/charmbracelet/melt/releases.atom" 1 }}
- Melt: 🧊 Backup and restore Ed25519 SSH keys with seed words. [{{ .Title }}]({{ .URL }}) (_released {{ humanize .PublishedAt }}_)
{{- end }}
{{- range rss "https://github.com/charmbracelet/skate/releases.atom" 1 }}
- Skate: A personal key value store πŸ›Ό [{{ .Title }}]({{ .URL }}) (_released {{ humanize .PublishedAt }}_)
{{- end }}
{{- range rss "https://github.com/charmbracelet/soft-serve/releases.atom" 1 }}
- Soft Serve: A tasty, self-hostable Git server for the command line🍦 [{{ .Title }}]({{ .URL }}) (_released {{ humanize .PublishedAt }}_)
{{- end }}
{{- range rss "https://github.com/charmbracelet/wish/releases.atom" 1 }}
- Wish: Make SSH apps, just like that! πŸ’« [{{ .Title }}]({{ .URL }}) (_released {{ humanize .PublishedAt }}_)
{{- end }}
{{- range rss "https://github.com/charmbracelet/wishlist/releases.atom" 1 }}
- Wish List: The SSH directory ✨ [{{ .Title }}]({{ .URL }}) (_released {{ humanize .PublishedAt }}_)
{{- end }}


[More details](profile/CHARMWORLD.md) on what we're building for the command line.\
\
[More details](profile/CHARMWORLD.md) on what we're building for the command line.

## Feedback

Expand Down

0 comments on commit 24bc576

Please sign in to comment.