Upload mac-command-ds.jsonl
Browse files- mac-command-ds.jsonl +251 -0
mac-command-ds.jsonl
ADDED
|
@@ -0,0 +1,251 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{"prompt": "increase brightness", "completion": "osascript -e 'tell application \"System Events\" to key code 144'"}
|
| 2 |
+
{"prompt": "up brightness", "completion": "osascript -e 'tell application \"System Events\" to key code 144'"}
|
| 3 |
+
{"prompt": "light up brightness higher", "completion": "osascript -e 'tell application \"System Events\" to key code 144'"}
|
| 4 |
+
{"prompt": "make brightness brighter", "completion": "osascript -e 'tell application \"System Events\" to key code 144'"}
|
| 5 |
+
{"prompt": "turn brightness up", "completion": "osascript -e 'tell application \"System Events\" to key code 144'"}
|
| 6 |
+
{"prompt": "decrease brightness", "completion": "osascript -e 'tell application \"System Events\" to key code 145'"}
|
| 7 |
+
{"prompt": "down brightness", "completion": "osascript -e 'tell application \"System Events\" to key code 145'"}
|
| 8 |
+
{"prompt": "lower brightness", "completion": "osascript -e 'tell application \"System Events\" to key code 145'"}
|
| 9 |
+
{"prompt": "dim brightness", "completion": "osascript -e 'tell application \"System Events\" to key code 145'"}
|
| 10 |
+
{"prompt": "turn brightness down", "completion": "osascript -e 'tell application \"System Events\" to key code 145'"}
|
| 11 |
+
{"prompt": "mute volume", "completion": "osascript -e 'set volume output muted true'"}
|
| 12 |
+
{"prompt": "turn off volume", "completion": "osascript -e 'set volume output muted true'"}
|
| 13 |
+
{"prompt": "shut volume", "completion": "osascript -e 'set volume output muted true'"}
|
| 14 |
+
{"prompt": "unmute volume", "completion": "osascript -e 'set volume output muted false'"}
|
| 15 |
+
{"prompt": "turn on volume", "completion": "osascript -e 'set volume output muted false'"}
|
| 16 |
+
{"prompt": "increase volume", "completion": "osascript -e 'set volume output volume (output volume of (get volume settings) + 10)'"}
|
| 17 |
+
{"prompt": "up volume", "completion": "osascript -e 'set volume output volume (output volume of (get volume settings) + 10)'"}
|
| 18 |
+
{"prompt": "make volume louder", "completion": "osascript -e 'set volume output volume (output volume of (get volume settings) + 10)'"}
|
| 19 |
+
{"prompt": "turn volume up", "completion": "osascript -e 'set volume output volume (output volume of (get volume settings) + 10)'"}
|
| 20 |
+
{"prompt": "decrease volume", "completion": "osascript -e 'set volume output volume (output volume of (get volume settings) - 10)'"}
|
| 21 |
+
{"prompt": "down volume", "completion": "osascript -e 'set volume output volume (output volume of (get volume settings) - 10)'"}
|
| 22 |
+
{"prompt": "lower volume", "completion": "osascript -e 'set volume output volume (output volume of (get volume settings) - 10)'"}
|
| 23 |
+
{"prompt": "turn volume down", "completion": "osascript -e 'set volume output volume (output volume of (get volume settings) - 10)'"}
|
| 24 |
+
{"prompt": "open Safari", "completion": "osascript -e 'tell application \"Safari\" to activate'"}
|
| 25 |
+
{"prompt": "launch Safari", "completion": "osascript -e 'tell application \"Safari\" to activate'"}
|
| 26 |
+
{"prompt": "start Safari", "completion": "osascript -e 'tell application \"Safari\" to activate'"}
|
| 27 |
+
{"prompt": "open web browser", "completion": "osascript -e 'tell application \"Safari\" to activate'"}
|
| 28 |
+
{"prompt": "close Safari", "completion": "osascript -e 'tell application \"Safari\" to quit'"}
|
| 29 |
+
{"prompt": "quit Safari", "completion": "osascript -e 'tell application \"Safari\" to quit'"}
|
| 30 |
+
{"prompt": "exit Safari", "completion": "osascript -e 'tell application \"Safari\" to quit'"}
|
| 31 |
+
{"prompt": "open Terminal", "completion": "osascript -e 'tell application \"Terminal\" to activate'"}
|
| 32 |
+
{"prompt": "launch Terminal", "completion": "osascript -e 'tell application \"Terminal\" to activate'"}
|
| 33 |
+
{"prompt": "start Terminal", "completion": "osascript -e 'tell application \"Terminal\" to activate'"}
|
| 34 |
+
{"prompt": "open command line", "completion": "osascript -e 'tell application \"Terminal\" to activate'"}
|
| 35 |
+
{"prompt": "close Terminal", "completion": "osascript -e 'tell application \"Terminal\" to quit'"}
|
| 36 |
+
{"prompt": "quit Terminal", "completion": "osascript -e 'tell application \"Terminal\" to quit'"}
|
| 37 |
+
{"prompt": "exit Terminal", "completion": "osascript -e 'tell application \"Terminal\" to quit'"}
|
| 38 |
+
{"prompt": "open Calendar", "completion": "osascript -e 'tell application \"Calendar\" to activate'"}
|
| 39 |
+
{"prompt": "launch Calendar", "completion": "osascript -e 'tell application \"Calendar\" to activate'"}
|
| 40 |
+
{"prompt": "start Calendar", "completion": "osascript -e 'tell application \"Calendar\" to activate'"}
|
| 41 |
+
{"prompt": "open calendar app", "completion": "osascript -e 'tell application \"Calendar\" to activate'"}
|
| 42 |
+
{"prompt": "close Calendar", "completion": "osascript -e 'tell application \"Calendar\" to quit'"}
|
| 43 |
+
{"prompt": "quit Calendar", "completion": "osascript -e 'tell application \"Calendar\" to quit'"}
|
| 44 |
+
{"prompt": "exit Calendar", "completion": "osascript -e 'tell application \"Calendar\" to quit'"}
|
| 45 |
+
{"prompt": "open iPhone mirroring", "completion": "osascript -e 'tell application \"iPhone Mirroring\" to activate'"}
|
| 46 |
+
{"prompt": "launch iPhone mirroring", "completion": "osascript -e 'tell application \"iPhone Mirroring\" to activate'"}
|
| 47 |
+
{"prompt": "start iPhone mirroring", "completion": "osascript -e 'tell application \"iPhone Mirroring\" to activate'"}
|
| 48 |
+
{"prompt": "open iPhone screen mirroring", "completion": "osascript -e 'tell application \"iPhone Mirroring\" to activate'"}
|
| 49 |
+
{"prompt": "close iPhone mirroring", "completion": "osascript -e 'tell application \"iPhone Mirroring\" to quit'"}
|
| 50 |
+
{"prompt": "quit iPhone mirroring", "completion": "osascript -e 'tell application \"iPhone Mirroring\" to quit'"}
|
| 51 |
+
{"prompt": "exit iPhone mirroring", "completion": "osascript -e 'tell application \"iPhone Mirroring\" to quit'"}
|
| 52 |
+
{"prompt": "open Postman", "completion": "osascript -e 'tell application \"Postman\" to activate'"}
|
| 53 |
+
{"prompt": "launch Postman", "completion": "osascript -e 'tell application \"Postman\" to activate'"}
|
| 54 |
+
{"prompt": "start Postman", "completion": "osascript -e 'tell application \"Postman\" to activate'"}
|
| 55 |
+
{"prompt": "open API tool", "completion": "osascript -e 'tell application \"Postman\" to activate'"}
|
| 56 |
+
{"prompt": "close Postman", "completion": "osascript -e 'tell application \"Postman\" to quit'"}
|
| 57 |
+
{"prompt": "quit Postman", "completion": "osascript -e 'tell application \"Postman\" to quit'"}
|
| 58 |
+
{"prompt": "exit Postman", "completion": "osascript -e 'tell application \"Postman\" to quit'"}
|
| 59 |
+
{"prompt": "open Visual Studio Code", "completion": "osascript -e 'tell application \"Visual Studio Code\" to activate'"}
|
| 60 |
+
{"prompt": "launch Visual Studio Code", "completion": "osascript -e 'tell application \"Visual Studio Code\" to activate'"}
|
| 61 |
+
{"prompt": "start Visual Studio Code", "completion": "osascript -e 'tell application \"Visual Studio Code\" to activate'"}
|
| 62 |
+
{"prompt": "open VS Code", "completion": "osascript -e 'tell application \"Visual Studio Code\" to activate'"}
|
| 63 |
+
{"prompt": "close Visual Studio Code", "completion": "osascript -e 'tell application \"Visual Studio Code\" to quit'"}
|
| 64 |
+
{"prompt": "quit Visual Studio Code", "completion": "osascript -e 'tell application \"Visual Studio Code\" to quit'"}
|
| 65 |
+
{"prompt": "exit Visual Studio Code", "completion": "osascript -e 'tell application \"Visual Studio Code\" to quit'"}
|
| 66 |
+
{"prompt": "show disk space of drive D", "completion": "df -h /Volumes/D"}
|
| 67 |
+
{"prompt": "check disk space D drive", "completion": "df -h /Volumes/D"}
|
| 68 |
+
{"prompt": "display storage D", "completion": "df -h /Volumes/D"}
|
| 69 |
+
{"prompt": "show disk usage of drive F", "completion": "df -h /Volumes/F"}
|
| 70 |
+
{"prompt": "check storage F drive", "completion": "df -h /Volumes/F"}
|
| 71 |
+
{"prompt": "display disk space F", "completion": "df -h /Volumes/F"}
|
| 72 |
+
{"prompt": "show process on port 9393", "completion": "lsof -i :9393"}
|
| 73 |
+
{"prompt": "check port 9393 process", "completion": "lsof -i :9393"}
|
| 74 |
+
{"prompt": "display running process 9393", "completion": "lsof -i :9393"}
|
| 75 |
+
{"prompt": "show process on port 3000", "completion": "lsof -i :3000"}
|
| 76 |
+
{"prompt": "check port 3000 process", "completion": "lsof -i :3000"}
|
| 77 |
+
{"prompt": "what's running on 3000", "completion": "lsof -i :3000"}
|
| 78 |
+
{"prompt": "show password of wifi MyHome_5G", "completion": "security find-generic-password -wa 'MyHome_5G'"}
|
| 79 |
+
{"prompt": "get wifi password MyHome_5G", "completion": "security find-generic-password -wa 'MyHome_5G'"}
|
| 80 |
+
{"prompt": "display MyHome_5G password", "completion": "security find-generic-password -wa 'MyHome_5G'"}
|
| 81 |
+
{"prompt": "show password of wifi Office_Network", "completion": "security find-generic-password -wa 'Office_Network'"}
|
| 82 |
+
{"prompt": "get wifi password Office_Network", "completion": "security find-generic-password -wa 'Office_Network'"}
|
| 83 |
+
{"prompt": "display Office_Network password", "completion": "security find-generic-password -wa 'Office_Network'"}
|
| 84 |
+
{"prompt": "kill process on port 8080", "completion": "kill $(lsof -t -i:8080)"}
|
| 85 |
+
{"prompt": "stop process 8080", "completion": "kill $(lsof -t -i:8080)"}
|
| 86 |
+
{"prompt": "terminate port 8080", "completion": "kill $(lsof -t -i:8080)"}
|
| 87 |
+
{"prompt": "show files modified today in Documents", "completion": "find ~/Documents -type f -mtime 0"}
|
| 88 |
+
{"prompt": "list today's files Documents", "completion": "find ~/Documents -type f -mtime 0"}
|
| 89 |
+
{"prompt": "display recent Documents files", "completion": "find ~/Documents -type f -mtime 0"}
|
| 90 |
+
{"prompt": "show files larger than 1GB in Downloads", "completion": "find ~/Downloads -type f -size +1G"}
|
| 91 |
+
{"prompt": "list big files Downloads", "completion": "find ~/Downloads -type f -size +1G"}
|
| 92 |
+
{"prompt": "find large Downloads files", "completion": "find ~/Downloads -type f -size +1G"}
|
| 93 |
+
{"prompt": "compress folder Project_X", "completion": "tar -czf Project_X.tar.gz Project_X"}
|
| 94 |
+
{"prompt": "zip folder Project_X", "completion": "tar -czf Project_X.tar.gz Project_X"}
|
| 95 |
+
{"prompt": "archive Project_X folder", "completion": "tar -czf Project_X.tar.gz Project_X"}
|
| 96 |
+
{"prompt": "monitor cpu usage of process 1234", "completion": "top -pid 1234"}
|
| 97 |
+
{"prompt": "check process 1234 cpu", "completion": "top -pid 1234"}
|
| 98 |
+
{"prompt": "show cpu usage 1234", "completion": "top -pid 1234"}
|
| 99 |
+
{"prompt": "find text error in file log.txt", "completion": "grep 'error' log.txt"}
|
| 100 |
+
{"prompt": "search error in log.txt", "completion": "grep 'error' log.txt"}
|
| 101 |
+
{"prompt": "look for error log.txt", "completion": "grep 'error' log.txt"}
|
| 102 |
+
{"prompt": "show memory usage of Chrome", "completion": "ps -ax | grep -i 'Chrome' | awk '{print $6}'"}
|
| 103 |
+
{"prompt": "check Chrome memory", "completion": "ps -ax | grep -i 'Chrome' | awk '{print $6}'"}
|
| 104 |
+
{"prompt": "display Chrome ram usage", "completion": "ps -ax | grep -i 'Chrome' | awk '{print $6}'"}
|
| 105 |
+
{"prompt": "create new directory Projects", "completion": "mkdir Projects"}
|
| 106 |
+
{"prompt": "make folder Projects", "completion": "mkdir Projects"}
|
| 107 |
+
{"prompt": "create directory Projects", "completion": "mkdir Projects"}
|
| 108 |
+
{"prompt": "show network connections on port 443", "completion": "netstat -an | grep 443"}
|
| 109 |
+
{"prompt": "check port 443 connections", "completion": "netstat -an | grep 443"}
|
| 110 |
+
{"prompt": "list 443 port usage", "completion": "netstat -an | grep 443"}
|
| 111 |
+
{"prompt": "backup MySQL database myapp", "completion": "mysqldump -u root -p myapp > myapp_backup.sql"}
|
| 112 |
+
{"prompt": "export database myapp", "completion": "mysqldump -u root -p myapp > myapp_backup.sql"}
|
| 113 |
+
{"prompt": "create MySQL backup myapp", "completion": "mysqldump -u root -p myapp > myapp_backup.sql"}
|
| 114 |
+
{"prompt": "check disk space of C drive", "completion": "df -h /"}
|
| 115 |
+
{"prompt": "display storage C", "completion": "df -h /"}
|
| 116 |
+
{"prompt": "show disk usage of D drive", "completion": "df -h /Volumes/D"}
|
| 117 |
+
{"prompt": "check storage on E drive", "completion": "df -h /Volumes/E"}
|
| 118 |
+
{"prompt": "show process on port 8080", "completion": "lsof -i :8080"}
|
| 119 |
+
{"prompt": "kill process on port 8080", "completion": "kill $(lsof -t -i:8080)"}
|
| 120 |
+
{"prompt": "check port 5000 process", "completion": "lsof -i :5000"}
|
| 121 |
+
{"prompt": "show process on port 5000", "completion": "lsof -i :5000"}
|
| 122 |
+
{"prompt": "find large files in Documents", "completion": "find ~/Documents -type f -size +500M"}
|
| 123 |
+
{"prompt": "display system memory usage", "completion": "free -h"}
|
| 124 |
+
{"prompt": "check if port 80 is open", "completion": "netstat -an | grep :80"}
|
| 125 |
+
{"prompt": "show wifi networks", "completion": "airport -s"}
|
| 126 |
+
{"prompt": "create new directory Work", "completion": "mkdir Work"}
|
| 127 |
+
{"prompt": "monitor disk space usage", "completion": "df -h"}
|
| 128 |
+
{"prompt": "find all files with extension .log", "completion": "find / -type f -name '*.log'"}
|
| 129 |
+
{"prompt": "copy folder Projects to Desktop", "completion": "cp -R ~/Projects ~/Desktop/"}
|
| 130 |
+
{"prompt": "copy Projects directory to Desktop", "completion": "cp -R ~/Projects ~/Desktop/"}
|
| 131 |
+
{"prompt": "duplicate Projects to Desktop", "completion": "cp -R ~/Projects ~/Desktop/"}
|
| 132 |
+
{"prompt": "copy folder Downloads/data to Documents", "completion": "cp -R ~/Downloads/data ~/Documents/"}
|
| 133 |
+
{"prompt": "copy data from Downloads to Documents", "completion": "cp -R ~/Downloads/data ~/Documents/"}
|
| 134 |
+
{"prompt": "duplicate Downloads/data to Documents", "completion": "cp -R ~/Downloads/data ~/Documents/"}
|
| 135 |
+
{"prompt": "copy folder development to external drive D", "completion": "cp -R ~/development /Volumes/D/"}
|
| 136 |
+
{"prompt": "copy development directory to D drive", "completion": "cp -R ~/development /Volumes/D/"}
|
| 137 |
+
{"prompt": "duplicate development to drive D", "completion": "cp -R ~/development /Volumes/D/"}
|
| 138 |
+
{"prompt": "move folder Projects to Documents", "completion": "mv ~/Projects ~/Documents/"}
|
| 139 |
+
{"prompt": "move Projects directory to Documents", "completion": "mv ~/Projects ~/Documents/"}
|
| 140 |
+
{"prompt": "relocate Projects to Documents", "completion": "mv ~/Projects ~/Documents/"}
|
| 141 |
+
{"prompt": "move folder workspace to external drive F", "completion": "mv ~/workspace /Volumes/F/"}
|
| 142 |
+
{"prompt": "move workspace directory to F drive", "completion": "mv ~/workspace /Volumes/F/"}
|
| 143 |
+
{"prompt": "relocate workspace to drive F", "completion": "mv ~/workspace /Volumes/F/"}
|
| 144 |
+
{"prompt": "copy Documents/photos to backup drive", "completion": "cp -R ~/Documents/photos /Volumes/Backup/"}
|
| 145 |
+
{"prompt": "backup photos folder to external drive", "completion": "cp -R ~/Documents/photos /Volumes/Backup/"}
|
| 146 |
+
{"prompt": "duplicate photos to backup drive", "completion": "cp -R ~/Documents/photos /Volumes/Backup/"}
|
| 147 |
+
{"prompt": "synchronize folder Projects with backup", "completion": "rsync -av ~/Projects/ /Volumes/Backup/Projects/"}
|
| 148 |
+
{"prompt": "sync Projects to backup drive", "completion": "rsync -av ~/Projects/ /Volumes/Backup/Projects/"}
|
| 149 |
+
{"prompt": "mirror Projects to backup", "completion": "rsync -av ~/Projects/ /Volumes/Backup/Projects/"}
|
| 150 |
+
{"prompt": "copy folder test to shared drive", "completion": "cp -R ~/test /Volumes/Shared/"}
|
| 151 |
+
{"prompt": "copy test directory to shared folder", "completion": "cp -R ~/test /Volumes/Shared/"}
|
| 152 |
+
{"prompt": "duplicate test to shared drive", "completion": "cp -R ~/test /Volumes/Shared/"}
|
| 153 |
+
{"prompt": "move Downloads/temp to trash", "completion": "mv ~/Downloads/temp ~/.Trash/"}
|
| 154 |
+
{"prompt": "send temp folder to trash", "completion": "mv ~/Downloads/temp ~/.Trash/"}
|
| 155 |
+
{"prompt": "relocate temp to trash", "completion": "mv ~/Downloads/temp ~/.Trash/"}
|
| 156 |
+
{"prompt": "copy node_modules to project2", "completion": "cp -R ./node_modules ./project2/"}
|
| 157 |
+
{"prompt": "copy node_modules folder to project2", "completion": "cp -R ./node_modules ./project2/"}
|
| 158 |
+
{"prompt": "duplicate node_modules to project2", "completion": "cp -R ./node_modules ./project2/"}
|
| 159 |
+
{"prompt": "copy config files to etc folder", "completion": "sudo cp -R ./config/* /etc/"}
|
| 160 |
+
{"prompt": "copy configs to etc directory", "completion": "sudo cp -R ./config/* /etc/"}
|
| 161 |
+
{"prompt": "duplicate config files to etc", "completion": "sudo cp -R ./config/* /etc/"}
|
| 162 |
+
{"prompt": "copy assets folder to public directory", "completion": "cp -R ./assets ./public/"}
|
| 163 |
+
{"prompt": "copy assets to public folder", "completion": "cp -R ./assets ./public/"}
|
| 164 |
+
{"prompt": "duplicate assets to public", "completion": "cp -R ./assets ./public/"}
|
| 165 |
+
{"prompt": "move src folder to new project", "completion": "mv ./src ./new-project/"}
|
| 166 |
+
{"prompt": "move src directory to new project", "completion": "mv ./src ./new-project/"}
|
| 167 |
+
{"prompt": "relocate src to new project", "completion": "mv ./src ./new-project/"}
|
| 168 |
+
{"prompt": "show available wifi networks", "completion": "wdutil info | grep SSID"}
|
| 169 |
+
{"prompt": "scan wifi networks", "completion": "wdutil info | grep SSID"}
|
| 170 |
+
{"prompt": "list wireless networks", "completion": "wdutil info | grep SSID"}
|
| 171 |
+
{"prompt": "show current wifi status", "completion": "wdutil info"}
|
| 172 |
+
{"prompt": "display wifi info", "completion": "wdutil info"}
|
| 173 |
+
{"prompt": "check wireless status", "completion": "wdutil info"}
|
| 174 |
+
{"prompt": "show wifi diagnostics", "completion": "sudo wdutil diagnostic"}
|
| 175 |
+
{"prompt": "check wifi problems", "completion": "sudo wdutil diagnostic"}
|
| 176 |
+
{"prompt": "diagnose wireless issues", "completion": "sudo wdutil diagnostic"}
|
| 177 |
+
{"prompt": "show wifi signal strength", "completion": "wdutil info | grep "Signal Strength""}
|
| 178 |
+
{"prompt": "display wifi signal", "completion": "wdutil info | grep "Signal Strength""}
|
| 179 |
+
{"prompt": "check wifi signal", "completion": "wdutil info | grep "Signal Strength""}
|
| 180 |
+
{"prompt": "refresh wifi network", "completion": "networksetup -setairportpower en0 off && sleep 2 && networksetup -setairportpower en0 on"}
|
| 181 |
+
{"prompt": "restart wifi", "completion": "networksetup -setairportpower en0 off && sleep 2 && networksetup -setairportpower en0 on"}
|
| 182 |
+
{"prompt": "reset wireless connection", "completion": "networksetup -setairportpower en0 off && sleep 2 && networksetup -setairportpower en0 on"}
|
| 183 |
+
{"prompt": "turn off wifi", "completion": "networksetup -setairportpower en0 off"}
|
| 184 |
+
{"prompt": "disable wireless", "completion": "networksetup -setairportpower en0 off"}
|
| 185 |
+
{"prompt": "stop wifi connection", "completion": "networksetup -setairportpower en0 off"}
|
| 186 |
+
{"prompt": "turn on wifi", "completion": "networksetup -setairportpower en0 on"}
|
| 187 |
+
{"prompt": "enable wireless", "completion": "networksetup -setairportpower en0 on"}
|
| 188 |
+
{"prompt": "start wifi connection", "completion": "networksetup -setairportpower en0 on"}
|
| 189 |
+
{"prompt": "forget wifi network Office_Guest", "completion": "networksetup -removepreferredwirelessnetwork en0 'Office_Guest'"}
|
| 190 |
+
{"prompt": "remove network Office_Guest", "completion": "networksetup -removepreferredwirelessnetwork en0 'Office_Guest'"}
|
| 191 |
+
{"prompt": "delete wifi Office_Guest", "completion": "networksetup -removepreferredwirelessnetwork en0 'Office_Guest'"}
|
| 192 |
+
{"prompt": "connect to wifi MyHome", "completion": "networksetup -setairportnetwork en0 'MyHome' 'password'"}
|
| 193 |
+
{"prompt": "join network MyHome", "completion": "networksetup -setairportnetwork en0 'MyHome' 'password'"}
|
| 194 |
+
{"prompt": "connect to MyHome network", "completion": "networksetup -setairportnetwork en0 'MyHome' 'password'"}
|
| 195 |
+
{"prompt": "show network interfaces", "completion": "networksetup -listallhardwareports"}
|
| 196 |
+
{"prompt": "list network adapters", "completion": "networksetup -listallhardwareports"}
|
| 197 |
+
{"prompt": "display network ports", "completion": "networksetup -listallhardwareports"}
|
| 198 |
+
{"prompt": "show wifi statistics", "completion": "wdutil status"}
|
| 199 |
+
{"prompt": "display wireless stats", "completion": "wdutil status"}
|
| 200 |
+
{"prompt": "check wifi performance", "completion": "wdutil status"}
|
| 201 |
+
{"prompt": "run wifi scan", "completion": "sudo wdutil scan"}
|
| 202 |
+
{"prompt": "perform wireless scan", "completion": "sudo wdutil scan"}
|
| 203 |
+
{"prompt": "scan for networks", "completion": "sudo wdutil scan"}
|
| 204 |
+
{"prompt": "check wifi channels", "completion": "wdutil info | grep "Channel""}
|
| 205 |
+
{"prompt": "show wireless channels", "completion": "wdutil info | grep "Channel""}
|
| 206 |
+
{"prompt": "display channel info", "completion": "wdutil info | grep "Channel""}
|
| 207 |
+
{"prompt": "auto hide dock", "completion": "defaults write com.apple.dock autohide -bool true && killall Dock"}
|
| 208 |
+
{"prompt": "enable dock auto hide", "completion": "defaults write com.apple.dock autohide -bool true && killall Dock"}
|
| 209 |
+
{"prompt": "make dock auto hide", "completion": "defaults write com.apple.dock autohide -bool true && killall Dock"}
|
| 210 |
+
{"prompt": "disable dock auto hide", "completion": "defaults write com.apple.dock autohide -bool false && killall Dock"}
|
| 211 |
+
{"prompt": "turn off dock auto hide", "completion": "defaults write com.apple.dock autohide -bool false && killall Dock"}
|
| 212 |
+
{"prompt": "stop dock auto hide", "completion": "defaults write com.apple.dock autohide -bool false && killall Dock"}
|
| 213 |
+
{"prompt": "reduce dock size", "completion": "defaults write com.apple.dock tilesize -int 36 && killall Dock"}
|
| 214 |
+
{"prompt": "make dock smaller", "completion": "defaults write com.apple.dock tilesize -int 36 && killall Dock"}
|
| 215 |
+
{"prompt": "decrease dock size", "completion": "defaults write com.apple.dock tilesize -int 36 && killall Dock"}
|
| 216 |
+
{"prompt": "increase dock size", "completion": "defaults write com.apple.dock tilesize -int 72 && killall Dock"}
|
| 217 |
+
{"prompt": "make dock bigger", "completion": "defaults write com.apple.dock tilesize -int 72 && killall Dock"}
|
| 218 |
+
{"prompt": "enlarge dock size", "completion": "defaults write com.apple.dock tilesize -int 72 && killall Dock"}
|
| 219 |
+
{"prompt": "show time in 24 hour format", "completion": "defaults write com.apple.menuextra.clock DateFormat -string 'HH:mm'"}
|
| 220 |
+
{"prompt": "change to 24 hour time", "completion": "defaults write com.apple.menuextra.clock DateFormat -string 'HH:mm'"}
|
| 221 |
+
{"prompt": "use 24 hour clock", "completion": "defaults write com.apple.menuextra.clock DateFormat -string 'HH:mm'"}
|
| 222 |
+
{"prompt": "show time in 12 hour format", "completion": "defaults write com.apple.menuextra.clock DateFormat -string 'h:mm a'"}
|
| 223 |
+
{"prompt": "change to 12 hour time", "completion": "defaults write com.apple.menuextra.clock DateFormat -string 'h:mm a'"}
|
| 224 |
+
{"prompt": "use 12 hour clock", "completion": "defaults write com.apple.menuextra.clock DateFormat -string 'h:mm a'"}
|
| 225 |
+
{"prompt": "show date in menu bar", "completion": "defaults write com.apple.menuextra.clock DateFormat -string 'MMM d h:mm a'"}
|
| 226 |
+
{"prompt": "display date in menu bar", "completion": "defaults write com.apple.menuextra.clock DateFormat -string 'MMM d h:mm a'"}
|
| 227 |
+
{"prompt": "add date to menu bar", "completion": "defaults write com.apple.menuextra.clock DateFormat -string 'MMM d h:mm a'"}
|
| 228 |
+
{"prompt": "minimize dock animation effect", "completion": "defaults write com.apple.dock mineffect -string 'scale' && killall Dock"}
|
| 229 |
+
{"prompt": "change dock animation", "completion": "defaults write com.apple.dock mineffect -string 'scale' && killall Dock"}
|
| 230 |
+
{"prompt": "set dock minimize effect", "completion": "defaults write com.apple.dock mineffect -string 'scale' && killall Dock"}
|
| 231 |
+
{"prompt": "show hidden files", "completion": "defaults write com.apple.finder AppleShowAllFiles -bool true && killall Finder"}
|
| 232 |
+
{"prompt": "display hidden files", "completion": "defaults write com.apple.finder AppleShowAllFiles -bool true && killall Finder"}
|
| 233 |
+
{"prompt": "reveal hidden files", "completion": "defaults write com.apple.finder AppleShowAllFiles -bool true && killall Finder"}
|
| 234 |
+
{"prompt": "change resolution to 1920x1080", "completion": "displayplacer 'id:69784AF1-CD7D-B79B-E5D4-60D937407F68 res:1920x1080'"}
|
| 235 |
+
{"prompt": "set resolution 1920x1080", "completion": "displayplacer 'id:69784AF1-CD7D-B79B-E5D4-60D937407F68 res:1920x1080'"}
|
| 236 |
+
{"prompt": "switch to 1920x1080", "completion": "displayplacer 'id:69784AF1-CD7D-B79B-E5D4-60D937407F68 res:1920x1080'"}
|
| 237 |
+
{"prompt": "enable dock magnification", "completion": "defaults write com.apple.dock magnification -bool true && killall Dock"}
|
| 238 |
+
{"prompt": "turn on dock magnification", "completion": "defaults write com.apple.dock magnification -bool true && killall Dock"}
|
| 239 |
+
{"prompt": "activate dock zoom", "completion": "defaults write com.apple.dock magnification -bool true && killall Dock"}
|
| 240 |
+
{"prompt": "disable dock magnification", "completion": "defaults write com.apple.dock magnification -bool false && killall Dock"}
|
| 241 |
+
{"prompt": "turn off dock magnification", "completion": "defaults write com.apple.dock magnification -bool false && killall Dock"}
|
| 242 |
+
{"prompt": "deactivate dock zoom", "completion": "defaults write com.apple.dock magnification -bool false && killall Dock"}
|
| 243 |
+
{"prompt": "set dock position to left", "completion": "defaults write com.apple.dock orientation -string 'left' && killall Dock"}
|
| 244 |
+
{"prompt": "move dock to left", "completion": "defaults write com.apple.dock orientation -string 'left' && killall Dock"}
|
| 245 |
+
{"prompt": "place dock on left", "completion": "defaults write com.apple.dock orientation -string 'left' && killall Dock"}
|
| 246 |
+
{"prompt": "set dock position to right", "completion": "defaults write com.apple.dock orientation -string 'right' && killall Dock"}
|
| 247 |
+
{"prompt": "move dock to right", "completion": "defaults write com.apple.dock orientation -string 'right' && killall Dock"}
|
| 248 |
+
{"prompt": "place dock on right", "completion": "defaults write com.apple.dock orientation -string 'right' && killall Dock"}
|
| 249 |
+
{"prompt": "set dock position to bottom", "completion": "defaults write com.apple.dock orientation -string 'bottom' && killall Dock"}
|
| 250 |
+
{"prompt": "move dock to bottom", "completion": "defaults write com.apple.dock orientation -string 'bottom' && killall Dock"}
|
| 251 |
+
{"prompt": "place dock on bottom", "completion": "defaults write com.apple.dock orientation -string 'bottom' && killall Dock"}
|