Skip to content

Files

Latest commit

10153b3 · Jun 10, 2025

History

History

commands

Command Reference

If you're new to Nushell, the quick tour can show you the most important commands. You don't need to know them all!

To see all commands from inside Nushell, run help commands.

<script> import pages from '@temp/pages' export default { computed: { commands() { return pages .filter(p => p.path.indexOf('/commands/docs/') >= 0) .sort((a,b) => (a.title > b.title) ? 1 : ((b.title > a.title) ? -1 : 0)); } } } </script>
Command Categories Description Feature
{{ command.title }} {{ command.frontmatter.categories }} {{ command.frontmatter.usage }}