An open API service indexing awesome lists of open source software.

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.

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.