Skip to content

zenangst/KeyboardCowboy

Repository files navigation

Application image

Keyboard Cowboy 3

Test Keyboard Cowboy Icon

Boost macOS productivity with Keyboard Cowboy.

Introducing Keyboard Cowboy - the ultimate productivity app for macOS that empowers users with incredible efficiency and control, all at the tip of their fingers.

Download Keyboard Cowboy today, and see what you can accomplish when you saddle up and take control of your Mac like a true cowboy. Experience the incredible power and efficiency of Keyboard Cowboy for yourself and take your macOS experience to the next level.

System Requirements

Keyboard Cowboy supports macOS v13.0+.


Simplify complex tasks and streamline workflows for Mac users.

With Keyboard Cowboy, users can automate repetitive actions, launch applications and scripts, control system settings, manipulate files and folders, and perform a wide range of actions – all without ever having to take their hands off the keyboard.

Keyboard Cowboy's intuitive interface and simple setup process make it easy for users of all levels to get started. And with its lightning-fast performance and seamless integration with macOS, Keyboard Cowboy is the ultimate tool for power users and casual users alike.

The best shortcut is no shortcut at all.

Automation

With contextual application triggers, you can set up workflows that respond to a wide range of conditions, such as when an application is opened, closed, or when the user switches to the application.

Once you've created your workflow, it will run automatically, without the need for any keyboard shortcuts or manual intervention. This powerful automation tool can help you save time and effort by automating a variety of tasks based on your context.

New command screenshot

Using the function key to bind up commands can be incredibly useful for programmers and power users.

By assigning frequently-used commands to the function key, you can streamline your workflow and save time. Overall, utilizing function keys can help you work more efficiently and effectively, making it a valuable tool for any programmer or power user.

Security and Privacy

Keyboard Cowboy is designed to be secure and private. It does not collect any personal information or send any data to third parties. All data is stored locally on your computer and is never transmitted over the internet.

In addition, macOS comes with built in security, so Keyboard Cowboy will be disabled when you are focsed on a password field or when you are in a secure input mode.

tl;dr

We don't stalk you, we don't collect your data, we don't sell your data. We don't even know who you are. But we care about your privacy and security. ❤️

Development

To get this up and running, you'll need to have tuist installed.

Installing tuist

The easiest way to install tuist is by using Homebew

brew install tuist 

For more information about tuist, refer to the projects README.

Setting up a .env

Create a new .env file in the root folder. Add the following contents to the .env-file.

APP_NAME=Keyboard Cowboy
APP_SCHEME=Keyboard-Cowboy
APP_BUNDLE_IDENTIFIER=com.zenangst.Keyboard-Cowboy
TEAM_ID=XXXXXXXXXX
PACKAGE_DEVELOPMENT=false

Generating an Xcode project

Simply run the following commands in the root folder of the repository

tuist install 
tuist generate