- Notifications
You must be signed in to change notification settings - Fork5
A plugin that extract the URL from the browser to enhance Autotype matching
License
MacPass/AutotypeURL
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
A plugin to extract the URL from the browser to enhance Autotype matching inMacPass
- Brave
- Chrome
- Edge
- Firefox
- Safari
MacPass 0.7.10 or newer
AutotypeURL is available in MacPass via the plugin perefences. Browse the plugin resporitoy to download the latest release.Or download the latest release from theReleases page, extract and copy the resulting file to the MacPass plugin folder at~/Library/Application Support/MacPass/
. Then restart MacPass if you're already running it.
- Clone the repository
git clone https://github.com/MacPass/AutotypeURLcd AutotypeURL
- Clone MacPass and fetch and build dependencies
cd ..git clone https://github.com/mstarke/MacPasscd MacPassgit checkout feature/autotype_plugingit submodule update --init --recursivecarthage bootstrap --platform macOS
- If your folder structure isn't like the following, you need to adjust the
HEADER_SEARCH_PATHS
to point to the MacPass folder
└─ Folder ├─ MacPass └─ AutotypeURL
- Change back to the AutotypeURL folder, compile and install
cd ..cd AutotypeURLxcodebuild
The Plugin is moved to the plugin folder of MacPass automacially.~/Library/Application Support/MacPass/AutotypeURL.mpplugin
Idea and initial Apple Script is based on the work of@georgesnowhttps://github.com/georgesnow/MPSafariAF
The MIT License (MIT)
Copyright (c) 2019-2021 Michael Starke, HicknHack Software GmbH
Permission is hereby granted, free of charge, to any person obtaining a copyof this software and associated documentation files (the "Software"), to dealin the Software without restriction, including without limitation the rightsto use, copy, modify, merge, publish, distribute, sublicense, and/or sellcopies of the Software, and to permit persons to whom the Software isfurnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in allcopies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS ORIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THEAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHERLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THESOFTWARE.
About
A plugin that extract the URL from the browser to enhance Autotype matching