https://github.com/trypsynth/app-info
Hammerspoon that lets you get information about the currently focused application.
https://github.com/trypsynth/app-info
Last synced: over 1 year ago
JSON representation
Hammerspoon that lets you get information about the currently focused application.
- Host: GitHub
- URL: https://github.com/trypsynth/app-info
- Owner: trypsynth
- License: mit
- Created: 2023-03-06T16:47:29.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-06T16:48:07.000Z (over 3 years ago)
- Last Synced: 2025-02-26T20:19:13.252Z (over 1 year ago)
- Language: Lua
- Size: 1000 Bytes
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# App Info
This is a simple [Hammerspoon](https://www.hammerspoon.org) that lets you get info about the currently focused application with a hotkey.
## Instillation.
If you have Hammerspoon installed, simply open the .spoon file, and it should automatically go in the right spot.
To actually use the spoon, add the following two lines to your init.lua:
```lua
hs.loadSpoon("AppInfo")
spoon.AppInfo:start()
```
and reload your configuration. After doing this, control+shift+v should report the name of the foreground application, the version (if available), and the path it's running from.