Google Drive Desktop – A cross-platform Google Drive desktop app made w Electron

栏目: IT技术 · 发布时间: 5年前

Google Drive Desktop – A cross-platform Google Drive desktop app made w Electron

Have you ever wished you had a no-frills, word-processing desktop app dedicated to just Google Drive? Annoyed at having to click the Go to My Drive button everytime you visit https://drive.google.com ? Want a Microsoft Word-esque experience for your Google Drive? Or simply looking to separate Google Drive from the other bajillion tabs that you opened for your research paper? Look no further!

Google Drive Desktop is a desktop wrapper for Google Drive built with ElectronJS . Give it a try, and if you like what you see, share it with your friends!

Google Drive Desktop – A cross-platform Google Drive desktop app made w Electron

:crescent_moon: Dark Mode is here!

As of v.conscious-club/0.2.0 , the app will automatically adjust to your OS's dark mode settings.

Google Drive Desktop – A cross-platform Google Drive desktop app made w Electron

:dvd: Installation

Download the latest releases for Windows , Linux , or MacOS . Inside the zipped folder will be an executable that can be run.

  • v.conscious-club / 0.2.0
  • v.fugue-state / 0.1.0
  • v.dean-town / 0.0.3
  • v.funky-duck / 0.0.2
  • v.aunt-leslie / 0.0.1

Version names inspired by Vulfpeck songs. They're a great band, check them out here .

Action Shots

Google Drive Desktop – A cross-platform Google Drive desktop app made w Electron

Google Drive Desktop – A cross-platform Google Drive desktop app made w Electron

:pencil2: Development

To build the app locally, clone the repository, install all dependencies, and run the available npm scripts.

git clone https://github.com/alexkim205/Google-Drive-Desktop.git
cd Google-Drive-Desktop
yarn install
$ yarn run
yarn run v1.22.4
   - dev
      cross-env NODE_ENV=development electron .
   - package-all
      npm run package-mac && npm run package-win && npm run package-lin
   - package-lin
      electron-packager . 'Google Drive Electron' --overwrite --asar=true --platform=linux --arch=x64 --icon=static/gd.png --prune=true --out=release-builds
   - package-mac
      electron-packager . --overwrite --platform=darwin --arch=x64 --icon=static/gd.icns --prune=true --out=release-builds
   - package-win
      electron-packager . 'Google Drive Electron' --overwrite --asar=true --platform=win32 --arch=ia32 --icon=static/gd.ico --prune=true --out=release-builds --version-string.CompanyName='Alex Gyujin Kim' --version-string.FileDescription='A Google Drive desktop app made with Electron.' --version-string.ProductName='Google Drive Electron'
   - package-zip
      find ./release-builds -type d -depth 1 -exec zip -r {}.zip {} \;
   - start
      electron .

To build production ready applications for macos (dmg), windows (exe), and linux (sh), run yarn package-all .

Have suggestions? Feel free to create an issue or make a pull request.

Want to contribute? Check out the TODO.md !

Dependencies

  • about-window : 'About App' window for Electron application
  • electron-localshortcut : register/unregister a keyboard shortcut locally to a BrowserWindow instance, without using a Menu
  • electron-window-state : Simple module that helps to save and restore size and position of Electron windows.
  • file-system : Strengthen the ability of file system

Dev Dependencies

  • cross-env : Run scripts that set and use environment variables across platforms
  • del : Delete files and directories
  • electron : Build cross platform desktop apps with JavaScript, HTML, and CSS
  • electron-packager : Customize and package your Electron app with OS-specific bundles (.app, .exe, etc.) via JS or CLI

:scroll: MIT License

Disclaimer: Not affiliated with Google.


以上所述就是小编给大家介绍的《Google Drive Desktop – A cross-platform Google Drive desktop app made w Electron》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

信息简史

信息简史

[美] 詹姆斯·格雷克 / 高博 / 人民邮电出版社 / 2013-10 / 69.00元

人类与信息遭遇的历史由来已久。詹姆斯•格雷克笔下的这段历史出人意料地从非洲的鼓语讲起(第1章)。非洲土著部落在尚未直接跨越到移动电话之前,曾用鼓声来传递讯息,但他们是如何做到的呢?后续章节进而讲述了这段历史上几个影响深远的关键事件,包括文字的发明(第2章)、罗伯特•考德里的第一本英语词典(第3章)、查尔斯•巴贝奇的差分机与爱达•拜伦的程序(第4章)、沙普兄弟的信号塔与摩尔斯电码(第5章)。 ......一起来看看 《信息简史》 这本书的介绍吧!

CSS 压缩/解压工具
CSS 压缩/解压工具

在线压缩/解压 CSS 代码

SHA 加密
SHA 加密

SHA 加密工具

HEX HSV 转换工具
HEX HSV 转换工具

HEX HSV 互换工具