Coder Social home page Coder Social logo

build

About Quicksilver

Quicksilver is a fast and free macOS productivity application that gives you the power to control your Mac quickly and elegantly. Quicksilver learns your habits, making your everyday chores simple and efficient. Learn more at: https://qsapp.com

About This Code Repository

This repository contains the source code for the Quicksilver main app. It is also the place to browse existing issues and open new issues, via the issue tracker.

The main branch contains the source for the currently released Quicksilver.

If you want more info about Quicksilver you can read the about page or view it on Wikipedia. For help and support, visit the Quicksilver Support Group. Developers can find help in the Developer Support Group

Where to download Quicksilver?

Visit QSApp.com, and download the right version for your operating system.

Before Trying the Source Code

Before building and testing Quicksilver, ALWAYS BACKUP your user data! This is easily done by backing up the following:

  • ~/Library/Application Support/Quicksilver
  • ~/Library/Caches/Quicksilver
  • ~/Library/Preferences/com.blacktree.Quicksilver.plist

Now if anything happens you can always restore the exact state Quicksilver was in before your were trying out this version. When switching between versions, you should generally clear caches with

rm -r ~/Library/Caches/*Quicksilver

Getting Started with Development

The Map should give you a head start if you're approaching this project for the first time.

Multiple copies of Quicksilver.app on your Mac

Having multiple copies of Quicksilver.app on the system can cause issues with the Services System in OS X and AppleScript.

Specifically, Services will not register properly when the pasteboard server (/System/Library/CoreServices/pbs) sees multiple Quicksilver.app packages each with their own Info.plist file defining the same services. AppleScript will also get confused with more than one Quicksilver.app on your Mac.

In order to ensure that the Services System and AppleScript work correctly, zip any old Quicksilver.app packages you want to keep, so you only have one Quicksilver.app file on your filesystem. Also do not forget to empty your trash after you deleted the older Quicksilver.app packages.

Development

You should be able to build Quicksilver by following the instructions as seen in the Quicksilver Wiki on Building Quicksilver.

Legal Stuff

By downloading and/or using this software you agree to the following terms of use:

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this software except in compliance with the License.
You may obtain a copy of the License at

  http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Quicksilver for macOS's Projects

1password-plugin icon 1password-plugin

A Quicksilver plug-in for 1Password - please report any bugs at https://github.com/quicksilver/Quicksilver/issues — Edit

adium-qsplugin icon adium-qsplugin

Quicksilver Adium plug-in - please report any bugs at https://github.com/quicksilver/Quicksilver/issues

airport-qsplugin icon airport-qsplugin

OBSOLETE: Please see the Netwoking Plugin. Quicksilver AirPort Plugin - please report any bugs at https://github.com/quicksilver/Quicksilver/issues

alarm-qsplugin icon alarm-qsplugin

Quicksilver Alarm Plugin - please report any bugs at https://github.com/quicksilver/Quicksilver/issues

amazon-qsplugin icon amazon-qsplugin

Quicksilver Amazon Plugin - please report any bugs at https://github.com/quicksilver/Quicksilver/issues

aol-qsplugin icon aol-qsplugin

Quicksilver AOL Plugin - please report any bugs at https://github.com/quicksilver/Quicksilver/issues

audio-qsplugin icon audio-qsplugin

A Quicksilver plug-in for audio devices - please report any bugs at https://github.com/quicksilver/Quicksilver/issues

bbedit-qsplugin icon bbedit-qsplugin

Quicksilver BBEdit Plugin - please report any bugs at https://github.com/quicksilver/Quicksilver/issues

bezel-qsplugin icon bezel-qsplugin

Quicksilver Bezel Plugin - please report any bugs at https://github.com/quicksilver/Quicksilver/issues

bezelclassic-qsplugin icon bezelclassic-qsplugin

Quicksilver Classic Bezel Interface - please report any bugs at https://github.com/quicksilver/Quicksilver/issues

bluetooth-qsplugin icon bluetooth-qsplugin

Quicksilver Bluetooth Plugin - please report any bugs at https://github.com/quicksilver/Quicksilver/issues

buddypop-qsplugin icon buddypop-qsplugin

Quicksilver BuddyPop Plugin - please report any bugs at https://github.com/quicksilver/Quicksilver/issues

calculator-qsplugin icon calculator-qsplugin

Quicksilver Calculator Plugin - please report any bugs at https://github.com/quicksilver/Quicksilver/issues

calendar-reminders-qsplugin icon calendar-reminders-qsplugin

Quicksilver Calendar & Reminders Plugin - please report any bugs at https://github.com/quicksilver/Quicksilver/issues

calendarsupport-qsplugin icon calendarsupport-qsplugin

Quicksilver CalendarSupport Plugin - please report any bugs at https://github.com/quicksilver/Quicksilver/issues

camino-qsplugin icon camino-qsplugin

Quicksilver Camino Plugin - please report any bugs at https://github.com/quicksilver/Quicksilver/issues

chatsupport-qsplugin icon chatsupport-qsplugin

Quicksilver Chat Support Plugin - please report any bugs at https://github.com/quicksilver/Quicksilver/issues

cl1p-qsplugin icon cl1p-qsplugin

Quicksilver Cl1p Plugin - please report any bugs at https://github.com/quicksilver/Quicksilver/issues

clix-qsplugin icon clix-qsplugin

Quicksilver CLIX Plugin - please report any bugs at https://github.com/quicksilver/Quicksilver/issues

cloudapp-qsplugin icon cloudapp-qsplugin

Quicksilver CloudApp plug-in - please report any bugs at https://github.com/quicksilver/Quicksilver/issues

colloquyplugin-qsplugin icon colloquyplugin-qsplugin

Quicksilver ColloquyPlugin Plugin - please report any bugs at https://github.com/quicksilver/Quicksilver/issues

com.apple.mail-qsplugin icon com.apple.mail-qsplugin

Quicksilver com.apple.Mail Plugin - please report any bugs at https://github.com/quicksilver/Quicksilver/issues

com.apple.safari-qsplugin icon com.apple.safari-qsplugin

Quicksilver com.apple.Safari Plugin - please report any bugs at https://github.com/quicksilver/Quicksilver/issues

com.apple.spaces-qsplugin icon com.apple.spaces-qsplugin

Quicksilver com.apple.spaces Plugin - please report any bugs at https://github.com/quicksilver/Quicksilver/issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.