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 "Safari" | |
| set windowList to every window | |
| repeat with aWindow in windowList | |
| set tabList to every tab of aWindow | |
| repeat with atab in tabList | |
| tell atab | |
| set tabURL to URL | |
| set tabTitle to name | |
| add reading list item tabURL with title tabTitle | |
| end tell |
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
| \documentclass{standalone} | |
| \usepackage{tikz-cd} | |
| \usetikzlibrary{arrows.meta} | |
| \begin{document} | |
| \begin{tikzcd}[arrows={-Stealth[length=6pt]}] | |
| A \ar[dr, bend left=30] & & B \ar[dl, bend right=30] \\ | |
| & {} \ar[d] & \\ | |
| & C & | |
| \end{tikzcd} |
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
| mv /Users/juliushamilton/Desktop/* /Users/juliushamilton/Documents/ |