1 comment (1 comment)0 reactions (0 reactions)0 assignees (0 assignees)JavaScript2,236 forks (2,236 forks)batch import
enhancementgood first issuehelp wanted
Repository metrics
- Stars
- 15,390 stars (15,390 stars)
- PR merge metrics
- No merged PRs in 30d (No merged PRs in 30d)
Description
Add a terminal UI for Luckysheet, probably using blessed library: https://github.com/chjj/blessed (if your API is in nodeJS; works, but frozen), or https://github.com/jquast/blessed (if your API can be bound to Python; works, and is actively maintained), or use mighty old ncurses (in C; for the bold...). This would of course use the existing Luckysheet API.
Contributor guide
- Research direction
- Examine the Luckysheet API documentation to understand available endpoints and data structures. Explore the blessed library (Node.js) and the Python blessed library for terminal UI capabilities. Consider the complexity of rendering a spreadsheet in a terminal and identify the most feasible approach.
- Tech stack
- javascriptpythonnodejs
- Domain
- cli
- Issue type
- Feature
- Prerequisites
- JavaScriptPythonNode.js