{"id":18143806,"url":"https://github.com/ewgenius/extt","last_synced_at":"2026-02-15T13:28:30.190Z","repository":{"id":52114956,"uuid":"488716877","full_name":"ewgenius/extt","owner":"ewgenius","description":"fs-based note taking app, with markdown support (WIP)","archived":false,"fork":false,"pushed_at":"2022-09-16T19:36:13.000Z","size":5193,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-13T01:45:41.906Z","etag":null,"topics":["markdown","notes","tauri"],"latest_commit_sha":null,"homepage":"https://www.extt.app","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/ewgenius.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}},"created_at":"2022-05-04T19:21:56.000Z","updated_at":"2023-01-12T07:14:11.000Z","dependencies_parsed_at":"2023-01-18T13:30:17.104Z","dependency_job_id":null,"html_url":"https://github.com/ewgenius/extt","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ewgenius%2Fextt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ewgenius%2Fextt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ewgenius%2Fextt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ewgenius%2Fextt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ewgenius","download_url":"https://codeload.github.com/ewgenius/extt/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247541373,"owners_count":20955656,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["markdown","notes","tauri"],"created_at":"2024-11-01T19:08:51.760Z","updated_at":"2026-02-15T13:28:30.185Z","avatar_url":"https://github.com/ewgenius.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Extt - Notetaking for Humans and Agents\n\nA fast, simple, and agent-ready notes application for managing markdown files.\n\n**Note: Desktop app is coming soon.**\n\n## Installation\n\n### Automatic (Recommended)\n\n```bash\ncurl -fsSL https://extt.app/install | sh\n```\n\n### Manual\n\nDownload the latest binary for your platform from the [Releases](https://github.com/ewgenius/extt/releases) page.\n\n### From Source\n\nEnsure you have Rust and Cargo installed.\n\n```bash\ncargo install --path crates/extt-cli\n```\n\n## Project Structure\n\nThis repository is a monorepo containing:\n\n- `crates/extt-cli`: The command-line interface tool (`extt`).\n- `crates/extt-core`: Core logic and storage engine.\n- `crates/extt-app`: Upcoming desktop application.\n- `apps/web`: Next.js web application.\n\n## Configuration\n\nConfig: `~/.config/extt/config.toml`. Default notes directory: `~/Notes`.\n\n## Usage\n\n```bash\n# Initialize\nextt init\n\n# Create\nextt new \"My Note\" --body \"Content\"\n\n# List\nextt list\n\n# Read\nextt read \"My Note\"\nextt read \"My Note\" --head 5\nextt read \"My Note\" --from 10 --to 20\n\n# Search\nextt search \"query\"\n\n# Update\nextt update \"My Note\" --body \"New content\"\n\n# Move\nextt move \"My Note\" \"New Name\"\n\n# Delete\nextt delete \"My Note\"\n\n# Sync index\nextt sync\n\n# Check version\nextt version\n\n# Upgrade to latest version\nextt upgrade\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fewgenius%2Fextt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fewgenius%2Fextt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fewgenius%2Fextt/lists"}