List files and folders in the current directory.
Filesdir
Developer Tools
Use a focused browser utility for developer data, code, or lookup workflows.
List files and folders in the current directory.
Filesdir
Change the current directory.
Filescd C:\Users
Copy files from one path to another.
Filescopy source.txt backup.txt
Move or rename files and folders.
Filesmove app.log logs\app.log
Delete one or more files.
Filesdel temp.txt
Create a directory.
Filesmkdir reports
Print a text file to the terminal.
Filestype package.json
Search for text in files.
Searchfindstr /s /i "error" *.log
Display network adapter configuration.
Networkipconfig /all
Test connectivity to a host.
Networkping example.com
Trace the route to a network host.
Networktracert example.com
Show active connections and listening ports.
Networknetstat -ano
List running processes.
Processtasklist
Stop a process by PID or image name.
Processtaskkill /PID 1234 /F
List running processes in PowerShell.
PowerShellGet-Process
List files and folders in PowerShell.
PowerShellGet-ChildItem -Force
Clear the terminal screen.
Consolecls
Print text or show environment values.
Consoleecho %PATH%
Display or set environment variables in CMD.
Environmentset NODE_ENV=production
Find the location of an executable.
Searchwhere node
Display a directory tree.
Filestree /F
View or change file attributes.
Filesattrib +h secret.txt
Check a disk and display status information.
Diskchkdsk C:
Manage disks, partitions, and volumes.
Diskdiskpart
Scan and repair protected system files.
Systemsfc /scannow
Display detailed computer and operating system information.
Systemsysteminfo
Shut down, restart, or log off the computer.
Systemshutdown /r /t 0
Query, create, or control Windows services.
Servicesc query wuauserv
Manage users, shares, services, and network resources.
Networknet user
Query DNS records.
Networknslookup example.com
View or change network routing tables.
Networkroute print
List Windows services in PowerShell.
PowerShellGet-Service
Change directory in PowerShell.
PowerShellSet-Location C:\Projects
Search text using PowerShell.
PowerShellSelect-String -Path *.log -Pattern error
Make web requests from PowerShell.
PowerShellInvoke-WebRequest https://example.com
Tool guide
Use a focused browser utility for developer data, code, or lookup workflows. This guide explains a practical way to check the result before you use it.
Use a small non-sensitive test value, verify the result manually, then repeat with your real development input.
FAQ
Use a focused browser utility for developer data, code, or lookup workflows.
Paste the data, code, URL, expression, or lookup value required by the utility. Choose the relevant parser, formatter, converter, or lookup option and run it.
Inspect the returned value or generated output before copying it into a project.
No. NovaKit tools are available for direct use without creating an account.
The utility runs in the browser where possible; never paste production secrets, private keys, or credentials into a convenience tool.
Tool output can help with debugging but must be validated against your runtime, documentation, and security requirements.
Use a small non-sensitive test value, verify the result manually, then repeat with your real development input.
Where output is generated, use the page’s copy, download, print, or export controls and keep the original input until you have verified the result.
Related tools