Ruben Vereecken
caa4146074
Merge pull request #292 from ignazioc/features/add_xctool
...
Added page for xctool
2015-08-23 23:52:36 +02:00
Waldir Pimenta
0348a644de
various fixes and tweaks to sed
...
- don't use g in all examples
- fix option for extended regex (-E is in grep :))
- spell out the -i option and remove a stray `''` from that command
- use the term "expressions" in the example using -e
2015-08-20 16:59:41 +01:00
IgnazioC
491e6b6cf4
fix typo and example order
2015-08-20 06:59:07 +02:00
Marvin Reimer
65075cc8ce
added more options based on github comments
2015-08-19 23:37:44 +02:00
Ignazioc
689120cccc
added index
2015-08-19 13:04:27 +02:00
Ignazioc
da325c0ee8
Added page for xctool
2015-08-19 12:11:49 +02:00
Marvin Reimer
1cc2dbc211
remove verbose
2015-08-16 00:11:59 +02:00
Marvin Reimer
6ff973c0fe
add more exiftool examples
2015-08-15 17:04:31 +02:00
Romain Prieto
5d3143bbf5
Merge pull request #288 from YellowApple/patch-1
...
Add tldrb
2015-08-09 18:25:05 +10:00
Ryan S. Northrup
695ed31020
Add tldrb
...
Hey, you said to let y'all know if I'm building a client, so here y'all go.
It's pretty much built already, in the sense that it'll grab a tldr (tries OS-specific first, then "common" if there's no OS-specific one or the OS isn't supported yet; by the way, us BSD users feel rather left out :) ). Doesn't try to format anything yet, so it just barfs out raw markdown; if I keep tinkering with this, the next addition will probably be a basic formatter.
2015-08-07 19:18:44 -07:00
Waldir Pimenta
3407a4ae65
add clang
2015-08-04 19:18:34 +01:00
Romain Prieto
2e34e66405
Merge pull request #285 from waldyrious/patch-1
...
use a more useful second example
2015-07-09 08:26:18 +10:00
Waldir Pimenta
1e763bedb9
reorganize per discussion at #285
2015-07-08 18:45:35 +01:00
Waldir Pimenta
f8a34b8f73
improve example description, as agreed in #285
2015-07-06 12:39:39 +01:00
Waldir Pimenta
89a6b90afd
use a more useful second example
...
grouping 3 related options that produce a more useful output. The descriptions are in the same order and use the same initials to allow understanding what each option does individually.
2015-07-01 20:57:51 +01:00
Ruben Vereecken
6b83bba0e4
Merge pull request #283 from TechplexEngineer/patch-1
...
Add another common use case for named sessions
2015-06-26 15:06:40 +02:00
Ruben Vereecken
cd10117073
Merge pull request #284 from TechplexEngineer/patch-2
...
add the regex for whitespace replace
2015-06-26 15:04:04 +02:00
Blake Bourque
2ab1bbefcd
add the regex for whitespace replace
...
Ubuntu's rename (included in perl 5.14.2) does not include -c or --nows
2015-06-25 22:35:13 -04:00
Blake Bourque
d5711a9507
Add another common use case for named sessions
2015-06-25 22:12:09 -04:00
Romain Prieto
1cee2776a3
Merge pull request #282 from kotp/patch-1
...
Avoid the responsibility of global settings
2015-06-24 10:45:08 +10:00
Victor Goff
cdf78655c3
Add .gem ignore back in
2015-06-23 10:39:10 -04:00
Victor Goff
7b1521df03
Avoid the responsibility of global settings
...
We should only ignore files that may concern this project, not folks editors and operating systems. Added reminder text in the `.gitignore` file itself.
2015-06-22 23:40:49 -04:00
Ruben Vereecken
b694dd10d5
Merge pull request #280 from rubenvereecken/markdown-lint
...
Markdown linting
2015-05-17 11:30:40 +02:00
Ruben Vereecken
db18071a2c
Merge pull request #1 from ostera/markdown-lint
...
Makefile improvements and Gemfile addition
2015-05-17 11:02:35 +02:00
Leandro Ostera
739dd80cf6
Splits up Makefile. Adds all rule and phony tasks
...
Now setup calls the deps rule that takes care of bundling
RubyGem dependencies loudly.
2015-05-06 11:31:58 -03:00
Leandro Ostera
24085e5007
Adds Gemfile dependencies
2015-05-06 11:30:44 -03:00
Ruben Vereecken
4b44492314
Added make lint-changed which lints changed files only.
2015-04-14 23:08:37 +02:00
Ruben Vereecken
318c8731d4
Merge pull request #279 from tldr-pages/rubenvereecken-patch-1
...
Update git-diff.md
2015-04-14 16:30:15 +02:00
Ruben Vereecken
6aa8fbc8aa
Update git-diff.md
...
There was a type in `--name-only`.
2015-04-14 16:30:02 +02:00
Ruben Vereecken
075c96c3ce
Setup now installs markdown-lint. Make lint lints.
2015-04-14 16:22:21 +02:00
Ruben Vereecken
8ed9bc672f
Added a style file for markdownlint
2015-04-14 15:47:38 +02:00
Ruben Vereecken
1e157d94ed
Update CONTRIBUTING.md
...
Explained the use of the Makefile to setup the git pre-commit hook that rebuilds the index.
2015-04-12 21:54:27 +02:00
Ruben Vereecken
2d38990e82
Tiny typo in README.md
2015-04-12 21:36:21 +02:00
Ruben Vereecken
e5a0bf268b
Merge pull request #267 from ostera/feature/index
...
feature: pages index.
2015-04-12 21:31:45 +02:00
Ruben Vereecken
b30d1c9ec2
Merge pull request #276 from egilkh/master
...
Edit list items to be valid markdown.
2015-04-11 17:45:55 +02:00
egilkh
9ff3f2f814
Edit list items to be valid markdown.
...
Makes it conform to the convention from the rest of the pages.
2015-04-11 14:14:31 +02:00
Leandro Ostera
0a3ab78615
Merge pull request #1 from rubenvereecken/index-git-hook
...
Adds `make setup` and a pre-commit hook to rebuild index.
2015-04-09 11:36:14 -03:00
Ruben Vereecken
a98b6b9938
Added `make setup` and a pre-commit hook to rebuild index.
2015-04-09 13:20:43 +02:00
Romain Prieto
4e9bcda038
Merge pull request #275 from danieldiekmeier/patch-1
...
Remove l from directory
2015-04-08 09:26:26 +10:00
Daniel Diekmeier
679c3e36f5
Update cd.md
2015-04-07 13:42:01 +02:00
Romain Prieto
fd67193822
Merge pull request #274 from jorgeborges/master
...
Add git remote
2015-03-31 09:03:25 +11:00
Jorge A. Borges
f7828563b0
Adding git remote set-url example, removing git remote add and fetch
2015-03-30 23:20:14 +11:00
Jorge A. Borges
779407e76f
Add git remote
2015-03-30 22:45:48 +11:00
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