{"id":50575068,"url":"https://github.com/forhadkhan/tweak-csv","last_synced_at":"2026-06-04T21:30:28.234Z","repository":{"id":358943780,"uuid":"1243419848","full_name":"forhadkhan/tweak-csv","owner":"forhadkhan","description":"TweakCSV - Lightweight Local CSV Editor","archived":false,"fork":false,"pushed_at":"2026-05-19T18:10:22.000Z","size":39,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-19T21:11:35.485Z","etag":null,"topics":["browser-based","browser-based-tool","csv","developer-tools","editor","json-export","markdown-export"],"latest_commit_sha":null,"homepage":"https://forhadkhan.github.io/tweak-csv/","language":"TypeScript","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/forhadkhan.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-05-19T10:21:50.000Z","updated_at":"2026-05-19T18:10:37.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/forhadkhan/tweak-csv","commit_stats":null,"previous_names":["forhadkhan/tweak-csv"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/forhadkhan/tweak-csv","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/forhadkhan%2Ftweak-csv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/forhadkhan%2Ftweak-csv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/forhadkhan%2Ftweak-csv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/forhadkhan%2Ftweak-csv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/forhadkhan","download_url":"https://codeload.github.com/forhadkhan/tweak-csv/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/forhadkhan%2Ftweak-csv/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33920178,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-04T02:00:06.755Z","response_time":64,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["browser-based","browser-based-tool","csv","developer-tools","editor","json-export","markdown-export"],"created_at":"2026-06-04T21:30:27.452Z","updated_at":"2026-06-04T21:30:28.216Z","avatar_url":"https://github.com/forhadkhan.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003ch1\u003eTweak CSV\u003c/h1\u003e\n  \u003cp\u003e\u003cb\u003eLightweight Local CSV Editor\u003c/b\u003e\u003c/p\u003e\n  \u003cp\u003e\n    \u003ca href=\"https://forhadkhan.github.io/tweak-csv/\"\u003e\u003cb\u003e🔴 Live - Try Now\u003c/b\u003e\u003c/a\u003e\n  \u003c/p\u003e\n\u003c/div\u003e\n\n\u003cbr /\u003e\n\n**TweakCSV** is a lightning-fast, client-side data editor that allows you to manage and manipulate tabular data directly in your browser. Designed for privacy and performance, no data ever leaves your device.\n\n## Features\n\n- **Local Processing:** All data processing happens directly in the browser using IndexedDB. No server required.\n- **Privacy First:** Because it is entirely client-side, your data remains secure and private.\n- **Rich Grid Interaction:** Sort, filter, format, and resize columns easily using a fast grid interface powered by AG Grid. Includes drag-and-drop row reordering.\n- **Tabbed Workspace:** Open and edit multiple CSV files in a tabbed environment.\n- **Drag \u0026 Drop Seamlessly:** Upload files easily using robust drag-and-drop functionality, pasting from clipboard, or standard file selection.\n- **Find and Replace:** Powerful Find and Replace functionality with exact match and targeted column features.\n- **Undo/Redo Support:** Revert or reapply changes instantly.\n- **Exports \u0026 Clipboard Integration:** Export your modified data into CSV, Excel (.xlsx), JSON, and Markdown. Easily \"Copy CSV\", \"Copy as Markdown\" or \"Copy for Sheets\" right to your clipboard.\n- **Direct Local Saving:** Save changes directly back to the original source file on your hard drive with native browser write access (`Ctrl+S`/`Cmd+S`), avoiding standard download redos.\n- **Unsaved Changes Guard:** Prevents accidental loss of work by prompting users when closing active tabs or reloading/closing the browser with modified data.\n- **Visual Modification Indicators:** Tabs and document titles dynamically append a `*` indicator (e.g., `data.csv *`) to clearly highlight active unsaved files.\n- **Toast Notifications:** Gentle visual feedback for completed actions and errors.\n- **Dark \u0026 Light Themes:** Toggle between dark mode, light mode, and system preference with a polished user interface.\n\n## Technologies Used\n\n- **React** for user interface construction.\n- **Tailwind CSS** for comprehensive styling and responsive design.\n- **AG Grid** for high-performance data rendering and manipulation.\n- **Vite** for fast, modern frontend tooling.\n- **Lucide React** for clear, scalable SVG iconography.\n- **Papa Parse** for robust CSV parsing and generation.\n- **SheetJS (xlsx)** for reliable Excel file creation.\n- **SweetAlert2** for elegant, customizable alerts and modals.\n\n## Request a Feature\n\nIf you have ideas to improve TweakCSV or found a bug, please [open an issue](https://github.com/forhadkhan/tweak-csv/issues) carefully detailing your request or the problem encountered.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fforhadkhan%2Ftweak-csv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fforhadkhan%2Ftweak-csv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fforhadkhan%2Ftweak-csv/lists"}