← 返回
开发者工具 中文

Notectl

Manage Apple Notes via AppleScript CLI
使用 AppleScript CLI 管理 Apple Notes
rainbat
开发者工具 clawhub v1.0.0 1 版本 99749.7 Key: 无需
★ 2
Stars
📥 2,351
下载
💾 34
安装
1
版本
#latest

概述

notectl - Apple Notes CLI

Manage Apple Notes from the command line using AppleScript.

Commands

CommandDescription
----------------------
notectl foldersList all folders with note counts
notectl list [folder]List notes in a folder (default: Notes)
notectl show </code></td><td>Show note content by title</td></tr><tr><td><code>notectl add <title></code></td><td>Create a new note</td></tr><tr><td><code>notectl search <query></code></td><td>Search notes by title or content</td></tr><tr><td><code>notectl append <title></code></td><td>Append text to an existing note</td></tr></tbody></table><h2>Examples</h2><pre><code># List all folders notectl folders # List notes in default folder notectl list # List notes in specific folder notectl list "rainbat-projects" notectl list Papi # Show a note notectl show "Meeting Notes" # Create a note notectl add "New Idea" notectl add "Project Plan" --folder research --body "Initial thoughts..." # Search all notes notectl search "clawdbot" notectl search "API" # Append to a note (daily log style) notectl append "Daily Log" --text "- Completed feature X" </code></pre><h2>Options for <code>add</code></h2><table><thead><tr><th>Option</th><th>Description</th><th>Default</th></tr></thead><tbody><tr><td>--------</td><td>-------------</td><td>---------</td></tr><tr><td><code>-f, --folder <name></code></td><td>Folder to create note in</td><td>Notes</td></tr><tr><td><code>-b, --body <text></code></td><td>Note body content</td><td>empty</td></tr></tbody></table><h2>Options for <code>append</code></h2><table><thead><tr><th>Option</th><th>Description</th></tr></thead><tbody><tr><td>--------</td><td>-------------</td></tr><tr><td><code>-t, --text <text></code></td><td>Text to append to the note</td></tr></tbody></table><h2>Available Folders</h2><p>Folders on this system:</p><ul><li>Notes (default)</li><li>research</li><li>rainbat-projects</li><li>Papi</li><li>renova-roll</li><li>Journal</li><li>CheatSheets</li><li>pet-projects</li></ul></div> </div> </div> <div id="tab-versions" class="detail-content"> <div class="detail-section"> <h2>版本历史</h2> <p style="margin-bottom:12px;font-size:14px;color:#94a3b8;">共 1 个版本</p> <ul class="version-list"> <li> <div> <span class="version-tag">v1.0.0</span> <span style="font-size:11px;color:#5b6abf;margin-left:8px;background:#eef0ff;padding:1px 8px;border-radius:10px;">当前</span> </div> <div style="font-size:12px;color:#94a3b8;"> 2026-03-28 14:37 安全 安全 </div> </li> </ul> </div> </div> <div id="tab-security" class="detail-content"> <div class="detail-section"> <h2>安全检测</h2> <div class="sec-grid"> <div class="sec-card"> <h4>腾讯云安全 (Keen)</h4> <div class="sec-status sec-safe"> 安全,无风险 </div> <a href="https://tix.qq.com/search/skill?keyword=84309c201001e0766dc4087b668e679d" target="_blank">查看报告</a> </div> <div class="sec-card"> <h4>腾讯云安全 (Sanbu)</h4> <div class="sec-status sec-safe"> 安全,无风险 </div> <a href="https://static.cloudsec.tencent.com/html-report-v2/2026/05/25/391880_e9c0e2899087b491a35c25d9c41495ad.html?q-sign-algorithm=sha1&q-ak=AKID8JMG1bzBC1dz96qNhssfFftujT1NCoFi&q-sign-time=1781282769%3B1812818769&q-key-time=1781282769%3B1812818769&q-header-list=host&q-url-param-list=&q-signature=43e881a469196765514765fd2f372d4bb6ca71d2" target="_blank">查看报告</a> </div> </div> </div> </div> <!-- Recommended Skills --> <div style="margin-top:24px;"> <h2 style="font-size:18px;font-weight:600;margin-bottom:16px;">🔗 相关推荐</h2> <div class="rec-grid"> <div class="rec-card"> <span class="badge-cat" style="margin-bottom:8px;display:inline-block;">developer-tools</span> <h3><a href="/s/gog">Gog</a></h3> <div class="rec-owner">steipete</div> <div class="rec-desc">Google Workspace 命令行工具,支持 Gmail、日历、云端硬盘、通讯录、表格和文档。</div> <div class="rec-stats"> <span style="color:#f39c12;">★ 921</span> <span style="color:#5b6abf;">📥 185,782</span> </div> </div> <div class="rec-card"> <span class="badge-cat" style="margin-bottom:8px;display:inline-block;">developer-tools</span> <h3><a href="/s/codeconductor">CodeConductor.ai</a></h3> <div class="rec-owner">larsonreever</div> <div class="rec-desc">AI驱动平台,提供快速全栈开发、智能体、工作流自动化及低代码AI集成的可扩展产品创建。</div> <div class="rec-stats"> <span style="color:#f39c12;">★ 68</span> <span style="color:#5b6abf;">📥 180,107</span> </div> </div> <div class="rec-card"> <span class="badge-cat" style="margin-bottom:8px;display:inline-block;">developer-tools</span> <h3><a href="/s/agent-browser-clawdbot">Agent Browser</a></h3> <div class="rec-owner">matrixy</div> <div class="rec-desc">专为AI智能体优化的无头浏览器自动化CLI,支持无障碍树快照和基于引用的元素选择。</div> <div class="rec-stats"> <span style="color:#f39c12;">★ 427</span> <span style="color:#5b6abf;">📥 118,170</span> </div> </div> </div> </div> </div> <script> document.addEventListener('DOMContentLoaded',function(){ document.querySelectorAll('.detail-tab').forEach(function(btn){ btn.addEventListener('click',function(e){ var tab = this.getAttribute('data-tab'); document.querySelectorAll('.detail-tab').forEach(function(b){b.classList.remove('active')}); document.querySelectorAll('.detail-content').forEach(function(c){c.classList.remove('active')}); this.classList.add('active'); var el = document.getElementById('tab-'+tab); if(el) el.classList.add('active'); }); }); }); </script> <div class="footer"> <p>Skill工具集 © 2026</p> </div></body> </html>