Skip to content

Latest commit

 

History

History

commands

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

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 }} {{ command.frontmatter.feature }}