nushell/docs/commands
Oleksii Filonenko 741d7b9f10
Add rm_always_trash option to config (#1869)
* Add `rm_always_trash` option to config

* Add `--permanent` flag to `rm`

* `rm`: error if both `-t` and `-p` are present

Co-authored-by: Jonathan Turner <jonathandturner@users.noreply.github.com>
2020-05-31 06:31:34 +12:00
..
alias.md docs: add alias --save flag (#1874) 2020-05-24 13:42:20 -04:00
append.md
average.md Ensure end_filter plugin lifecycle stage gets called. 2020-05-29 04:03:25 -05:00
cal.md Cal documentation updates (#1895) 2020-05-26 07:21:36 -04:00
calc.md
cd.md
compact.md
config.md Add rm_always_trash option to config (#1869) 2020-05-31 06:31:34 +12:00
count.md
date.md
debug.md
default.md
du.md
echo.md
enter.md
exit.md
fetch.md
first.md
format.md
from-csv.md
from-ics.md
from-ini.md doc: add more from command pages (#1778) 2020-05-14 05:23:33 +12:00
from-json.md
from-ods.md
from-toml.md doc: add more from command pages (#1778) 2020-05-14 05:23:33 +12:00
from-tsv.md
from-url.md doc: add more from command pages (#1778) 2020-05-14 05:23:33 +12:00
from-vcf.md
from-xlsx.md
from-xml.md
from-yaml.md
from.md doc: add more from command pages (#1778) 2020-05-14 05:23:33 +12:00
get.md
group-by.md
headers.md doc: add headers command page (#1775) 2020-05-13 20:03:29 +12:00
help.md
histogram.md Added a count column on the histogram command (#1853) 2020-05-20 18:02:36 +12:00
history.md
inc.md
insert.md
last.md
lines.md
nth.md
open.md
pivot.md
prepend.md
ps.md
README.md
reject.md
rename.md Split split command to sub commands. 2020-05-24 02:02:44 -05:00
reverse.md
save.md
select.md
shells.md
shuffle.md Add docs for the shuffle command (#1824) 2020-05-18 19:13:03 +12:00
size.md
skip-while.md
skip.md
sort-by.md
split-to-column.md Split split command to sub commands. 2020-05-24 02:02:44 -05:00
split-to-row.md Split split command to sub commands. 2020-05-24 02:02:44 -05:00
start.md add docs for start command (#1816) 2020-05-18 05:37:15 +12:00
str.md Str plugin promoted to built-in Nu command. 2020-05-28 11:18:58 -05:00
sum.md
sys.md
tags.md
to-csv.md
to-json.md Allow user to specify the indentation setting on the pretty flag for the to json command (#1818) 2020-05-18 06:48:58 +12:00
to-toml.md Use the directories crate instead of app_dirs (#1782) 2020-05-14 20:17:23 +12:00
to-tsv.md
to-url.md doc: add more from command pages (#1778) 2020-05-14 05:23:33 +12:00
to-yaml.md
to.md
trim.md added examples and explanation to trim (#1876) 2020-05-25 05:10:30 +12:00
uniq.md
update.md doc: rename edit command to update (#1774) 2020-05-13 20:02:41 +12:00
version.md
where.md
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.