List files and folders.
ファイルls -la
開発者ツール
開発データ、コード、検索作業に使えるブラウザツールです。
List files and folders.
ファイルls -la
Change the current directory.
ファイルcd ~/Documents
Copy files or directories.
ファイルcp file.txt backup.txt
Move or rename files.
ファイルmv old.txt new.txt
Create a directory.
ファイルmkdir reports
Print file contents.
ファイルcat package.json
Search text from files or command output.
検索grep -R "TODO" .
Find files by name or condition.
検索find . -name "*.log"
Change file permissions.
Permissionschmod +x script.sh
List active processes.
プロセスps aux
Send a signal to a process.
プロセスkill -9 1234
List open files and ports.
ネットワークlsof -i :3000
Test connectivity to a host.
ネットワークping example.com
Make HTTP requests from Terminal.
ネットワークcurl -I https://example.com
Manage packages with Homebrew.
Packagesbrew install node
Open files, folders, or URLs.
システムopen .
Print the current directory.
ファイルpwd
Remove a file.
ファイルrm old.log
Create a file or update its timestamp.
ファイルtouch notes.txt
Show disk usage for files and folders.
ファイルdu -sh .
Show free disk space.
ディスクdf -h
Copy files and directories with macOS metadata support.
ファイルditto source destination
Copy terminal output to the macOS clipboard.
Clipboardcat file.txt | pbcopy
Paste clipboard contents into terminal output.
Clipboardpbpaste
Show macOS version information.
システムsw_vers
Display detailed hardware and software information.
システムsystem_profiler SPHardwareDataType
Read or write macOS user defaults.
システムdefaults read com.apple.finder
Check and install macOS software updates.
システムsoftwareupdate -l
Manage launch agents and daemons.
サービスlaunchctl list
Show network interface configuration.
ネットワークifconfig
Show network status and routes.
ネットワークnetstat -rn
Inspect and configure system network settings.
ネットワークscutil --dns
Speak text through macOS text-to-speech.
システムsay "Hello NovaKit"
ツールガイド
開発データ、コード、検索作業に使えるブラウザツールです。 結果を使用する前に確認するための、簡単な手順を説明します。
まず短い機密性のない例で結果を確認してから、最終的なコンテンツで同じ操作を行ってください。
FAQ
開発データ、コード、検索作業に使えるブラウザツールです。
macOSコマンド を開き、処理する入力データのコピーを準備します。 ツールで求められるファイル、テキスト、または値を入力します。 目的に合う設定を選び、処理を開始します。 コピー、ダウンロード、共有の前に結果を確認します。
使用前に出力を読み直し、プレビューまたはテストしてください。
いいえ。NovaKit のツールはアカウントなしで直接使用できます。
NovaKit のツールはブラウザ内での利用を想定しています。処理する権限のあるデータだけを使用してください。
元のデータを保持し、重要な結果は意思決定や最終文書に使う前に確認してください。
まず短い機密性のない例で結果を確認してから、最終的なコンテンツで同じ操作を行ってください。
利用できるコピー、ダウンロード、印刷、エクスポート機能を使い、確認が終わるまで元の入力を保持してください。
関連ツール