Commit Graph

4086 Commits (0a5e31e1c7f3a48ec206ca07bb1ffb1cd0fb39c0)

Author SHA1 Message Date
Nicolas Kosinski c9ca880ee9
gradle: add tasks examples (#5889) 2021-05-06 17:23:16 +02:00
Axel Navarro e30eecd7a0
more: add examples and link (#5881) 2021-05-06 09:27:15 -03:00
Nicolas Kosinski 69f02b6510
curl: use long arguments (#5872) 2021-05-04 11:37:07 +02:00
Adam Herst d02172f9ef
virsh-undefine: add page (#5847) 2021-05-04 10:58:20 +02:00
Bart Nagel 75b5a8da0a
tar: add "verbose" to another example (#5860) 2021-05-04 09:44:11 +02:00
Nicolas Kosinski 1fe05c4e59
npm: use long argument --global (#5880) 2021-05-04 09:26:22 +02:00
Nicolas Kosinski 5d01dae43f
wget: use long arguments (#5879) 2021-05-04 09:25:49 +02:00
Nicolas Kosinski a312432c36
http: use long arguments (#5878) 2021-05-04 09:25:21 +02:00
UnButtun 5ba22052b7
pnpm, pnpx: add page (#5863) 2021-05-03 16:56:31 +01:00
marchersimon 5ff5ff69e2
pio-init: add alias page (#5865) 2021-05-01 19:50:03 +01:00
Bart Nagel 69887e9d26
tar: fix mnemonic for f (#5859)
Before this patch the document suggested that the `f` allows the user to list some files to extract or insert to the archive.

This patch fixes that: the `f` allows an archive file to be specified. Without it the archive would be read from or written to stdout.
2021-05-01 14:46:55 -04:00
bl-ue 883412726a
uuencode: add page (#5857) 2021-05-01 19:28:28 +01:00
Suman Chapai a1b192045e
ical: add page (#5849) 2021-05-01 19:14:06 +01:00
bl-ue d6f6b88a7f
7z, 7za, 7zr: updates (#5432)
* 7z, 7za, 7zr: updates

* Apply suggestions from code review

Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>

* Update pages/common/7zr.md

Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>

* Update pages/common/7z.md

Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>

* 7za, 7zr: split back up

* 7z, 7za: fix types

* Update pages/common/7z.md

Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>

Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>
Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
2021-05-01 19:10:54 +01:00
marchersimon 6e6711f2e3
pio-test: add page (#5815) 2021-05-01 18:27:19 +01:00
Ignacio Mattos 369d034b50
[, aapt, ab: add Spanish translation (#5840)
* [: add Spanish translation

* aapt: add Spanish translation

* ab: add Spanish translation
2021-04-30 10:01:31 -03:00
Adam Herst 4fb8cf891b
virsh: fix syntax of connect example (#5854) 2021-04-29 14:02:33 -04:00
Florian B d3f8cd8bae
qutebrowser: add page (#5850) 2021-04-28 14:57:00 -04:00
Daniel Vozenilek eda10ff2d7
ibmcloud: add page (#5851) 2021-04-28 19:31:06 +02:00
FantasyCookie17 3595c42cce
cp: change 'dereference' to 'follow' (#5843) 2021-04-27 17:02:42 -04:00
Scattered Faith 8707d05925
passwd: remove invalid example (#5691)
passwd doesn't accept changing a password via specifying the password after the username in the command line, consider removing the example as it's misleading
2021-04-27 13:19:59 -04:00
Axel Navarro d08f5ebefc
kate: improve remote document example (#5842) 2021-04-27 18:42:29 +02:00
Peter Babič f1e8d7e06a
acme.sh: add page (#5823)
* add page: acme.sh

* fix 825645081

https://github.com/tldr-pages/tldr/pull/5823#issuecomment-825645081

* replace domain.tld with example.com

* Update pages/common/acme.sh.md

Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com>

* Update pages/common/acme.sh.md

Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com>

* convert examples to more specific ones

* reword example description

* Update pages/common/acme.sh.md

Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>

Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com>
Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>
2021-04-27 18:20:54 +02:00
Axel Navarro 71c0279659
x11docker: add page (#5835)
* x11docker: add page

* Update pages/common/x11docker.md

* Update pages/common/x11docker.md

Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com>

Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com>
2021-04-27 18:09:34 +02:00
Adam Herst 4e56321854
virt-sysprep: add page (#5824)
* virt-sysprep: add page

* Update pages/common/virt-sysprep.md

Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>

* Update pages/common/virt-sysprep.md

Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>

* virt-sysprep: edit the specified operations example

Number the operations and remove the spaces (which throw an error).

* Update pages/common/virt-sysprep.md

Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>

* Update pages/common/virt-sysprep.md

Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>

* Update pages/common/virt-sysprep.md

Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com>

* Update pages/common/virt-sysprep.md

Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com>

Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>
Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com>
2021-04-27 18:07:30 +02:00
Nicolas Kosinski 1f65b86a11
nu: add page (#5818)
* nu: add page

* Apply suggestions from code review
2021-04-27 18:05:25 +02:00
Axel Navarro 051ec5e29a
kate: add page (#5834)
* kate: add page

* Replace --tempfile with --column example

* Update pages/common/kate.md

Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com>

* Explain line and column variables

* Apply suggestions from code review

Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com>

Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com>
2021-04-27 18:00:35 +02:00
marchersimon f6a982b54a
qtcreator: add page (#5813)
* qtcreator: add page

* Fix typo

Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>

* Apply suggestion from code review

Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com>

* reword git-show example

Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com>
2021-04-27 17:58:10 +02:00
ncaat 65f34e363b
lua: fix typo in example (#5837) 2021-04-26 08:19:04 -03:00
Nicolas Kosinski 1a47a2612f
protector: add page (#5820) 2021-04-25 02:00:01 -03:00
marchersimon 32e86137f2
pio-run: add page (#5827) 2021-04-25 01:51:16 -03:00
Arijit Basu 16865a34a9
xplr: add page (#5819) 2021-04-25 01:40:12 -03:00
Ignacio Mattos d8a8f653ec
histexpand, history: add Spanish translation (#5825) 2021-04-23 22:14:43 -04:00
bl-ue 43901df7ec
nmap: put command flags in example descriptions in backticks (#5812) 2021-04-22 21:06:36 +01:00
Adam Herst 06bcfd34f0
virt-clone: add page (#5800) 2021-04-21 13:09:00 -04:00
Adam Herst 4c059df5a6
virt-install: add --name option to example (#5799)
Running the existing example (on Ubuntu 20.04) gives the error message:

ERROR    
--name is required
2021-04-21 08:52:40 -04:00
Nicolas Kosinski df7770ae6b
atom, clear, convert, df: sync French translations with English pages (#5797) 2021-04-20 14:15:58 -04:00
bl-ue abc3808454
firebase: refresh (#5716) 2021-04-20 14:50:07 -03:00
FantasyCookie17 f5469ee92c
age: add page (#5758) 2021-04-19 20:14:13 -04:00
Grzegorz Baranski d95f3adf9f xh: rename query parameter vars 2021-04-19 23:07:45 +01:00
Grzegorz Baranski 0579078491 xh: fix example with POSTing JSON Body
Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
2021-04-19 23:07:45 +01:00
gbaranski ef319c8240 xh: remove irrevelant example 2021-04-19 23:07:45 +01:00
Grzegorz Baranski 5898f92cee fix: remove unused semicolon
Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com>
2021-04-19 23:07:45 +01:00
Grzegorz Baranski 13ab7eae61 xh: fix sending POST Request with JSON body example
Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com>
2021-04-19 23:07:45 +01:00
Grzegorz Baranski 8918dd4d6d xh: fix sending GET Request example
Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com>
2021-04-19 23:07:45 +01:00
Grzegorz Baranski ca04bb9921 xh: fix downloading JSON example
Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com>
2021-04-19 23:07:45 +01:00
Grzegorz Baranski f727e15ee7 xh: fix get with a custom header example
Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com>
2021-04-19 23:07:45 +01:00
Grzegorz Baranski 0d3b7d7f7e xh: remove app name in title
Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com>
2021-04-19 23:07:45 +01:00
gbaranski 2cf485847f xh: solve few linting errors 2021-04-19 23:07:45 +01:00
Grzegorz Baranski f1f15b255b xh: add highlighting variables 2021-04-19 23:07:45 +01:00