Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add punctuation (#62) #116

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
4 changes: 2 additions & 2 deletions data/projects.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"id": "textual",
"headline": "Textual",
"stars": "14k",
"desc": "Build amazing TUIs (Text User Interfaces) with this innovative Python framework",
"desc": "Build amazing TUIs (Text User Interfaces) with this innovative Python framework.",
"code": "https://github.com/Textualize/textual",
"docs": "https://textual.textualize.io/",
"videoUrl": "https://d32lig6y1jobn4.cloudfront.net/textual.mp4"
Expand All @@ -22,7 +22,7 @@
"id": "rich-cli",
"headline": "Rich CLI",
"stars": "2.3k",
"desc": "Rich from the command prompt. Syntax highlight many file-types, with special support for markdown, json, and CSV tables",
"desc": "Rich from the command prompt. Syntax highlight many file-types, with special support for markdown, json, and CSV tables.",
"code": "https://github.com/Textualize/rich-cli",
"videoUrl": "https://d32lig6y1jobn4.cloudfront.net/rich-cli.mp4"
}
Expand Down