Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Keyboard Cowboy #854

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -600,6 +600,7 @@ You can see in which language an app is written. Currently there are following l
- [Flycut](https://github.com/TermiT/flycut) - Clean and simple clipboard manager for developers. ![objective_c_icon]
- [Itsycal](https://github.com/sfsam/Itsycal) - A tiny calendar for that lives in the Mac menu bar. ![objective_c_icon]
- [KeyHolder](https://github.com/Clipy/KeyHolder) - Record shortcuts in macOS, like Alfred.app. ![swift_icon]
- [Keyboard Cowboy](https://github.com/zenangst/KeyboardCowboy) - The missing keyboard shortcut utility for macOS ![swift_icon]
- [Kiwix](https://github.com/kiwix/apple) - Kiwix for iOS and macOS, build on Swift. ![swift_icon]
- [Layout Designer for UICollectionView](https://github.com/amirdew/CollectionViewPagingLayout) - A simple but powerful tool that helps you make complex layouts for UICollectionView. ![swift_icon]
- [Linked Ideas](https://github.com/fespinoza/LinkedIdeas) - macOS application to write down and connect ideas. ![swift_icon]
Expand Down Expand Up @@ -902,4 +903,4 @@ Thanks to all the people who contribute:
[rust_icon]: ./icons/rust-16.png 'Rust language.'
[shell_icon]: ./icons/shell-16.png 'Shell language.'
[swift_icon]: ./icons/swift-16.png 'Swift language.'
[typescript_icon]: ./icons/typescript-16.png 'TypeScript language.'
[typescript_icon]: ./icons/typescript-16.png 'TypeScript language.'
20 changes: 19 additions & 1 deletion applications.json
Expand Up @@ -9606,6 +9606,24 @@
"languages": [
"c"
]
}
},
{
"short_description": "The ultimate productivity app for macOS that empowers users with incredible efficiency and control, all at the tip of their fingers.",
"categories": [
"productivity",
"utilities"
],
"repo_url": "https://github.com/zenangst/KeyboardCowboy",
"title": "Keyboard Cowboy",
"icon_url": "https://raw.githubusercontent.com/zenangst/KeyboardCowboy/main/App/Resources/Assets.xcassets/AppIcon.appiconset/icon_128x128.png",
"screenshots": [
"https://github.com/zenangst/KeyboardCowboy/blob/main/gh-pages/img/app.png?raw=true",
"https://github.com/zenangst/KeyboardCowboy/blob/main/gh-pages/img/automation.png?raw=true"
],
"official_site": "https://github.com/zenangst/KeyboardCowboy",
"languages": [
"swift"
]
}
]
}