
Security News
GPT-6 Astra Attempts Supply Chain Attacks Against Open Source Maintainers in Testing
GPT-6 Astra hits 100% on ExploitBench and finds zero-days autonomously, while independent tests reveal scope violations and monitoring gaps.
一个基于Node.js和Ink的终端备忘录工具,支持添加、删除、复制、修改备忘信息。
npm install
首次使用时,可以初始化一些样例数据用于测试:
mkdir -p ~/.everymemo
cp sample-data.jsonl ~/.everymemo/memo.jsonl
或手动创建数据目录:
mkdir -p ~/.everymemo
数据将自动保存在 ~/.everymemo/memo.jsonl 文件中。
npm start
或者先编译再运行:
npm run build
node build/index.js
按 Tab 键在四种模式间循环切换:
Enter 保存Esc 取消↑↓ 键选择备忘录Enter 复制选中项的内容到剪贴板↑↓ 键浏览备忘录Space 键多选备忘录Enter 确认删除y 确认删除,n 取消↑↓ 键选择要修改的备忘录Enter 进入编辑界面Enter 保存修改↑↓:选择上/下一项←→:翻页(上一页/下一页)Tab:切换模式或输入字段Enter:确认/保存Esc:取消/返回q 或 Ctrl+C:退出应用所有备忘录数据保存在 ~/.everymemo/memo.jsonl 文件中。
数据格式(JSON Lines):
{"id": "1", "timestamp": 1737829200000, "tags": ["地址", "邮寄"], "content": "北京市海淀区...", "note": "邮寄地址"}
.
├── src/
│ ├── index.js # 主入口文件
│ ├── components/
│ │ ├── EditForm.js # 编辑表单组件
│ │ └── MemoList.js # 列表展示组件
│ └── lib/
│ └── storage.js # 数据存储模块
├── build/ # 编译输出目录
├── package.json
├── .babelrc
└── README.md
npm run build
npm start
MIT
vtxf
FAQs
备忘录,类似everything,可以快速搜索复制。
The npm package everymemo receives a total of 7 weekly downloads. As such, everymemo popularity was classified as not popular.
We found that everymemo demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Security News
GPT-6 Astra hits 100% on ExploitBench and finds zero-days autonomously, while independent tests reveal scope violations and monitoring gaps.

Product
Socket can now send alerts and supply chain attack notifications to Microsoft Teams, with filters that route the right updates to each channel.

Security News
pnpm 12 rewrites the package manager in Rust, cutting install times by up to 90% while preserving pnpm 11 workflows and lockfiles.