All Projects → alexrosenfeld10 → Quickeys

alexrosenfeld10 / Quickeys

Licence: BSD-3-Clause license
A mac menu bar app that provides note taking functionality though a quick dropdown menu.

Programming Languages

swift
15916 projects
ruby
36898 projects - #4 most used programming language
objective c
16641 projects - #2 most used programming language

Projects that are alternatives of or similar to Quickeys

Chinese Lunar Calendar For Mac
Chinese Lunar Calendar for Mac
Stars: ✭ 150 (+177.78%)
Mutual labels:  menubar, mac, statusbar
Air
Mac menu bar app to track Air Quality
Stars: ✭ 63 (+16.67%)
Mutual labels:  menubar, mac
Quark Shell Mac
Quark Shell for Mac helps web developers to create native-like Mac menubar app using HTML and JavaScript without writing any native code.
Stars: ✭ 917 (+1598.15%)
Mutual labels:  menubar, mac
Nightfall
A menu bar utility for toggling dark mode in macOS, written in Swift.
Stars: ✭ 131 (+142.59%)
Mutual labels:  menubar, utility
Juice
Make your battery information a bit more interesting.
Stars: ✭ 688 (+1174.07%)
Mutual labels:  menubar, apple
Jmcs
Java framework to homogenize your GUI across all the 3 main desktop OS, and further integrates your app to them.
Stars: ✭ 5 (-90.74%)
Mutual labels:  menubar, statusbar
Hot
Hot is macOS menu bar application that displays the CPU speed limit due to thermal issues.
Stars: ✭ 131 (+142.59%)
Mutual labels:  menubar, mac
Popover
Custom macOS Popover 💬
Stars: ✭ 71 (+31.48%)
Mutual labels:  menubar, statusbar
Nocturnal
A Dimness and Night Shift menu bar app for macOS 🌙
Stars: ✭ 199 (+268.52%)
Mutual labels:  menubar, mac
Xbar
Put the output from any script or program into your macOS Menu Bar (the BitBar reboot)
Stars: ✭ 15,693 (+28961.11%)
Mutual labels:  menubar, mac
macOSAppsOpenSource
No description or website provided.
Stars: ✭ 33 (-38.89%)
Mutual labels:  menubar, notes
Temps
Simple menubar application based on Electron with actual weather information and forecast.
Stars: ✭ 553 (+924.07%)
Mutual labels:  menubar, mac
Mater
🍅 A simple and purty menubar Pomodoro app written in Electron
Stars: ✭ 433 (+701.85%)
Mutual labels:  menubar, mac
Security Growler
📡 A Mac menubar app that notifies you whenever SSH, VNC, sudo, or other auth events occur.
Stars: ✭ 829 (+1435.19%)
Mutual labels:  menubar, mac
Keepingyouawake
Prevents your Mac from going to sleep.
Stars: ✭ 4,343 (+7942.59%)
Mutual labels:  menubar, utility
Menutube
Catch YouTube into your macOS menu bar! 🦄
Stars: ✭ 102 (+88.89%)
Mutual labels:  menubar, mac
reminders-menubar
Simple macOS menu bar application to view and interact with reminders. Developed with SwiftUI and using Apple Reminders as a source.
Stars: ✭ 250 (+362.96%)
Mutual labels:  menubar, utility
chai
Don't let your Mac fall asleep, like a sir
Stars: ✭ 54 (+0%)
Mutual labels:  menubar, utility
bearclaw
Menubar app to quickly create new notes in Bear
Stars: ✭ 60 (+11.11%)
Mutual labels:  menubar, notes
gifbar
🦄 Find Awesome Gif's right in your Menu Bar
Stars: ✭ 37 (-31.48%)
Mutual labels:  menubar, mac

Quickeys

A mac menu bar app that provides note taking and other functionality through a quick dropdown window. Please download the most recent release and drag the zip file to your Applications folder. From there, double click the zip file to unpack the application. After doing so, you may delete the zip file.

Building and running

  1. Install cocoapods if you do not have it already. Run either sudo gem install cocoapods or brew install cocoapods, whichever you prefer.
  2. Run pod install in the root of the cloned repository.
  3. Open Quickeys.xcworkspace in Xcode and let it restore any Swift Package Manager dependencies.
  4. Click the Play button (build and run the current scheme) in Xcode.

Quickeys should now be running!

Quickeys Screenshot

Features

Quickeys has a variety of smaller hidden features:

  • Press cmd + shift + 8 to toggle the Quickeys window from anywhere on your computer
  • Press cmd+enter to search highlighted or all text on target
  • Press alt/option + enter to generate and copy a pastebin link of highlighted or all text
  • Click and drag anywhere outside of the text box and buttons to resize the window vertically
  • Autosaves your notes so they do not get lost if you quit the app.

Contributing

If you are looking to run or contribute to this project, you will need an ApiKeys.plist file for the pastebin functionality to work. The file should be placed in the Resources directory, and should contain a single key-value pair:

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
    <key>API_KEY</key>
    <string>your-key-here</string>
</dict>
</plist>

Pods

This project uses MASShortcut.

Carthage

This project uses LaunchAtLogin.

License

This project is licensed under the BSD-3-Clause. The full license can be viewed here.

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