Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

dogancelik/atomic-tweetdeck

Repository files navigation

Atomic TweetDeck

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

Download the latest binary package

Build

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