Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/PaperKup/csv-toicloudkeychain
Import CSV credentials to iCloud Keychain.
https://github.com/PaperKup/csv-toicloudkeychain
Last synced: 3 months ago
JSON representation
Import CSV credentials to iCloud Keychain.
- Host: GitHub
- URL: https://github.com/PaperKup/csv-toicloudkeychain
- Owner: PaperKup
- Created: 2017-04-17T16:38:38.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-03-08T01:56:09.000Z (over 3 years ago)
- Last Synced: 2024-05-22T15:32:31.153Z (6 months ago)
- Language: AppleScript
- Homepage:
- Size: 1.79 MB
- Stars: 103
- Watchers: 8
- Forks: 35
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# csv-toicloudkeychain
AppleScript that will read a CSV file containing URL, username and password data and import this to iCloud KeyChain via Safari.![alt tag](demo.gif)
## CSV Layout
Create a CSV without headers with data in the below order.
>url,username,passwordFor example, import an entry for the user doggo at woof.org.
>woof.org,doggo,secretbonepass## Accessibility Permissions
Script editor must be given permission under System Preferences - Security & Privacy - Accessibility to run. Ensure you remove this after you have finished running the script.![alt tag](scripteditor-permissions.png)