{"id":48779734,"url":"https://github.com/lisaross/tana-quick-add-raycast-command-script","last_synced_at":"2026-04-13T13:34:23.623Z","repository":{"id":290955889,"uuid":"976112239","full_name":"lisaross/tana-quick-add-raycast-command-script","owner":"lisaross","description":null,"archived":false,"fork":false,"pushed_at":"2025-05-01T14:26:32.000Z","size":198,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-01T15:28:01.429Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lisaross.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2025-05-01T14:14:23.000Z","updated_at":"2025-05-01T14:25:34.000Z","dependencies_parsed_at":"2025-05-01T15:38:14.730Z","dependency_job_id":null,"html_url":"https://github.com/lisaross/tana-quick-add-raycast-command-script","commit_stats":null,"previous_names":["lisaross/tana-quick-add-raycast-command-script"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/lisaross/tana-quick-add-raycast-command-script","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lisaross%2Ftana-quick-add-raycast-command-script","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lisaross%2Ftana-quick-add-raycast-command-script/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lisaross%2Ftana-quick-add-raycast-command-script/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lisaross%2Ftana-quick-add-raycast-command-script/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lisaross","download_url":"https://codeload.github.com/lisaross/tana-quick-add-raycast-command-script/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lisaross%2Ftana-quick-add-raycast-command-script/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31755148,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T13:27:56.013Z","status":"ssl_error","status_checked_at":"2026-04-13T13:21:23.512Z","response_time":93,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":[],"created_at":"2026-04-13T13:34:09.952Z","updated_at":"2026-04-13T13:34:23.599Z","avatar_url":"https://github.com/lisaross.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tana Quick Add Raycast Command\n\nA Raycast script command that provides quick access to Tana's Quick Add feature, allowing you to add notes to Tana directly from Raycast.\n\n![Tana Quick Add in Action](./assets/runcommand.png)\n\n## Overview\n\nThis script enhances your Tana workflow by providing a global keyboard shortcut to open Tana's Quick Add feature. It can be used to either open Quick Add for manual input or directly add text from Raycast.\n\n## Prerequisites\n\n- [Tana](https://tana.inc/) installed on your Mac\n- [Raycast](https://www.raycast.com/) installed on your Mac\n- macOS (tested on macOS 12.0 and later)\n\n## Installation\n\n1. First, set up your Script Commands directory in Raycast:\n   - Open Raycast Settings\n   - Go to Extensions → Script Commands\n   - Click \"Add Directories\" and add `~/.raycast/script-commands`\n   \n   ![Add Script Directory in Raycast](./assets/addscriptdirectoryfolderinraycast.png)\n\n2. Download the `Tana Quick Add.sh` file from this repository\n3. Move it to your Raycast Script Commands directory:\n   ```bash\n   # Create the Scripts directory if it doesn't exist\n   mkdir -p ~/.raycast/script-commands\n   \n   # Download and move the script\n   curl -o ~/.raycast/script-commands/tana-quick-add.sh https://raw.githubusercontent.com/lisaross/tana-quick-add-raycast-command-script/main/Tana%20Quick%20Add.sh\n   \n   # Make it executable\n   chmod +x ~/.raycast/script-commands/tana-quick-add.sh\n   ```\n\nThe command will appear in Raycast automatically once the file is in place, as the directory is being watched for changes.\n\n## Keyboard Shortcut\n\nYou can set up a custom keyboard shortcut for quick access to this command:\n\n1. Open Raycast Preferences\n2. Go to \"Extensions\" → \"Script Commands\"\n3. Find \"Tana Quick Add\" in the list\n4. Click on the keyboard shortcut field\n5. Press your desired shortcut combination (e.g., `Caps Lock +`)\n\nThis will allow you to trigger the Tana Quick Add command directly with your chosen shortcut, bypassing the need to open Raycast first.\n\n## Usage\n\n### Basic Usage\n\n1. Open Raycast (default shortcut: `⌘ + Space`)\n2. Type \"Tana Quick Add\"\n3. Press Enter to open Tana's Quick Add feature\n\n### Quick Add with Text\n\n1. Open Raycast\n2. Type \"Tana Quick Add\"\n3. Type your note text\n4. Press Enter to add the note directly to Tana\n\n![Quick Add with Text](./assets/afterrunning.png)\n\n## Features\n\n- Global keyboard shortcut access to Tana's Quick Add\n- Direct text input from Raycast\n- Automatic activation of Tana\n- Quick Add shortcut simulation (Cmd+E)\n- Text escaping for special characters\n\n## Troubleshooting\n\n### Common Issues\n\n1. **Quick Add doesn't open**\n   - Ensure Tana is running\n   - Check if the script has the correct permissions\n   - Verify that the Cmd+E shortcut works in Tana\n\n2. **Text not being added**\n   - Try increasing the delay in the script (currently set to 0.5 seconds)\n   - Check if Tana is responding to keyboard input\n\n3. **Special characters not working**\n   - The script automatically escapes special characters, but some may still cause issues\n   - Try using plain text if you encounter problems\n\n## Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request.\n\n1. Fork the repository\n2. Create your feature branch (`git checkout -b feature/amazing-feature`)\n3. Commit your changes (`git commit -m 'Add some amazing feature'`)\n4. Push to the branch (`git push origin feature/amazing-feature`)\n5. Open a Pull Request\n\n## License\n\nThis project is open source and available under the [MIT License](LICENSE).\n\n## Acknowledgments\n\n- [Tana](https://tana.inc/) for creating an amazing note-taking application\n- [Raycast](https://www.raycast.com/) for providing a powerful automation platform ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flisaross%2Ftana-quick-add-raycast-command-script","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flisaross%2Ftana-quick-add-raycast-command-script","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flisaross%2Ftana-quick-add-raycast-command-script/lists"}