Commit Graph

4352 Commits (4f79b0d5d174e1556ceb14401822c34932a7bd8b)

Author SHA1 Message Date
Daniel Birket 4f79b0d5d1 xml: Changes requested by Starbeamrainbowlabs 2021-08-24 21:50:43 +01:00
Daniel Birket 786342aeef xml: draft all but 3 most complex subcommands 2021-08-24 21:50:43 +01:00
Daniel Birket cbd7a0e7cd xml: Changed "More information:" link. 2021-08-24 21:50:43 +01:00
Daniel Birket 3fd2da89bb xml: added escape, unescape, validate subcommands 2021-08-24 21:50:43 +01:00
Daniel Birket 9916a0b0f7 xml: tweaks to main command entry. 2021-08-24 21:50:43 +01:00
Daniel Birket bc4856feeb xml: explain general input and output 2021-08-24 21:50:43 +01:00
Daniel Birket 67f0a9202f xml: add pages (incomplete: sub-command templates only) 2021-08-24 21:50:43 +01:00
pixel e87a65cc7d
zm: add page (#6355) 2021-08-24 20:53:28 +02:00
Kyle 0590a21917
a*, g*, i*, osx[a*-i*]: add more information links (#6342) 2021-08-23 16:33:24 -03:00
BillLucky b7bc62dfbb
jmap: add more information link (#6404) 2021-08-23 16:07:19 -03:00
pixel 34e1796a09
moe: add page (#6350) 2021-08-23 09:01:20 -03:00
pixel 0974866e08
dart: add page (#6351) 2021-08-23 08:59:43 -03:00
marchersimon fe35df460c
dwebp: add more examples (#6359) 2021-08-18 11:24:53 +02:00
Wizmon2 b37f341b58
updog: add page (#6322) 2021-08-17 21:08:32 +01:00
Phil Enzler 44f8f88d16
svgo: remove deprecated --enable=plugin_name example (#6379)
The `--enable` flag was removed in SVGO 2.0. For now, the only way to enable optional plugins is via config. Setting up a config file is out of scope for tldr so I'm just removing the deprecated flag in this PR.

See: https://github.com/svg/svgo/releases/tag/v2.0.0
2021-08-17 15:07:58 -03:00
Alexandru Duzsardi 2392183ef0
ssh-keygen: add key format conversion (#6213) 2021-08-17 20:03:15 +02:00
Seth Falco 3e4c519004
*: fix errors reported by languagetool (#6069) 2021-08-15 19:59:09 +02:00
iulian 24ba08b5ed
todoist: add page (#6361) 2021-08-15 17:52:54 +02:00
Stuart Mashaal 3f45cf2683
git-push: add command (#6328) 2021-08-15 16:39:11 +01:00
Kyle 6894f0a325
platformio: add more information link (#6335) 2021-08-15 12:30:15 -03:00
chris 1bfc76a794
xetex: add page (#6321) 2021-08-15 12:25:24 -03:00
chris 62fe2a2a10
latex, pdflatex, pdftex, tex: replace `halting' with `exiting' (#6365) 2021-08-15 23:00:59 +08:00
Danny Mösch 41527e7bf9
topgrade: fix typo in --disable example (#6364) 2021-08-14 23:49:18 -03:00
chris e150609b4c
vim: reorder examples (#6363) 2021-08-14 13:48:15 +01:00
Nivethan Ar 4fb5cb8408
mkdir: add command to insert multiple directories with example (#6326) 2021-08-13 17:44:18 +02:00
Kyle be4ab1bac3
paci: add more information link (#6333) 2021-08-13 17:17:53 +02:00
Kyle ffe97fe80b
qemu-img: add more information link (#6337) 2021-08-13 17:16:35 +02:00
Bido Namakra 33d60552a1
miniserve: add page (#6332) 2021-08-13 16:01:45 +02:00
Kyle df4da3a557
samtools: add more information link (#6336) 2021-08-12 23:33:57 +01:00
Kyle 0f09137c20
pdftotext: add more information link (#6334) 2021-08-12 13:27:58 +01:00
Kyle 1d5e2d17dd
rails-db: add more information link (#6338) 2021-08-12 09:21:15 -03:00
Axel Navarro 384ffb35cc
gh-formatting: add page (#6290) 2021-08-10 09:06:43 -03:00
dgcampea 444b2ef58c
xdelta: add page (#6313) 2021-08-09 22:52:46 +01:00
Mark McElroy 5c48375e0f
dwebp: add page (#6304) 2021-08-09 16:48:47 +02:00
ajs256 242897dc85
circup: add page (#6293) 2021-08-09 16:44:20 +02:00
Macklan Weinstein 3d7dd2169e
flake8: add page (#6275) 2021-08-06 01:14:47 +01:00
chris e445bc5531
openscad: add page (#6296) 2021-08-06 01:24:18 +05:30
Huynh Viet 2df5567123
dict: add page (#6283) 2021-08-04 19:57:15 +08:00
Matt Bangert 0e9fe32c9e
choose: add page (#6135) 2021-08-03 20:43:32 +02:00
Axel Navarro 0da32d68eb
gh-mintty: add page (#6291) 2021-08-03 10:58:26 +02:00
Daniel Birket 31fa8a04e6
circo, fdp, neato, osage, patchwork, sfdp, twopi: add page (#6284)
* dot: prepare to add all graphviz layout engines

These changes are in preparation for adding commands: `neato`,
`circo`, `twopi`, `pfd`, `spfd`, `osage` and `patchwork`, which use
the same command syntax. This one is to argue over before posting the
other seven that are generated from the same template. Changes:

- use `gv` extension, not `dot`. Author uses `gv`.
- link to command usage guide page
- specify the type of layout in the description (varies)
- use `input` and `image` not `file` or `out_file`
- provide a list of available image formats
- show how to use the engine as a filter
- give the help command

* dot: add link angle-brackets

* Added a static list of layout engines as line 2 of description.

* dot: Accept suggestion to highlight graph type with back-quotes.

* Fix back-quotes around `png`.

* circo, fdp, neato, osage, patchwork, sfdp, twopi : add pages

See #6270, #2580.

This pull-request contains the other seven graphviz layout commands in
addition to `dot`, which is awaiting approval at #6270. These files
are generated from the same template as `dot.md` there. The eight
commands differ in the command name, description line and the content
of the `echo` command in one example. (If any more changes are
required, I will regenerate all the files together.)

* gv layouts: space after flags. -o versus -O. 80 char 2nd line.

* dot: remove back-quotes from stdin, stdout to match tldr usage.

* graphviz layouts : use https not http.

* graphviz layouts : use {{png}} {{svg}} and {{gif}} as requested.
2021-08-02 18:12:07 +01:00
Daniel Birket fa84524c0b
gml2gv, graphml2gv, gv2gml, gv2gxl, gxl2gv, mm2gv: add page (#6286) 2021-08-02 09:11:07 -03:00
Daniel Birket eaef3b4d21
yacas: add page (#6263) 2021-08-02 09:43:01 +02:00
Axel Navarro 74787825d5
gh-help: add formatting and mintty examples (#6282) 2021-08-02 09:40:30 +02:00
Axel Navarro 124fb797bb
gh-browse: add page (#6281) 2021-08-02 02:33:52 +01:00
Johannes Lade f6bb40c112
rustup: add doc example (#6273) 2021-07-29 10:09:05 -03:00
Seth Falco 7d72acec88
pwsh: add page (#6249) 2021-07-29 05:06:50 +02:00
Tom Dörr ae695a28b9
Fix sentence (#6272) 2021-07-28 15:19:23 +01:00
Ikko Ashimine 4cf6b588dd
fix typo in figlet.md (#6271)
extention -> extension
2021-07-28 15:13:33 +01:00
CleanMachine1 057a416929
nano: refresh (#6235) 2021-07-28 15:10:07 +01:00