Skip to content

MacPass/AutotypeURL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AutotypeURL

A plugin to extract the URL from the browser to enhance Autotype matching in MacPass

Supported Browsers

  • Brave
  • Chrome
  • Edge
  • Firefox
  • Safari

Installation

Requirements

MacPass 0.7.10 or newer

Using a precompiled version

AutotypeURL is available in MacPass via the plugin perefences. Browse the plugin resporitoy to download the latest release. Or download the latest release from the Releases 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.

Building from source

  • Clone the repository
git clone https://github.com/MacPass/AutotypeURL
cd AutotypeURL
  • Clone MacPass and fetch and build dependencies
cd ..
git clone https://github.com/mstarke/MacPass
cd MacPass
git checkout feature/autotype_plugin
git submodule update --init --recursive
carthage 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 AutotypeURL
xcodebuild

The Plugin is moved to the plugin folder of MacPass automacially. ~/Library/Application Support/MacPass/AutotypeURL.mpplugin

Contributors

Idea and initial Apple Script is based on the work of @georgesnow https://github.com/georgesnow/MPSafariAF

License

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 copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 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 THE SOFTWARE.