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
Waldir Pimenta
30c8d98ee9
docs overhaul: expand git-terminal.md a bit
2017-11-28 09:01:47 +05:30
Waldir Pimenta
e2ab1818f1
docs overhaul: move git cli instructions to a separate file
2017-11-28 09:01:47 +05:30
Waldir Pimenta
f8c7dfc0c7
docs overhaul: move auxiliary documentation to a separate folder
2017-11-28 09:01:47 +05:30
Shih Yu Ho
191666c794
docker: add docker container logs example ( #1680 )
2017-11-27 18:14:42 +00:00
Starbeamrainbowlabs
ed48721a66
Added eg to similar projects ( #1653 )
2017-11-27 18:11:29 +00:00
Starbeamrainbowlabs
84662b7cff
route: add get option ( #1682 )
2017-11-27 18:08:55 +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
1439e7a9a4
cal: Add use case for spanning date ( #1636 )
2017-11-27 17:54:41 +00:00
Starbeamrainbowlabs
41d8d5b7c8
lspci: add page ( #1654 )
2017-11-27 17:46:59 +00:00
Starbeamrainbowlabs
d04c2b18bd
ember: add page ( #1656 )
2017-11-27 17:43:27 +00:00
Agniva De Sarker
e5d314aeeb
Revert "pacman: update install instructions"
...
This reverts commit 37ff096332
.
See discussion at https://github.com/tldr-pages/tldr/pull/1562#issuecomment-346997167
2017-11-27 22:53:52 +05:30
Robert Orzanna
bbe71766b1
Added eg to similar projects
2017-11-27 11:46:05 +01:00
Rikesh Ramlochund
3ca3fc8b45
route: add get
2017-11-27 10:50:25 +04:00
Rikesh Ramlochund
df4185b548
Add tldr for `route get {{destination}}`
2017-11-27 10:45:40 +04:00
Andrew Amesbury
3db3b578f7
irssi: revisions as requested
2017-11-27 18:35:54 +13:00
gfeun
466412f558
Update sha512sum.md
...
Fix typo
2017-11-27 09:13:56 +05:30
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
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
Δημήτρης Φιλίππου
d6e9cf0092
xdotool: added more examples ( #1650 )
2017-11-26 15:17:45 +05:30
Amy Martin
f3c002d32f
Extract STYLEGUIDE.md from CONTRIBUTING.md
2017-11-26 13:04:07 +05:30
Alex LaFroscia
b8f05657ef
ember: expand "generate" example description
2017-11-25 13:50:30 -05:00
Starbeamrainbowlabs
d681bb4cb5
Update pasuspender.md
2017-11-25 15:45:44 +05:30
Starbeamrainbowlabs
47003f70f5
Update pasuspender.md
2017-11-25 15:45:44 +05:30
Starbeamrainbowlabs
5a60527de3
pasuspender: add page
2017-11-25 15:45:44 +05:30
beesandbombs
3eb2d3dcbc
typo
2017-11-25 09:32:17 +05:30
RTFMExe
fb21343e79
concrete example
2017-11-24 20:40:49 -03:00
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
RTFMExe
06b3fbd11c
lint fixes
2017-11-24 12:59:52 -03:00
RTFMExe
1ed23967cc
lspci: add page
2017-11-24 12:36:29 -03: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
Starbeamrainbowlabs
6c391a1192
npm: additional module listing use case ( #1642 )
2017-11-23 18:06:22 +00: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
Eddie Jaoude
be45f49de5
npm: sudo is not needed to npm install ( #1639 )
2017-11-22 10:23:14 +00:00
Starbeamrainbowlabs
a562bddfa5
dash: add page ( #1638 )
2017-11-22 10:16:21 +00:00
Starbeamrainbowlabs
68b54134f4
Teensy layout fix
2017-11-22 09:55:55 +00:00
sadboyzvone
041ee38e7c
dash: be more objective
2017-11-22 08:15:57 +01:00
sadboyzvone
f8baa0303a
Merge branch 'master' of github.com:sadboyzvone/tldr
2017-11-21 17:28:42 +01:00
sadboyzvone
07e02f1075
dash: add page
2017-11-21 17:28:26 +01:00
alien
41399e39f9
Merge pull request #1 from tldr-pages/master
...
merge
2017-11-21 17:20:35 +01:00