https://github.com/hbmartin/safari-macos-tools-applescript
Make Safari more usable. Tab extraction, session saving, etc.
https://github.com/hbmartin/safari-macos-tools-applescript
Last synced: 6 months ago
JSON representation
Make Safari more usable. Tab extraction, session saving, etc.
- Host: GitHub
- URL: https://github.com/hbmartin/safari-macos-tools-applescript
- Owner: hbmartin
- License: mit
- Created: 2024-07-08T18:10:19.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-09T00:46:34.000Z (about 1 year ago)
- Last Synced: 2025-02-06T05:17:11.335Z (8 months ago)
- Language: AppleScript
- Homepage:
- Size: 7.81 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Safari Utilities for Tab and Session Management
## Installation
```bash
cd ~/Downloads
git clone https://github.com/hbmartin/safari-macos-tools-applescript.git
echo "source ~/Downloads/safari-macos-tools-applescript/aliases.sh" >> ~/.zprofile
source safari-macos-tools-applescript/aliases.sh
st-ext 9to5mac
```## Usage
* `st-ext ` extracts all tabs with URLs or titles matching keyword to a new window. *Case sensitive!*
* `st-md` exports a markdown file with all currently opened tabs to your Desktop folder.