Leandro Ostera
e9d658923d
Updates README's link to tldr.js
2015-03-26 07:16:27 -03:00
Ruben Vereecken
81a1a4ed41
Merge pull request #272 from matugm/add_strace
...
Add strace
2015-03-22 14:06:33 +01:00
matugm
9b76965333
Update strace
2015-03-21 02:02:35 +01:00
matugm
26e664ffcd
Add strace
2015-03-21 01:01:05 +01:00
Ruben Vereecken
921be18ad7
Merge pull request #262 from quarcu/patch-1
...
Update rsync.md
2015-03-16 19:11:54 +01:00
Ruben Vereecken
c0e6600fe3
Merge pull request #269 from Dahie/patch-8
...
Create tr.md
2015-03-16 19:08:07 +01:00
Ruben Vereecken
3b1e178501
Merge pull request #271 from waldyrious/patch-1
...
add a separate example for overwriting a symlink
2015-03-16 19:05:20 +01:00
Waldir Pimenta
0d0180c172
add a separate example for overwriting a symlink
...
to make it clear what the -T option does,
as discussed in #180
2015-03-15 11:40:20 +00:00
Daniel Senff
7f48d18e12
common verb conjugation for all tr command descriptions
2015-03-14 16:34:38 +01:00
Daniel Senff
70017a6200
add more examples to tr
...
These examples were suggested to add and are based from the tr-wikipedia article at https://en.wikipedia.org/w/index.php?title=Tr_(Unix)&oldid=631477596
2015-03-14 12:05:19 +01:00
Piotr Szwarc
bacc874cab
Update rsync.md
...
Reduced flags for rsync over ssh.
2015-03-12 09:23:56 +00:00
Daniel Senff
c86216e261
Create tr.md
...
tr is a small utility for translating characters in text documents
2015-03-12 09:41:54 +01:00
Romain Prieto
2bfc2e3a08
Merge pull request #268 from hugovk/master
...
The CL shell and scripting interface for Drupal
2015-03-10 23:23:30 +11:00
Hugo
269ff7dcd7
The CL shell and scripting interface for Drupal
...
https://github.com/drush-ops/drush
2015-03-10 14:18:12 +02:00
Leandro Ostera
e24d9800a8
refactors index building script to output JSON
...
also removes index.md
2015-03-04 21:10:36 -03:00
Leandro Ostera
21cb9ac9e1
feature: pages index.
...
By having an index for the pages, it'd allow clients
to build autocomplete's and show an index of pages
making only one request (think `tldr list`). Subsequent
caching of this file would prevent further requests.
Included is a makefile to easily rebuild the index.
It could be tailored in case the pages structure changed.
In a particular case, the web client would benefit greatly
from an index. It'd know exactly what folder a command is in
and thus the number of requests would drop from 4 to 1.
2015-03-02 15:21:27 -03:00
Leandro Ostera
ad79f8f3d9
Adds tldr.js to README
2015-03-02 14:53:53 -03:00
Romain Prieto
61ca694261
Merge pull request #265 from waldyrious/patch-1
...
fix typo: "programm" --> "program"
2015-03-02 20:17:28 +11:00
Waldir Pimenta
6dd3e18110
fix typo: "programm" --> "program"
2015-03-02 09:06:40 +00:00
quarcu
65abc7f38d
Update rsync.md
...
Added rsync over SSH
2015-02-28 18:09:18 +00:00
Ruben Vereecken
05620b0e2a
Merge pull request #258 from rubenvereecken/master
...
Added gcc (C++ compiler) to common
2015-01-13 15:22:34 +01:00
Ruben Vereecken
b1959dd165
Merge pull request #259 from donoftime/firewall-cmd
...
Add page for firewall-cmd in linux
2015-01-13 12:22:56 +01:00
Don Mayo
bd28888d65
Add page for firewall-cmd in linux
2015-01-12 10:45:34 -05:00
Ruben Vereecken
a557b7064e
Added gcc (C++ compiler) to common
2015-01-12 12:40:00 +01:00
Ruben Vereecken
1b8d2e3e20
Merge pull request #257 from Dahie/patch-7
...
Create zbarimg
2015-01-05 17:49:36 +01:00
Daniel Senff
b19ff0ded6
Create zbarimg
...
zbar is a tool for reading image files, scanning included barcodes and decoing its value
2015-01-05 16:11:35 +01:00
Ruben Vereecken
6fbe311f53
Merge pull request #253 from hollingberry/patch-1
...
Add missing backtick
2014-12-21 12:06:52 +01:00
Casper Hollingberry
2c6cfbb0e5
Add missing backtick
2014-12-20 22:36:16 -08:00
Romain Prieto
ba895c3282
Merge pull request #252 from egilkh/patch-1
...
Fix missing backticks
2014-11-05 11:32:32 +11:00
egilkh
3acb4dc447
Fix missing backticks
...
Added some backticks that where missing.
2014-11-04 14:44:44 +01:00
Romain Prieto
5f3e3aa223
Merge pull request #251 from AgIt0/master
...
Add tmux
2014-11-03 10:05:35 +11:00
Lyuben Petrov
d63d1a7b31
Add tmux
2014-11-02 14:13:40 +02:00
Romain Prieto
011da19d1c
Merge pull request #250 from naxoc/add-patch
...
Add patch command.
2014-10-29 20:27:31 +11:00
Camilla Krag Jensen
a7c5a03cbb
Change wording for "un-applying" patches.
2014-10-29 09:25:50 +01:00
Camilla Krag Jensen
5ff0c017c5
Add more explanation to top-level-description.
2014-10-28 20:27:51 +01:00
Camilla Krag Jensen
abdf0e1482
Add patch command.
2014-10-25 13:20:07 +02:00
Romain Prieto
37eab62385
README: link to the new Android client
2014-10-02 23:23:10 +10:00
Romain Prieto
667976097b
Merge pull request #247 from waldyrious/patch-1
...
Create chmod.md
2014-10-02 12:45:17 +10:00
Waldir Pimenta
5404e5d432
Create chmod.md
...
loosely based on the proposal at #140
2014-10-02 03:39:28 +01:00
Romain Prieto
9203e186d7
Merge pull request #226 from akoenig/chown-reference-file
...
chown: reference file
2014-10-02 11:22:35 +10:00
Romain Prieto
e366c9db1e
Merge pull request #246 from NegaMorgan/master
...
adding ack
2014-10-02 10:07:07 +10:00
Morgan Evans
5a82ba202f
adding ack
2014-10-01 18:02:25 -04:00
Romain Prieto
4f6e05fb1e
Rename MP4Box.md to mp4box.md
...
So it's sorted by default next to all the other lowercase commands
2014-10-02 00:12:29 +10:00
Romain Prieto
221eadc336
Rename HandBrakeCLI.md to handbrakecli.md
...
So it's sorted by default next to all the other lowercase commands
2014-10-02 00:12:19 +10:00
Romain Prieto
e4f86136f6
Fix apt-get description (included back-ticks that confused some parsers)
2014-10-01 21:12:34 +10:00
Igor Shubovych
b557826325
Minor fix of mysqldump command arguments
2014-09-29 15:22:35 +03:00
Romain Prieto
ecffad3c33
Merge pull request #245 from waldyrious/patch-1
...
several tweaks to sox.md
2014-09-29 12:28:44 +10:00
Waldir Pimenta
2a0cf1eac2
make filenames consistent across examples
2014-09-29 03:18:13 +01:00
Waldir Pimenta
5cf0fc11c5
several tweaks to sox.md
...
for consistency and clarity
2014-09-29 03:15:39 +01:00
Romain Prieto
95eb6adc26
Merge pull request #244 from Dahie/sox
...
Add sox and play commands for sox sound processing
2014-09-28 20:26:09 +10:00