This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tell application "Google Chrome" | |
repeat with window_var in every window | |
set window_url_list to {} | |
set window_tabs to (tabs of window_var) | |
repeat with curr_tab in window_tabs | |
copy URL of curr_tab to end of window_url_list | |
end repeat | |
tell application "Safari" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"python_interpreter": "/usr/local/bin/python", | |
"anaconda_linting": false, | |
"suppress_word_completions": true, | |
"suppress_explicit_completions": true, | |
"hide_snippets_on_completion": true | |
} |