An open API service indexing awesome lists of open source software.

https://github.com/luckman212/frontapp

Logs changes to your focused (frontmost) app
https://github.com/luckman212/frontapp

macos sonoma swift

Last synced: 12 months ago
JSON representation

Logs changes to your focused (frontmost) app

Awesome Lists containing this project

README

          

![](./icon.png)

## frontapp

Keeps a running log of the current focused app in macOS. Also displays a menubar item with the name of the frontmost app.

The following details are logged to the window:

- timestamp (millisecond accuracy)
- full pathname
- "friendly" AppName
- Bundle ID
- PID

Click the menubar item to toggle (hide/show) the window. The window can also be resized and will remember its size and position.

There is a small (optional) beep sound that will play when an app change is detected. You can toggle this via the *frontapp* menu at the top left.

## screenshots

#### menubar item

#### log window

![](./logwindow.png)