nushell/docs/commands
2020-08-30 15:32:38 +12:00
..
alias.md docs/alias: simplify the 'persistent' section, using --save (#2285) 2020-08-01 08:11:26 -04:00
append.md
autoview.md Docs autoview pwd touch (#2068) 2020-06-28 14:22:26 +12:00
cal.md
cd.md
compact.md
config.md update config documentation (#2178) 2020-07-23 09:42:04 +12:00
count.md Add column flag to count command 2020-08-15 07:52:59 -05:00
date.md
debug.md
default.md
du.md
echo.md
enter.md
every.md
exit.md
fetch.md
first.md
format.md
from-csv.md Update documentation to properly refer to subcommands with spaces (#2164) 2020-07-13 18:39:36 +12:00
from-ics.md
from-ini.md
from-json.md
from-ods.md
from-toml.md
from-tsv.md
from-url.md
from-vcf.md
from-xlsx.md
from-xml.md
from-yaml.md
from.md Update documentation to properly refer to subcommands with spaces (#2164) 2020-07-13 18:39:36 +12:00
get.md
group-by.md Update documentation to properly refer to subcommands with spaces (#2164) 2020-07-13 18:39:36 +12:00
headers.md
help.md
histogram.md Update histogram examples 2020-08-15 07:51:12 -05:00
history.md Change f/full flag to l/long for ls and ps commands (#2283) 2020-08-02 06:30:45 +12:00
inc.md
insert.md
last.md
lines.md
math-eval.md Make all bullet point items uppercase (#2257) 2020-07-26 06:15:12 +12:00
math.md Add missing math commands to docs (#2447) 2020-08-30 15:32:38 +12:00
nth.md
open.md
pivot.md
prepend.md
ps.md
pwd.md Docs autoview pwd touch (#2068) 2020-06-28 14:22:26 +12:00
random.md Update histogram examples 2020-08-15 07:51:12 -05:00
README.md
reject.md
rename.md
reverse.md
save.md Update documentation to properly refer to subcommands with spaces (#2164) 2020-07-13 18:39:36 +12:00
select.md
shells.md
shuffle.md
size.md
skip-while.md
skip.md
sleep.md Sleep command (#2381) 2020-08-22 05:51:29 +12:00
sort-by.md Add flag for case-insensitive sort-by (#2225) 2020-07-21 05:31:58 +12:00
split-column.md Auto-Generate Documentation for nushell.com (#2139) 2020-07-18 10:22:43 +12:00
split-row.md Auto-Generate Documentation for nushell.com (#2139) 2020-07-18 10:22:43 +12:00
start.md
str.md Add str reverse subcommand (#2170) 2020-07-15 08:47:04 +12:00
sys.md
tags.md
textview_config.md
to-csv.md Update documentation to properly refer to subcommands with spaces (#2164) 2020-07-13 18:39:36 +12:00
to-json.md
to-toml.md Bump to 0.18.2. Move starship external. (#2345) 2020-08-14 07:02:45 +12:00
to-tsv.md
to-url.md
to-xml.md to-xml.md documentation update (#2253) 2020-07-25 20:19:15 +12:00
to-yaml.md
to.md to-xml.md documentation update (#2253) 2020-07-25 20:19:15 +12:00
touch.md touch: support multiple arguments (#2386) 2020-08-22 12:08:30 +12:00
trim.md
uniq.md
update.md
version.md
where.md Change f/full flag to l/long for ls and ps commands (#2283) 2020-08-02 06:30:45 +12:00
which.md
wrap.md

How do I get started?

Pick any command from the checklist and write a comment acknowledging you started work.

Instructions for documenting a Nu command of your choosing

Name the file after the command, like so:

command.md

Example: If you want to add documentation for the Nu command enter, create a file named enter.md, write documentation, save it at /docs/commands/[your_command_picked].md as and create your pull request.

What kind of documentation should I write?

Anything you want that you believe it best documents the command and the way you would like to see it. Here are some of our ideas of documentation we would love to see (feel free to add yours):

  • Examples of using the command (max creativity welcomed!)
  • Description of the command.
  • Command usage.

Anything else?

Of course! (These are drafts) so feel free to leave feedback and suggestions in the same file.

Happy Documenting.