Sign in to Mello
No account? You need an invite link from someone who has one.
Take a client with you
Both are the build this server is running, packaged from the files beside it — so they cannot be a version out of step with it.
The browser extension
One sortable table of the cards from every board you are on — here, on Trello, and on any other server you add. Chrome, Edge, or anything else built on Chromium.
Download extension.zip v0.1.0
Installing it
- Unzip it somewhere you will not delete by accident — Chrome loads it from that folder, it does not copy it.
- Open
chrome://extensionsand switch on Developer mode. - Load unpacked, and choose the folder you unzipped.
- Open its Settings, + Add server, and give it this address
(
https://mello.notreliable.com) with a token from your Account page.
The command line
tz — boards, cards, docs through a pipe, attachments, sharing. Node 18 or
newer, and no dependencies at all.
Installing it
unzip tz.zip && cd tz/cli && npm link
export TZ_URL=https://mello.notreliable.com
export TZ_TOKEN=$(tz token add <you> --password '…' | grep ^token | cut -f2)
tz cards
Also here: running this server · how it is built · llms.txt