Skip to content

Commit

Permalink
Add Keyboard Cowboy
Browse files Browse the repository at this point in the history
  • Loading branch information
zenangst committed Jun 6, 2023
1 parent bbfd6a2 commit 6dd9d1f
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
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"
]
}
]
}

0 comments on commit 6dd9d1f

Please sign in to comment.