2 مستودعات
Using an embedded JavaScript runtime to execute system commands and AppleScript for OS control.
Distinct from Embedded JavaScript Scripting: Distinct from Embedded JavaScript Scripting: specifically focuses on operating system automation and internals via AppleScript rather than general app logic.
Explore 2 awesome GitHub repositories matching programming languages & runtimes · OS-Level System Scripting. Refine with filters or upvote what's useful.
Phoenix هو أداة لأتمتة مساحة العمل ومدير نوافذ لنظام macOS يستخدم محرك سكربتات JavaScript للتحكم في سلوكيات مستوى النظام. يعمل كجسر لأتمتة AppleScript، مما يسمح للمستخدمين بالتلاعب برمجياً بحالات التطبيق، وهندسة النوافذ، وتفاعلات سطح المكتب. يمكن المشروع من إنشاء سير عمل مخصص عن طريق ربط اختصارات لوحة المفاتيح بوظائف JavaScript. يسمح هذا بأتمتة إجراءات النظام المعقدة، مثل تنظيم تخطيطات التطبيقات عبر شاشات متعددة وإدارة المساحات الافتراضية. تغطي مساحة إمكانياته إدارة النوافذ والتطبيقات، وتنفيذ أوامر الصدفة غير المتزامنة، وأتمتة مستوى النظام. كما يتضمن أدوات لإدارة إحداثيات الشاشة ثنائية الأبعاد، وجدولة المهام المتكررة، والتفاعل مع المستخدم عبر إشعارات النظام والنوافذ المشروطة (modal windows). يدعم التطبيق وضع الخدمة (daemon) للتشغيل في الخلفية ويراقب نظام الملفات لإعادة تحميل ملفات التكوين دون الحاجة إلى إعادة التشغيل.
Uses a JavaScript runtime to control macOS internals and execute asynchronous system processes via AppleScript.
Just is a JavaScript runtime environment designed for system-level programming and high-performance execution. It provides a direct interface to kernel functions and hardware resources, allowing developers to interact with operating system features that are typically inaccessible through standard high-level programming environments. The runtime distinguishes itself by offering a streamlined execution model that minimizes startup latency and provides the ability to compile scripts into standalone, dependency-free binaries. By leveraging the V8 engine and a specialized module loading system, it
Acts as a system-level scripting engine with direct access to kernel functions and hardware.