{"id":19298720,"url":"https://github.com/sszabo11/spreadsheet-app-rust","last_synced_at":"2026-01-24T19:53:34.530Z","repository":{"id":253506023,"uuid":"843716549","full_name":"sszabo11/spreadsheet-app-rust","owner":"sszabo11","description":"Spreadsheet app in the terminal built with rust!!","archived":false,"fork":false,"pushed_at":"2024-08-31T22:31:45.000Z","size":856,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-22T09:45:17.190Z","etag":null,"topics":["rust","spreadsheet","spreadsheet-editor","terminal","terminal-app","terminal-based","terminal-ui"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sszabo11.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-08-17T07:45:15.000Z","updated_at":"2024-08-31T22:31:48.000Z","dependencies_parsed_at":"2024-08-23T06:40:46.773Z","dependency_job_id":"d1ccabf0-9e60-4315-86a3-00eeeee3aba2","html_url":"https://github.com/sszabo11/spreadsheet-app-rust","commit_stats":null,"previous_names":["sszabo11/spreadsheets","sszabo11/spreadsheet-app-rust"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sszabo11/spreadsheet-app-rust","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sszabo11%2Fspreadsheet-app-rust","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sszabo11%2Fspreadsheet-app-rust/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sszabo11%2Fspreadsheet-app-rust/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sszabo11%2Fspreadsheet-app-rust/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sszabo11","download_url":"https://codeload.github.com/sszabo11/spreadsheet-app-rust/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sszabo11%2Fspreadsheet-app-rust/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28735436,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-24T19:23:36.361Z","status":"ssl_error","status_checked_at":"2026-01-24T19:23:28.966Z","response_time":89,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["rust","spreadsheet","spreadsheet-editor","terminal","terminal-app","terminal-based","terminal-ui"],"created_at":"2024-11-09T23:08:57.557Z","updated_at":"2026-01-24T19:53:34.513Z","avatar_url":"https://github.com/sszabo11.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Spreadsheet](https://github.com/sszabo11/spreadsheets/blob/main/screenshots/spreadsheet.png?raw=true)\n\n# 📝 Terminal Spreadsheet App 🦀\n\nTerminal spreadsheet app! 🚀\n\n## 🎉 Features\n\n- **Keyboard Navigation**: Use arrow keys to move between cells effortlessly.\n- **Text Editing**: Enter and edit text directly in any cell.\n- **Minimal Flicker**: Optimized rendering to minimize flicker during screen updates.\n- **Simple formulas**: Currently Sum and Product formulas work to a range of cells.\n- **Commands (In progress)**: Enter command mode to execute tasks. Currently, only `:w` (save) works.\n- **Save and load cells from database**: Automatically loads cell data from the database and saves it using the `:w` command.\n- **View create and delete sheets**: Home page shows all sheets and ability to create or delete spreadsheets.\n\n## 🏗️ Still working progress\n- I still want to include all the future features listed below\n- Still a bit buggy\n- May not work on all terminals\n\n## 🛠️ Installation\n\nTo get started, clone this repository and build the project using Cargo:\n\n```bash\ngit clone https://github.com/sszabo11/spreadsheet-app-rust.git\ncd spreadsheet-app-rust\ncargo build --release\n```\n\n## 🧑‍💻 Usage\n- Before running make sure you have a redis server on `127.0.0.1:6379`\n- This is where the cell data will be stored\n  \n[](url)\nRun the application with:\n\n```bash\ncargo run --release\n```\n\n## 🔮 Future Features\n- **Complex formulas:** Support for advanced formulas.\n- **Styling:** Apply different styles to cells (bold, italic, etc.).\n- **Import Excel Sheets:** Import existing Excel sheets into the terminal app.\n- **Export as Excel:** Export your spreadsheet as an Excel file.\n\n## 🎮 Controls\n- **Arrow Keys:** Navigate between cells.\n- **Enter:** Start editing the selected cell.\n- **Backspace:** Delete characters in the selected cell.\n- **Esc:** Exit the application.\n- **Tab:** To escape edit mode\n- **+:** To create new sheet in home\n- **_:** Delete sheet in home\n\n## 📦 Dependencies\nThis project uses the following crates:\n- **crossterm**: For terminal input/output handling.\n- **redis**: For communicating to the database.\n\n## 🥰 Feel free to use this\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsszabo11%2Fspreadsheet-app-rust","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsszabo11%2Fspreadsheet-app-rust","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsszabo11%2Fspreadsheet-app-rust/lists"}