EWElijah Wiltinhashnode.elijahwilt.com·Feb 4, 2024 · 2 min readNative with osascriptAutomation of tasks: osascript is widely used for automating repetitive tasks. This can range from simple tasks like opening applications to more complex ones like manipulating files and folders. Interaction with Applications: osascript can interact...00
EWElijah Wiltinhashnode.elijahwilt.com·Feb 4, 2024 · 1 min readDemo Tests with “Hashnode Pro”// Syntax highlighting: JavaScript (React) import React, { useState } from 'react'; import './App.css'; const App = () => { const [message, setMessage] = useState(''); const [chatHistory, setChatHistory] = useState([]); const handleInputChan...01O