https://github.com/kud/am-i-admin-cli
A simple CLI tool that helps you quickly determine whether or not you're an admin on your macOS computer.
https://github.com/kud/am-i-admin-cli
admin macos
Last synced: 5 months ago
JSON representation
A simple CLI tool that helps you quickly determine whether or not you're an admin on your macOS computer.
- Host: GitHub
- URL: https://github.com/kud/am-i-admin-cli
- Owner: kud
- Created: 2023-09-24T22:45:51.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-17T16:05:54.000Z (over 1 year ago)
- Last Synced: 2025-11-23T09:04:48.234Z (7 months ago)
- Topics: admin, macos
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/@kud/am-i-admin-cli
- Size: 52.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 👑 Am I Admin
`am-i-admin` is a simple CLI tool that helps you quickly determine whether or not you're an admin on your macOS computer.
## Installation
To install the CLI tool globally:
```
npm install -g @kud/am-i-admin-cli
```
## Usage
After installing the package, you can use the command:
```
am-i-admin
```
This command will then inform you if you are an admin on your computer or not.
Example:
```shell
✓ xxx, you are an admin on this computer. 👑
```
For a simplified output that returns `true` if you're an admin and `false` otherwise, you can use the `--raw` parameter:
```
am-i-admin --raw
```
## License
This software is licensed under the MIT license. See the package details for more information.