← 全部工具

excelano/blick-cli

热度 75 更新于 开发与构建

Command-line check-in for Microsoft 365: unread Outlook mail, Teams chats, and next meeting from one Go binary.

githubauto-collected

安装

暂未验证可直接使用的安装命令,请查看项目官方文档或 Release。

blick

Check unread Outlook emails, Teams chats, and your next meeting from the terminal.

What blick is

blick replaces as much day-to-day Outlook and Teams usage as fits the keyboard. The aperture is deliberately narrow: it surfaces the things that need action right now — unread mail, unread chats, the meeting that's about to start — and gives you keyboard verbs to reply, mark read, compose, or join. It is not where you go to search history, organize folders, browse Teams channels, or take a call. Teams stays the place for calls and meetings, permanently.

Unread mail means the Inbox folder, the same count Outlook badges. Junk Email, Deleted Items, and anything a rule filed elsewhere stay out of the queue. search still covers the whole mailbox so a legitimate message that landed in Junk can be found; those hits carry a [junk] marker, render links as text only, and refuse to save or open attachments, the same restrictions Outlook puts on that folder.

Scope grows by friction, not by speculation. If something missing bites in real use it goes on the list; if it doesn't, it doesn't. The Graph API is the outer limit on what blick can do, but blick deliberately doesn't try to expose everything Graph offers.

Install

Debian and Ubuntu

Add the Excelano apt repository once (one-time setup):

curl -fsSL https://excelano.com/apt/setup.sh | sudo sh

Then install it, so apt upgrade keeps it current:

sudo apt install blick

Homebrew

On macOS or Linux, tap and trust the repository once — Homebrew gates third-party taps behind explicit trust (one-time setup):

brew tap excelano/tap
brew trust excelano/tap

Then install it, so brew upgrade keeps it current:

brew install blick

Windows