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

https://github.com/x13a/fschk

List persistence items on macOS.
https://github.com/x13a/fschk

macos osx security swift

Last synced: over 1 year ago
JSON representation

List persistence items on macOS.

Awesome Lists containing this project

README

          

# fschk

List persistence items on macOS.

This app is an attempt to wrap things written by
[Csaba Fitzi](https://twitter.com/theevilbit) in
[Beyond good ol' LaunchAgents](https://theevilbit.github.io/beyond/).

## Done

- [x] Launch
- [x] LSLoginItem
- [ ] Hash (partial)
- [ ] Application (partial)

## Installation

```sh
$ make
$ sudo make install
```
or
```sh
$ brew tap x13a/tap
$ brew install x13a/tap/fschk
```

## Usage

```text
USAGE: fschk [--version]

OPTIONS:
--version Print version and exit
-h, --help Show help information.
```

## Example

```sh
~
❯ [sudo] fschk
Launch (6)
----------

/Library/LaunchDaemons/com.docker.vmnetd.plist
prog -> /Library/PrivilegedHelperTools/com.docker.vmnetd
args -> ["/Library/PrivilegedHelperTools/com.docker.vmnetd"]
dyld -> nil
...
```

## License

[![GNU GPLv3 Image](https://www.gnu.org/graphics/gplv3-127x51.png)](https://www.gnu.org/licenses/gpl-3.0.en.html)