Agniva De Sarker
dc0653e986
surge: update page
...
- Made tokens to be snake case
- Simplified description
- Simplified DNS name description
2017-11-28 20:48:41 +05:30
Mo Alamin
f5cd6460df
TLDR009 Page should contain a newline at end of file, fix.
2017-11-27 23:30:14 -05:00
Mo Alamin
a9b78925a7
Add tldr for rails command.
2017-11-27 23:19:31 -05:00
zethra
9ba419d4bd
Fixed formating
2017-11-27 18:29:43 -05:00
Tom Hill
c798774097
Made changes to wording as requested
2017-11-28 09:34:04 +11:00
Andrea
e953129676
spatial: fix macOS command
2017-11-27 20:30:15 +00:00
Shih Yu Ho
191666c794
docker: add docker container logs example ( #1680 )
2017-11-27 18:14:42 +00:00
Starbeamrainbowlabs
19dbcf7ad9
irssi: add page ( #1676 )
2017-11-27 18:07:32 +00:00
Starbeamrainbowlabs
d00b10d6c9
Corrected the example: Compress a series of identical characters to a single character ( #1670 )
2017-11-27 17:58:34 +00:00
Starbeamrainbowlabs
d04c2b18bd
ember: add page ( #1656 )
2017-11-27 17:43:27 +00:00
zethra
b6bc645d83
Added page for rustup
2017-11-27 10:02:29 -05:00
Minh Nguyen
38788de92a
sudo: Change to use flag -i for macOS
2017-11-27 18:14:18 +11:00
Minh Nguyen
4c9f12072e
sudo: Add example to run an interactive shell
2017-11-27 17:48:29 +11:00
Minh Nguyen
bcd4efd885
Revert "sudo: add example for interactive shell"
...
This reverts commit 415d4834ea
.
2017-11-27 17:19:13 +11:00
Minh Nguyen
415d4834ea
sudo: add example for interactive shell
2017-11-27 17:09:29 +11:00
Andrew Amesbury
3db3b578f7
irssi: revisions as requested
2017-11-27 18:35:54 +13:00
Tom Hill
b3b921baf4
Changes to custom links
2017-11-27 10:06:20 +11:00
Andrew Amesbury
8defdf8cf0
irssi: fix missed colons
2017-11-27 09:32:01 +13:00
Andrew Amesbury
179ee5aa94
irssi: add page
2017-11-27 09:26:48 +13:00
Tom Hill
62bd9e89b1
Create surge.md
2017-11-26 21:54:27 +11:00
Angsuman Chakraborty
fc6b0e4661
Corrected the example: Compress a series of identical characters to a single character
...
The example wrongly used \n instead of {{input_characters}}.
2017-11-26 16:09:41 +05:30
Andrea
5902534b0c
spatial: add clean and build, address review comments
2017-11-26 10:21:02 +00:00
David Sommerich
f54f9d2502
smartctl: fix descriptions and improve examples
2017-11-26 16:18:09 +11:00
Alex LaFroscia
b8f05657ef
ember: expand "generate" example description
2017-11-25 13:50:30 -05:00
David Sommerich
76aabc6a4f
smartctl: add page
2017-11-25 22:52:29 +11:00
beesandbombs
3eb2d3dcbc
typo
2017-11-25 09:32:17 +05:30
Alex LaFroscia
5010d4b1de
ember: add page
2017-11-24 15:33:56 -05:00
Starbeamrainbowlabs
13045c5190
tail: add -F option ( #1647 )
2017-11-24 18:45:07 +00:00
Nate Silva
34f6448ef3
gtop: add page ( #1640 )
2017-11-24 18:44:13 +00:00
Andrea Della Corte
3610a3204f
spatial: add page
2017-11-24 14:07:30 +00:00
Matthew Thompson
474ca28ff1
Update chmod.md: Add recursive chmod
...
Might not be approved, but this is the classic 755 on all directories, 644 on all files in a tree a la: https://stackoverflow.com/questions/18817744/change-all-files-and-folders-permissions-of-a-directory-to-644-755
As I just discovered `tldr`, I had to try my hand at changing a command
2017-11-24 09:01:12 -05:00
Frank Dietrich
9ec1c1f4a5
user short option for `id` command
2017-11-24 13:04:02 +01:00
Frank Dietrich
ded5c11e43
amend based on the PR comments
2017-11-24 12:50:38 +01:00
Agniva De Sarker
29612adca2
add a comma
2017-11-24 11:41:53 +05:30
Steve Stodola
5174bb40f6
Update tail.md
2017-11-23 22:53:55 -07:00
Steve Stodola
2c789950db
update tail to indicate -F
...
If I open the file with tail like this:
$ tail -f /var/log/messages
... and if the log rotation facility on my machine decides to rotate that log file while I'm watching messages being written to it ("rotate" means delete or move to another location etc.), the output that I see will just stop.
If I open the file with tail like this:
$ tail -F /var/log/messages
... and again, the file is rotated, the output would continue to flow in my console because tail would reopen the file as soon as it became available again, i.e. when the program(s) writing to the log started writing to the new /var/log/messages.
2017-11-23 17:16:08 -07:00
Frank Dietrich
9592b58954
fix example description
2017-11-23 13:01:50 +01:00
Frank Dietrich
1cf9fda3ee
add examples for current user processes
...
#fixes 1610
2017-11-23 12:53:54 +01:00
Agniva De Sarker
88289e54be
fix minor grammatical issue
2017-11-23 11:41:06 +05:30
Raymond Douglas
5b9848dc64
npm.md: additional module listing use case
...
Made changes per suggestions by agnivade.
2017-11-22 22:06:43 -08:00
Raymond Douglas
b5d71ae196
Update npm.md
2017-11-22 15:57:36 -08:00
Raymond Douglas
91c6744c1e
npm.md: additional module listing use case
...
Added a use case for listing all globally installed modules with a tree depth of 0.
2017-11-22 15:56:00 -08:00
Starbeamrainbowlabs
780c9f5f92
rbash: add page ( #1634 )
2017-11-20 23:13:32 +00:00
Starbeamrainbowlabs
ea57113b12
Teensy grammatical fix
2017-11-20 23:07:54 +00:00
Agniva De Sarker
8edaf808ca
Simplified heading
2017-11-21 00:16:13 +05:30
Matías Andrade Guzmán
f853a5956e
telnet: fix typo
...
Line 7 said telnel instead of telnet.
2017-11-19 10:12:10 +05:30
ckovsky
1dbea9456b
borg: add page ( #1631 )
2017-11-18 09:22:18 +05:30
sadboyzvone
0f1e8052e9
rbash: remove some restrictions
2017-11-17 16:39:15 +01:00
sadboyzvone
ff781ee8f0
rbash: put restrictions onto 1 line
2017-11-17 16:37:36 +01:00
Starbeamrainbowlabs
9bc122e934
pdfunite: Add page ( #1633 )
2017-11-17 17:58:44 +05:30
sadboyzvone
373bdf1982
rbash: fix for lint
2017-11-16 22:46:57 +01:00
sadboyzvone
4dc0202460
rbash: add page
2017-11-16 22:40:05 +01:00
Marvin Johanning
9d3e9c8109
Change wording
...
Changed the wording of an explanation
2017-11-14 19:58:57 +01:00
Marvin Johanning
7754dfcda5
Add colon to example descriptions
2017-11-14 16:44:00 +01:00
Marvin Johanning
9d114dfd43
ruby: add page
2017-11-14 16:39:27 +01:00
Starbeamrainbowlabs
6bc2d6cf7a
df: add specific file/folder usecase ( #1630 )
2017-11-14 13:52:51 +00:00
Polle Vanhoof
654c01fcd1
df: converted to snake case and small text change
2017-11-13 16:25:47 +01:00
Frank Lamar
93f1fa4397
astyle: add page ( #1543 )
2017-11-13 11:08:17 +05:30
Polle Vanhoof
2dc563ae66
df: add specific file/folder usecase
...
It can often be useful to not just list all the file systems, but to figure out on which one a specific file or folder is located
2017-11-12 19:19:53 +01:00
Tan Shuai
abaabe35ca
find: fix -mtime example ( #1625 )
2017-11-08 19:39:07 +00:00
Starbeamrainbowlabs
83f4361136
vim: simplify substitution in whole file ( #1555 )
2017-11-08 19:32:00 +00:00
Starbeamrainbowlabs
af085efc39
eslint: add page ( #1617 )
2017-11-04 11:38:36 +00:00
Starbeamrainbowlabs
f335861d41
rainbowstream: add page ( #1549 )
2017-11-04 11:36:22 +00:00
Starbeamrainbowlabs
1387b02a69
trans: add page ( #1590 )
2017-11-04 11:31:25 +00:00
Starbeamrainbowlabs
1061f50029
roll: add page ( #1591 )
2017-11-04 11:27:53 +00:00
Starbeamrainbowlabs
e831d624bb
ffmpeg: update examples for modern syntax, add commentary on CRF vs CBR options, add remuxing example ( #1595 )
2017-11-04 11:27:00 +00:00
Timo Sand
c6eaf3ae24
git-diff: Adds comparison of file on current branch to other branch ( #1611 )
2017-11-04 15:01:27 +05:30
Agniva De Sarker
3e50a71cfd
rainbowstream: simplify descriptions
2017-11-04 10:20:38 +05:30
Starbeamrainbowlabs
14279f02e3
git-diff: add example using relative time range ( #1619 )
2017-11-03 23:06:20 +00:00
Starbeamrainbowlabs
67fccf59ef
ag: tokenize values ( #1618 )
2017-11-03 23:03:54 +00:00
Starbeamrainbowlabs
9de0ee64f5
exa: add page ( #1589 )
2017-11-03 23:02:18 +00:00
AnimiVulpis
dc98db21e0
Change words that are translated
2017-11-02 13:31:21 +01:00
Agniva De Sarker
dbff7a26f7
git-diff: update description
...
Replace backticks with quotes
2017-11-02 09:47:47 +05:30
jitakirin
29bae17f8c
git-diff: update examples to show other possibilities
...
Show that date expression/spec can contain other items and combinations of items, or an actual timestamp.
2017-11-01 07:07:23 +00:00
jitakirin
a33f630def
git-diff: add example using relative time range
...
Close #1368
2017-10-31 22:32:16 +00:00
AnimiVulpis
0e48d77af1
Fix tokenization
2017-10-31 22:47:37 +01:00
AnimiVulpis
86aee1cfae
Fix tokenization
2017-10-31 22:41:52 +01:00
Agniva De Sarker
ac600a36e0
jekyll: update page
...
- Made heading to be all lower case
- Changed the word _site from inside backticks to quotes
2017-10-31 09:39:36 +05:30
Agniva De Sarker
74ce43b08d
lein: beautify page
...
- made REPL as upper case
- wrapped -main in quotes rather than backticks
2017-10-31 09:39:24 +05:30
AnimiVulpis
2d3be20046
ag: tokenize values
2017-10-30 23:48:56 +01:00
AnimiVulpis
dacc52d182
Incorporate change requests
...
- Fix wrong usage of dices vs. dice
- Tokenize everything
2017-10-30 23:18:41 +01:00
AnimiVulpis
7be77ea9cc
Incorporate change requests
...
- Remove unnecessary markdown boldness
- Tokenize all the values
- Change a few descriptions
2017-10-30 23:07:30 +01:00
phillip055
c46e032e08
Update eslint.md
2017-10-31 00:04:41 +07:00
phillip055
9321f2686f
Update eslint.md
2017-10-30 16:38:06 +07:00
phillip055
e4cd9c0432
Update eslint.md
2017-10-30 16:32:37 +07:00
phillip055
008c4c2162
Update eslint.md
2017-10-30 16:32:06 +07:00
phillip055
7e8b983fb5
Create eslint.md
2017-10-30 16:27:33 +07:00
Galdin Raphael
90fe67325e
dotnet: add page ( #1581 )
2017-10-29 13:26:14 +00:00
Starbeamrainbowlabs
f0acd53e64
lein: add page ( #1593 )
2017-10-29 13:14:53 +00:00
Starbeamrainbowlabs
af87618913
tee: Add usecase for process substitution ( #1584 )
2017-10-29 13:08:38 +00:00
Niklas Mollenhauer
ab857845b2
dot: add page ( #1578 )
2017-10-29 17:01:21 +05:30
Mario Álvarez
59de62110c
leave: add page ( #1574 )
2017-10-29 11:53:36 +05:30
Agniva De Sarker
3c66fc488e
exa: update page
...
- Added tokens around parameters
- Put backticks around ls
- Simplified some descriptions.
2017-10-29 00:02:54 +05:30
OrBaruk
40bff3cb62
lein: improve readability
2017-10-28 16:26:24 -02:00
Henry Vindin
7682d8bd87
fixed wording and typos
2017-10-28 22:59:12 +11:00
Henry Vindin
32347f83a4
update to simplify the tldr page based on feedback
2017-10-28 22:59:06 +11:00
Henry Vindin
4dcb798788
remove trailing whitespace
2017-10-28 22:58:59 +11:00
Henry Vindin
999df15f7c
add more examples to ffmpeg based on examples in ffmpeg site docs
2017-10-28 22:58:52 +11:00
Agniva De Sarker
f3e1e62cdf
tee.md: added missing quotes
2017-10-28 16:49:38 +05:30
Polle Vanhoof
71ad96a7e5
tee: add missing backtick
2017-10-28 12:40:48 +02:00
Polle Vanhoof
877e017f00
tee: proposed change for review
2017-10-28 12:20:16 +02:00
OrBaruk
8c8ebd6e3d
lein: fix missing punctuation
2017-10-27 17:42:33 -02:00
OrBaruk
533ca21734
lein: add page
2017-10-27 17:30:44 -02:00
AnimiVulpis
28b687062e
roll: add page
2017-10-27 17:41:26 +02:00
AnimiVulpis
9a166ce98a
trans: add page
2017-10-27 16:53:15 +02:00
AnimiVulpis
1d019e8200
exa: add page
2017-10-27 16:38:37 +02:00
Polle Vanhoof
d8fc8ce6f1
tee: final cleanup formatting
2017-10-27 12:23:17 +02:00
OrBaruk
12bb6f2449
ansible-playbook: fix typo
2017-10-26 18:29:17 -02:00
OrBaruk
873d2102eb
ansible-playbook: add extra-vars examples
2017-10-26 18:07:08 -02:00
Polle Vanhoof
6cc2bfaccb
tee: update language as per remarks
2017-10-26 19:50:49 +02:00
Dwi Satria Utama
54a56c4eea
jekyll: add page ( #1583 )
2017-10-26 17:43:18 +01:00
Polle Vanhoof
90f25a7e62
tee: Add usecase for process substitution
2017-10-26 16:25:39 +02:00
Henry Vindin
67314d8548
remove generic nse example as its probably man page material, not tldr
2017-10-26 09:12:50 +05:30
Henry Vindin
ee0486e7f2
Add more examples for nmap for common activities such as:
...
- scanning a host with nse scripts
- scanning enabled SSL/TLS ciphers/protocols on a host on port 443
2017-10-26 09:12:50 +05:30
Martin Caarels
359252f1ce
bosh: add page ( #1575 )
2017-10-25 20:30:06 +01:00
Starbeamrainbowlabs
d4324aeb8f
fly: add page ( #1546 )
2017-10-25 10:07:03 +01:00
Max Strübing
383c7d4b27
ncmpcpp: add page ( #1568 )
2017-10-25 13:36:35 +05:30
Galdin Raphael
1b930944d4
code: add page ( #1557 )
2017-10-24 21:41:53 +05:30
Martin Caarels
2c7f5e1c5c
made changes as requested.
2017-10-24 14:38:39 +02:00
Starbeamrainbowlabs
fc91506f66
fd: add page ( #1563 )
2017-10-24 10:51:39 +01:00
Juan Leñero
ff4ea8adc6
dir -> directory
2017-10-22 21:40:39 -05:00
Matthew Davidson
9896662914
Added bit rate example for ffprobe ( #1559 )
2017-10-21 21:56:27 +01:00
Starbeamrainbowlabs
4b0f219765
zip: add encryption example ( #1558 )
2017-10-21 21:49:11 +01:00
Max Strübing
666f312e2b
vim: remove wrongly description of %
2017-10-21 22:01:49 +02:00
Juan Leñero
8708fcbee3
Use tokens for client highlighting.
2017-10-20 21:24:07 -05:00
Juan Leñero
0c4edde86b
fd: add page
2017-10-20 21:12:59 -05:00
Starbeamrainbowlabs
65163f050f
couchdb: add page ( #1553 )
2017-10-20 15:01:40 +01:00
mister-ben
50b48f60fd
zip: better password prompt hint
2017-10-20 13:18:06 +01:00
mister-ben
0fb4198695
zip: explain encryption as password protected
2017-10-20 12:26:55 +01:00
mister-ben
3477ab330e
zip: add encryption example
2017-10-20 12:22:59 +01:00
Agniva De Sarker
2290f6a0e3
couchdb: simplify description
2017-10-20 11:35:15 +05:30
jitakirin
bd46cab5c5
rainbowstream: improve language and explanations
2017-10-19 21:35:52 +01:00
Max Strübing
c4a0fbd89e
vim: add s for substitution
2017-10-19 19:27:18 +02:00
Max Strübing
37fa82919b
vim: simplify substitution in whole file
2017-10-19 14:38:46 +02:00
lamar-frankie
cb3fbc57ce
couchdb: fix typo
2017-10-19 08:34:13 -04:00
lamar-frankie
42ee716137
couchdb: fix typo
2017-10-18 10:48:27 -04:00
lamar-frankie
7c8a7f61f0
couchdb: add page
2017-10-18 10:33:21 -04:00
kalebo
fb91a188bd
last: add example that avoids hostname truncation ( #1540 )
2017-10-17 12:00:41 +05:30
Agniva De Sarker
3ff22d2260
Adding tokens to variables
2017-10-17 09:34:58 +05:30
kalebo
fcdd190c3a
Corrected inaccuracy
2017-10-17 09:34:58 +05:30
jitakirin
a029886205
Fix style issues
2017-10-15 23:20:07 +01:00
jitakirin
aa04a481e2
rainbowstream: add page
...
Ref #1162
2017-10-15 23:12:04 +01:00
Martin Caarels
dd71e8fc66
changed configure to upload/update.
2017-10-15 21:25:32 +02:00
Martin Caarels
7c14f34a90
removed bosh.md
2017-10-15 21:23:50 +02:00
Martin Caarels
fc20b0366c
Modified from present tense to infinitive.
2017-10-14 19:32:16 +02:00
Martin Caarels
8eaae1e9f8
fly: add page.
2017-10-14 19:27:22 +02:00
Martin Caarels
df71b56061
added a period to the command description.
2017-10-14 19:11:54 +02:00
Martin Caarels
89d30ca0e4
added bosh.md
2017-10-14 19:05:33 +02:00
Starbeamrainbowlabs
cf2b18e04c
zip: simplify -x example ( #1490 )
2017-10-13 21:44:52 +01:00
Starbeamrainbowlabs
a0e9916532
diffstat: add page ( #1539 )
2017-10-13 21:30:35 +01:00
Starbeamrainbowlabs
e1cf267eec
pushd: added platform specific examples in windows, osx and linux. Removed from common. ( #1535 )
2017-10-13 21:25:00 +01:00
Harry Mumford-Turner
c43138e2a2
Changed wording for the description and 2nd command
2017-10-11 19:57:10 +01:00
Starbeamrainbowlabs
4510294353
pup: add page ( #1533 )
2017-10-11 19:46:32 +01:00
Starbeamrainbowlabs
a6a29fcf09
nginx: small grammar fixes ( #1537 )
2017-10-11 21:41:20 +05:30
deekim
fbf4590e7a
fixup! pup: add page
2017-10-11 08:17:46 -04:00
Zac
ae695bdbb7
locust: add page ( #1534 )
2017-10-11 11:29:29 +01:00
Vincent Yang
e274d45f41
r: add page ( #1524 )
2017-10-11 09:10:00 +05:30
deekim
2f4233a52d
fixup! pup: add page
2017-10-10 19:05:27 -04:00
deekim
e5bcbfd081
fixup! pup: add page
2017-10-10 19:03:33 -04:00
deekim
e2f2779c3c
fixup! pup: add page
2017-10-10 19:00:49 -04:00
Harry Mumford-Turner
5f0222e340
Added period
2017-10-10 16:53:28 +01:00
Harry Mumford-Turner
cef38fe8ef
diffstat: add page
...
----
- [x] The page (if new), does not already exist in the repo.
- [x] The page (if new), has been added to the correct platform folder:
`common/` if it's common to all platforms, `linux/` if it's Linux-specific, and so on.
- [x] The page has 8 or fewer examples.
- [ x The PR is appropriately titled:
`<command name>: add page` for new pages, or `<command name>: <description of changes>` for pages being edited
- [x] The page follows the [contributing](https://github.com/tldr-pages/tldr/blob/master/CONTRIBUTING.md ) guidelines
2017-10-10 16:23:07 +01:00
Starbeamrainbowlabs
bc711523a0
traefik: add page ( #1512 )
2017-10-09 20:59:59 +01:00
Juan Martin Enriquez
8bdd25d67f
pushd: added platform specific examples in windows, osx and linux. Removed from common.
2017-10-09 00:09:49 -03:00
Jonathan Yarbor
013fabe5e7
Traefik: grammer fix
2017-10-08 20:24:43 -05:00
deekim
3dd8f82127
fixup! pup: add page
2017-10-08 12:13:22 -04:00
deekim
7ebeed5ca7
fixup! pup: add page
2017-10-08 12:03:16 -04:00
deekim
f76926abdb
pup: add page
2017-10-08 12:00:15 -04:00
Vincent Yang
0e2d131c08
Added period
2017-10-07 00:35:45 -07:00
Vincent Yang
5f49a298f1
Updated description changes
2017-10-07 00:34:24 -07:00
Vincent Yang
06c39979f0
Added mongod
2017-10-06 14:58:04 -07:00
Starbeamrainbowlabs
a51871adf4
find: improve -mtime example ( #1520 )
2017-10-06 13:42:10 +01:00
Eric Nielsen
b0b440436f
find: improve -mtime example
...
Make the description clearer and more specific to the given `-1`
parameter.
Remove unnecessary `-name '{{}}'` from example.
2017-10-05 16:23:30 -05:00
Eric Nielsen
43ff4dd736
zip: simplify -x example
...
According to the 5th item of the
[Guidelines](https://github.com/tldr-pages/tldr/blob/master/CONTRIBUTING.md#guidelines ),
avoid getting into details like glob patterns.
2017-10-05 16:19:48 -05:00
Jonathan Yarbor
f4ced2dc14
Update Traefik with grammer fixes
2017-10-03 23:59:26 -05:00
Jonathan Yarbor
53866ef111
Fix syntax on traefik
2017-10-03 19:41:07 -05:00
Jonathan Yarbor
4cf3e14701
Add Traefik
...
Adds the page for Traefik as requested on #1184
2017-10-03 19:33:07 -05:00
Starbeamrainbowlabs
e8fe8aaa9e
Update sudo.md
2017-10-02 09:50:47 +05:30
Starbeamrainbowlabs
d6d57e8f6f
sudo: Improve grammar
2017-10-02 09:50:47 +05:30
Waldir Pimenta
83bae850f4
stack: fix capitalization of Haskell
2017-10-01 18:54:34 +01:00
Max Strübing
48cfe76ee8
stack: add page ( #1509 )
2017-10-01 18:53:11 +01:00
Starbeamrainbowlabs
7c5077bd8e
sync: add page ( #1507 )
2017-10-01 13:04:36 +01:00
Starbeamrainbowlabs
9ec0ab7445
pdfposter: add page ( #1482 )
2017-09-29 22:51:28 +01:00
Starbeamrainbowlabs
ad0c483357
Update sync.md
2017-09-28 22:13:38 +01:00
Starbeamrainbowlabs
e18bc21368
sync: add page
2017-09-28 10:30:26 +01:00
David (Doojin) Jung
a6f0dfbf31
docker: update docker commands to conform to Docker 1.13 ( #1505 )
2017-09-28 10:25:00 +01:00
Starbeamrainbowlabs
02b4134d66
peerflix: expand based on official docs ( #1462 )
2017-09-28 10:21:43 +01:00
Max Strübing
0639876c42
go: add named executable example ( #1506 )
2017-09-28 10:20:26 +01:00
Waldir Pimenta
968aa0bff4
wget: reorder examples and add additional details ( #1501 )
2017-09-27 19:57:59 +05:30
Waldir Pimenta
bd284f03f1
peerflix: move listing command further up
2017-09-27 12:21:45 +01:00
Jesse Smith
22791d16c9
Simplify conversion/extraction example ( #1502 )
2017-09-25 15:59:11 +01:00
Agniva De Sarker
7cce91b3c0
ffmpeg: add extract frame example and other tweaks ( #1477 )
2017-09-23 09:41:41 +05:30
Starbeamrainbowlabs
cd5897c7c7
bash: add debugging example ( #1493 )
2017-09-21 08:35:20 +01:00
Waldir Pimenta
e3c103f0ad
xxd: reword descriptions for clarity & consistency ( #1465 )
2017-09-20 21:14:36 +05:30
Waldir Pimenta
cd31c69479
changes per PR review / capitalization of acronyms
2017-09-17 10:52:39 +05:30
Waldir Pimenta
924c28cb24
mogrify: tweak descriptions
2017-09-17 10:52:39 +05:30
Andrew Louis
415daf8c4b
openssl: display a domain's cert's start and end dates ( #1486 )
2017-09-15 00:26:37 +05:30
Starbeamrainbowlabs
c3a4edd934
ansible-galaxy: add page ( #1491 )
2017-09-14 17:58:04 +01:00
Brandon Soto
eb1accac2a
ansible-galaxy: update examples
2017-09-13 21:40:12 -07:00
Waldir Pimenta
66e189d221
z: reword descriptions for clarity
2017-09-14 09:58:50 +05:30