[分享创造] bb push ‘hello’ – 超轻量的 ios 消息推送工具 / 开源 Bark 命令行工具
·
看到 Bark 可以无服务器,零配置进行 ios 消息推送, 于是基于 Bark 整了一个 CLI 工具,以及配套的 skill ,可以快速进行消息推送。 快速开始 GitHub:dogxii/bark-bark 安装: npm i -g bark-bark 绑定 key:(例:CVGw837******G2ULrEyEh ) bb init <bark-key> 发送通知: bb push ‘hello’ bb push ‘hello’ –title ‘Dogxi’ bb push ‘hello’ –title ‘Dogxi’ –icon ‘https://weavatar.com/avatar/554b1d16bf407ccaedc51d762eeb8cd2.jpg’ … 更多指令见 bb help。 安装 Skill: npx skills add dogxii/bark-bark 欢迎体验反馈 🎉