List files and folders.
Filesls -la
Outils développeur
Utilisez un utilitaire développeur ciblé pour données, code ou recherche.
List files and folders.
Filesls -la
Change the current directory.
Filescd ~/Documents
Copy files or directories.
Filescp file.txt backup.txt
Move or rename files.
Filesmv old.txt new.txt
Create a directory.
Filesmkdir reports
Print file contents.
Filescat package.json
Search text from files or command output.
Searchgrep -R "TODO" .
Find files by name or condition.
Searchfind . -name "*.log"
Change file permissions.
Permissionschmod +x script.sh
List active processes.
Processps aux
Send a signal to a process.
Processkill -9 1234
List open files and ports.
Networklsof -i :3000
Test connectivity to a host.
Networkping example.com
Make HTTP requests from Terminal.
Networkcurl -I https://example.com
Manage packages with Homebrew.
Packagesbrew install node
Open files, folders, or URLs.
Systemopen .
Print the current directory.
Filespwd
Remove a file.
Filesrm old.log
Create a file or update its timestamp.
Filestouch notes.txt
Show disk usage for files and folders.
Filesdu -sh .
Show free disk space.
Diskdf -h
Copy files and directories with macOS metadata support.
Filesditto source destination
Copy terminal output to the macOS clipboard.
Clipboardcat file.txt | pbcopy
Paste clipboard contents into terminal output.
Clipboardpbpaste
Show macOS version information.
Systemsw_vers
Display detailed hardware and software information.
Systemsystem_profiler SPHardwareDataType
Read or write macOS user defaults.
Systemdefaults read com.apple.finder
Check and install macOS software updates.
Systemsoftwareupdate -l
Manage launch agents and daemons.
Servicelaunchctl list
Show network interface configuration.
Networkifconfig
Show network status and routes.
Networknetstat -rn
Inspect and configure system network settings.
Networkscutil --dns
Speak text through macOS text-to-speech.
Systemsay "Hello NovaKit"
FAQ
macOS Terminal Commands permet de réaliser ce flux directement dans le navigateur.
Non. Les outils NovaKit sont conçus pour un usage direct sans compte.
Quand une sortie est générée, la page propose des actions de copie, téléchargement ou export.
Outils liés