Simple Bash Text Editor
1.0.0
โปรแกรมนี้ยังมีเวอร์ชัน VIM ที่มีฟังก์ชั่นเช่นเดียวกับเวอร์ชันสคริปต์ bash แต่มันเปิดตัวแก้ไขข้อความ VIM
อย่าไปข้างหน้าเพื่อเปลี่ยนรหัส
# Function to handle time plugin handle_time_plugin() { source ./plugins/time_plugin.sh display_current_time }
# Function to handle system info plugin handle_system_info_plugin() { source ./plugins/system_info_plugin.sh display_system_info }
ถึง
# Function to handle time plugin handle_time_plugin() { source ./time_plugin.sh display_current_time }
# Function to handle system info plugin handle_system_info_plugin() { source ./system_info_plugin.sh display_system_info }