8000 GitHub - bendews/apw at v0.0.3
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

bendews/apw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo

Apple Passwords CLI

A CLI for access to Apple Passwords. A foundation for enabling integration and automation.
Explore the docs »

View Demo · Report Bug · Request Feature

Contributors Forks Stargazers Issues MIT License

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Contributing
  5. License
  6. Contact
  7. Acknowledgments

About The Project

This project introduces a CLI interface designed to access iCloud passwords and OTP tokens. The core objective is to provide a secure and straightforward way to retrieve iCloud passwords, facilitating integration with other systems or for personal convenience.

It utilises a built in helper tool in macOS 14 and above to facilitate this functionality.

(back to top)

Getting Started

Ensure homebrew is installed or build from source.

Installation

Installation is via Homebrew:

brew install apw

(back to top)

Usage

Enable the daemon to run on startup:

brew enable apw

Authenticate the daemon interactively:

This is required every time the daemon starts i.e on boot

apw auth

Query for available passwords:

apw pw list google.com

View more commands & help:

apw --help

Options:

  -h, --help     - Show this help.                            
  -V, --version  - Show the version number for this program.  

Commands:

  auth   - Authenticate CLI with daemon.         
  pw     - Interactively list accounts/passwords.
  otp    - Interactively list accounts/OTPs.     
  start  - Start the daemon.

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the GPL V3.0 License. See LICENSE for more information.

(back to top)

Contact

Ben Dews - #

Project Link: https://github.com/bendews/apw

(back to top)

Acknowledgments

(back to top)

About

A CLI for Apple Passwords (also known as iCloud Keychain)

Topics

Resources

License

Stars

Watchers

Forks

0