Hi Everyone! I want to share a tool I built to solve one of life's great annoyances - managing browser tabs! tabgrab is a command-line tool (CLI) to save the URLs from the tabs of an open browser window on macOS. URLs from every tab can be saved to a file, copied to the clipboard, output to the console, or all 3. A custom prefix (such as a leading dash "-" or asterisk "*") can be added, which is convenient for dumping a list of tab URLs into a bulleted list. To get fancier, a custom template can be specified to include the tab's name and url and format as desired (e.g., as a markdown link).…