All Projects → chriskol → Desktop Google Keep Osx

chriskol / Desktop Google Keep Osx

Licence: mit
A Super Simple Desktop Client for Mac OSX Built in Javascript and MacGap

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Desktop Google Keep Osx

Google-Docs-Desktop-OSX
A Super Simple Google Docs Desktop Client for Mac OSX Built in Javascript and MacGap
Stars: ✭ 35 (-77.99%)
Mutual labels:  wrapper, google-drive, mac-osx
WebDGap
WebDGap allows you to convert any website or HTML/CSS/JavaScript web application to a native Windows, Mac, Linux, PhoneGap, and Chrome application/extension.
Stars: ✭ 106 (-33.33%)
Mutual labels:  wrapper, mac-app
Macappshell
Creates a Mac OSX .app folder (complete with icons) ready for your binary file. Perfect for Golang, Rust, C++, etc..
Stars: ✭ 290 (+82.39%)
Mutual labels:  osx, mac-osx
Godot Kotlin Native
Kotlin bindings for Godot Engine
Stars: ✭ 186 (+16.98%)
Mutual labels:  wrapper, osx
Ytdlrc
☁️ Downloads videos and metadata with youtube-dl and moves each file on completion to an rclone remote
Stars: ✭ 140 (-11.95%)
Mutual labels:  wrapper, google-drive
Stprivilegedtask
An NSTask-like wrapper around the macOS Security Framework's AEWP function to run shell commands with root privileges in Objective-C / Cocoa.
Stars: ✭ 335 (+110.69%)
Mutual labels:  wrapper, osx
Macvars
command library for scripting osx
Stars: ✭ 34 (-78.62%)
Mutual labels:  osx, mac-osx
Youtube Music
🎵 A Mac app wrapper for music.youtube.com
Stars: ✭ 2,097 (+1218.87%)
Mutual labels:  wrapper, osx
Omnifocus Stats
📊 Stats tool for OmniFocus.
Stars: ✭ 148 (-6.92%)
Mutual labels:  osx
G Index
Google Drive Directory Index Running on CloudFlare Workers [Search + DarkMode] [ENGLISH]
Stars: ✭ 152 (-4.4%)
Mutual labels:  google-drive
Stitch
Python Remote Administration Tool (RAT)
Stars: ✭ 2,018 (+1169.18%)
Mutual labels:  mac-osx
Imguifontstudio
Font Helper Gui Tool for programming
Stars: ✭ 149 (-6.29%)
Mutual labels:  osx
Docker Time Sync Agent
docker-time-sync-agent is a tool to prevent time drift in Docker for Mac's HyperKit VM.
Stars: ✭ 152 (-4.4%)
Mutual labels:  osx
Drivesync
Google Drive synchronization for Linux
Stars: ✭ 148 (-6.92%)
Mutual labels:  google-drive
Rar2fs
FUSE file system for reading RAR archives
Stars: ✭ 155 (-2.52%)
Mutual labels:  osx
Go Gtk
Go binding for GTK
Stars: ✭ 1,832 (+1052.2%)
Mutual labels:  osx
Musaicfm
Screensaver inspired by Apple’s inbuilt iTunes Screensaver. It can display Artwork by Spotify or last.fm Profile Data.
Stars: ✭ 144 (-9.43%)
Mutual labels:  osx
Usbdeviceswift
wrapper for IOKit.usb and IOKit.hid written on pure Swift that allows you convenient work with USB devices
Stars: ✭ 156 (-1.89%)
Mutual labels:  osx
Py Kaldi Asr
Some simple wrappers around kaldi-asr intended to make using kaldi's (online) decoders as convenient as possible.
Stars: ✭ 156 (-1.89%)
Mutual labels:  wrapper
Chinese Lunar Calendar For Mac
Chinese Lunar Calendar for Mac
Stars: ✭ 150 (-5.66%)
Mutual labels:  osx

Google Keep Desktop OSX

A Super Simple Desktop Client for Mac OSX Built in Javascript and MacGap

Why

I love the Google suite but hate being limited to having to use their apps within my browser. If you have many tabs, it's impractical for usability.

What

It's one line of code to wrap Google Keep in an app window made possible by MacGap

Build

Build using instructions on MacGap-rb

Usage

gem install macgap

# macgap new DIR
# macgap build DIR

For example, to create a new MacGap app use the new command:

macgap new MyApp

To build a MacGap app use the build command, specifying the app's directory.

macgap build MyApp

Note: I'd recommend against using the binary releases at this point. There have been issues with people downloading them and using them on different versions of OSX from what I've compiled them on and it causing problems.

That is, me compiling on whatever version of OSX I'm running can cause problems for you if you aren't running on the same version. As I'm not sure what the future holds in terms of me or users of the app being up to date on the latest OSX, I'm just going to stop making releases for the foreseeable future and avoid issues.

Building from source following the directions in the instructions is the definite recommended method.

Run

Click the pretty icon :)

Troubleshooting

Some Quarantine/Gatekeeper issues have been reported with regard to using the binaries on the release page. As mentioned above, please build from source as this should prevent any issues. If you're determined to use the binary on the release page, you may try (as per @gregglind):

# assuming you moved the app bundle to /Applications
sudo xattr -r -d com.apple.quarantine /Applications/Desktop-Google-Keep-OSX.app

More

Check out the project page for latest release binaries and stuff.

Also check out the same thing for Google Docs at Google Docs Desktop OSX or its project page for latest binaries here

Also check out the same thing for Google Drive at Google Drive Desktop OSX.

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].