Atomic TweetDeck is just a small Electron TweetDeck app.
- No modifications, just a web window.
- Made specifically for Windows.
- Double click Tray to show window, right click opens a menu.
- Ctrl+Q closes app, Ctrl+W hides window, Ctrl+R reloads page.
- Minimize or close to hide to tray.
- Copy page, link or image address to clipboard with right click menu.
Download the latest binary package
You can build the source with electron-packager:
You can customize the build process by modifying buildArch
, buildPlatform
, zipTargets
in package.json.
npm run clean
npm run build
To zip the builds, you need the 7-Zip binary 7za
.
To download the binary, you can use the NPM package 7zip-bin
or download the binary manually from the official website.
If you use the NPM package, you need to add to your $PATH
manually.
npm run zip
or you can just start with electron:
npm run start