All Projects → bcedu → Vgrive

bcedu / Vgrive

Licence: gpl-3.0
Google Drive client for linux

Programming Languages

vala
323 projects

Projects that are alternatives of or similar to Vgrive

materialdrive
Google Drive with Angular Material
Stars: ✭ 43 (-84.86%)
Mutual labels:  google-drive
backuptogoogle
Backup to Google Drive use gdrive
Stars: ✭ 89 (-68.66%)
Mutual labels:  google-drive
ghost-google-drive
Google drive storage for ghost
Stars: ✭ 45 (-84.15%)
Mutual labels:  google-drive
PasswordKeeper
Web-app to help you securely store your encrypted passwords in your Google Drive.
Stars: ✭ 43 (-84.86%)
Mutual labels:  google-drive
libDrive
libDrive is a Google Drive media library manager and indexer, similar to Plex, that organizes Google Drive media to offer an intuitive and user-friendly experience.
Stars: ✭ 14 (-95.07%)
Mutual labels:  google-drive
slam-mirrorbot
Aria/qBittorrent Telegram mirror/leech bot.
Stars: ✭ 1,072 (+277.46%)
Mutual labels:  google-drive
garmdown
Download Garmin Connect Data
Stars: ✭ 14 (-95.07%)
Mutual labels:  google-drive
Torrent To Google Drive Downloader
Simple notebook to stream torrent files to Google Drive using Google Colab.
Stars: ✭ 266 (-6.34%)
Mutual labels:  google-drive
netbackup
A frontend for various backup programs (rsync, rdiff-backup, rclone) that simplifies local and remote backups.
Stars: ✭ 15 (-94.72%)
Mutual labels:  google-drive
MIRROR-HUNTER
Who are we? We are the Hunters of all Torrent in this world.🗡️.Fork from SlamDevs
Stars: ✭ 86 (-69.72%)
Mutual labels:  google-drive
mirror-leech-telegram-bot
Aria/qBittorrent Telegram mirror/leech bot
Stars: ✭ 1,289 (+353.87%)
Mutual labels:  google-drive
drive-public-files
Audit your public Google Drive files.
Stars: ✭ 29 (-89.79%)
Mutual labels:  google-drive
abap-alv-google-upload-sheet
Sample demonstrating export of ALV Grid data from SAP GUI directly to Google Drive and display exported data snapshots automatically in Google Sheets.
Stars: ✭ 24 (-91.55%)
Mutual labels:  google-drive
gdrive-dl
Download and sync Google Drive files and folders without account
Stars: ✭ 15 (-94.72%)
Mutual labels:  google-drive
Arozos
General purposed Web Desktop Operating Platform / OS for Raspberry Pis, Now written in Go!
Stars: ✭ 252 (-11.27%)
Mutual labels:  google-drive
bim360appstore-data.management-nodejs-transfer.storage
Autodesk design file transfer app: Transfers files from Autodesk (BIM 360, Fusion 360) to other Storages (Dropbox, Box, Onedrive, Google Drive, Egnyte)
Stars: ✭ 28 (-90.14%)
Mutual labels:  google-drive
Torrents-to-Google-Drive
This is a Google Colab notebook with QBittorrent and Rclone, which can download torrents to Google Drive
Stars: ✭ 56 (-80.28%)
Mutual labels:  google-drive
Google Drive Player Script
Grab google drive streaming links (redirector.googlevideo.com/videoplayback?..)
Stars: ✭ 283 (-0.35%)
Mutual labels:  google-drive
Goodls
This is a CLI tool to download shared files and folders from Google Drive.
Stars: ✭ 256 (-9.86%)
Mutual labels:  google-drive
KotlinProject
This repo help for all developer who want to learn android or want to work on advance feature of android. This repo created with help of @awesomeui, @materialdesign and android latest feature. this repo contain major feature like : @awesome UI, @Material design, @firebase (auth, realtime database, firestore, push notification), @database (Room d…
Stars: ✭ 40 (-85.92%)
Mutual labels:  google-drive

VGrive

Flatpak repo: https://github.com/flathub/com.github.bcedu.vgrive

VGrive is a client (back-end and front-end) for Google Drive made in vala.

  • Start VGrive and sync your files with Google Drive through a clean and minimalist gui.
  • Automaticlly detects changes in local and remote files and sync them.
  • Choose the local path where VGrive syncs your files.

Installation

Elementary AppCenter

Install VGrive through the elementary AppCenter. It's always updated to lastest version. Easy and fast.

Get it on AppCenter

Debian and Derivatives: Install from .deb file

For debian based distributions (ubuntu, linux mint, elementary, ...) you can install VGrive directlly with the .deb file attached to the newest release of VGrive:

Fedora: Install from official repo

Flatpak

Install from flathub (aviable for any distro):

Setup flatpak: https://flatpak.org/setup/

Manual Instalation

Download last release (zip file), extract files and enter to the folder where they where extracted.

Install the 'build' pre-requisites ( eg on ubuntu, something like this ):

  • sudo apt install meson
  • sudo apt install valac
  • sudo apt-get install build-essential libgtk-3-dev
  • sudo apt install libgranite*
  • sudo apt install libjson-glib*
  • sudo apt install libsoup*
  • sudo apt install libunity-dev (optional)
  • sudo apt install libappindicator3-dev (optional)

Install your application with the following commands:

  • meson build --prefix=/usr
  • cd build
  • ninja
  • sudo ninja install

DO NOT DELETE FILES AFTER MANUAL INSTALLATION, THEY ARE NEEDED DURING UNINSTALL PROCESS

To uninstall type from de build folder:

  • sudo ninja uninstall
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].