Commit Graph

213 Commits (770312f3c916201ec705aa85d0c285b6e9d54c1f)

Author SHA1 Message Date
Waldir Pimenta 770312f3c9 Merge pull request #349 from igorshubovych/fix-lpstat
Update lpstat command: add 2 examples
2015-12-14 22:07:10 +00:00
Igor Shubovych fda4d79fb6 Update lpstat command: add 2 examples 2015-12-14 11:45:30 +02:00
Felix Yan 84c012a362 Merge pull request #357 from igorshubovych/test
test: add page
2015-12-14 17:32:05 +08:00
Leandro Ostera 1d90885e41 Merge pull request #313 from cnu/master
Add extra newline between consecutive commands examples.
2015-12-14 10:22:33 +01:00
Waldir Pimenta 7986911eea Fix description as discussed in #358 2015-12-13 19:01:53 +00:00
Igor Shubovych 61feaa7dbe uptime: add page 2015-12-13 00:37:56 +02:00
Igor Shubovych 893f4459b6 test: add page 2015-12-13 00:08:54 +02:00
Igor Shubovych 07221fb02a Merge pull request #354 from igorshubovych/history-fix
history: fix grammar
2015-12-10 23:38:09 +02:00
Igor Shubovych 7c4ed71103 history: explain that 'history -c' relates only to bash 2015-12-10 22:39:13 +02:00
Igor Shubovych 3f23333353 history: fix grammar 2015-12-09 22:42:04 +02:00
Leandro Ostera 55909a736b Rewords description and command. 2015-12-09 21:28:39 +01:00
Leandro Ostera 40693c43a1 Adds -m syntax to python page 2015-12-09 20:30:14 +01:00
Igor Shubovych 4a11a4a170 Merge pull request #330 from igorshubovych/cat
cat: fix tokens
2015-12-09 19:09:46 +02:00
Igor Shubovych f40df4adba Add python 2015-12-09 19:06:18 +02:00
Igor Shubovych 62d037bd03 Merge pull request #329 from igorshubovych/cksum
cksum: fix spelling in example
2015-12-09 19:03:50 +02:00
Igor Shubovych bbbafaace0 Merge branch 'history' of https://github.com/igorshubovych/tldr into igorshubovych-history 2015-12-09 19:02:22 +02:00
Igor Shubovych f3b5a63f0e Fix linting 2015-12-07 03:51:25 +02:00
Waldir Pimenta 1fc78c66ab Merge pull request #302 from waldyrious/patch-4
mention lsb_release
2015-12-07 01:16:24 +00:00
Igor Shubovych ade3c5c4e7 Merge pull request #304 from gutsy/master
Add some extra detail to git log command
2015-12-06 23:36:43 +02:00
Ben Ripkens 96d7c1752d Retrieve ISO 8601 date via date utility 2015-12-06 17:42:23 +01:00
Travis CI f877d15989 Fix #340 by minor fix in common/git.md 2015-12-02 22:49:41 +02:00
Igor Shubovych 08b7e1c0cd #321: add lp and lpstat commands (kudos to @Qtrain) 2015-12-01 04:44:01 +02:00
Waldir Pimenta c79e66aece Changes to pandoc as discussed in #322 2015-11-25 07:51:55 +00:00
Igor Shubovych 83d96d0862 Merge pull request #287 from waldyrious/patch-1
add clang
2015-11-25 00:30:07 +02:00
Igor Shubovych f2cf7fdb9e Merge branch 'master' of git://github.com/85pando/tldr into 85pando-master 2015-11-24 23:31:25 +02:00
Igor Shubovych 82d08a50a9 Merge pull request #322 from adius/patch-1
Add pandoc
2015-11-24 23:12:42 +02:00
Igor Shubovych e486167eae Merge pull request #326 from 85pando/calibre
Add Calibre (calibredb, calibre-server, ebook-convert)
2015-11-24 16:03:31 +02:00
85pando 4dfed291b3 Update calibre-tools: missing backticks 2015-11-24 14:38:13 +01:00
85pando 9eaaaee4ac Update calibredb file/ids are not comma separated 2015-11-24 12:01:45 +01:00
Mehdi FARSI 0d2cfc2e3d Undo unstaged local modification 2015-11-24 00:21:20 +01:00
Igor Shubovych 1cb680cdc8 cat: minor fix 2015-11-24 00:05:54 +02:00
Leandro Ostera 1a75ffb92a Update sed.md
Error on the command.
2015-11-23 16:05:25 +01:00
Igor Shubovych 1b53fda2a0 Add history 2015-11-22 23:40:47 +02:00
Igor Shubovych b5175c1c58 cat: fix tokens 2015-11-22 23:09:29 +02:00
Igor Shubovych 44ef914a7d cksum: fix spelling in example 2015-11-22 22:51:42 +02:00
85pando ddec789485 Add Calibre ebook library tools. 2015-11-21 13:06:10 +01:00
85pando cb1c42d1e4 Update transcode.md 2015-11-11 13:08:08 +01:00
85pando 191b855355 Update transcode.md
Sorry for long delay.

After this discussion this is probably the best that is possible.
2015-11-11 09:03:29 +01:00
Adrian Sieber 8f48ee1d62 Add pandoc 2015-11-09 13:52:05 +01:00
lord63 fbd8c639ff Don't exclude markown md038 warning, close #314
also fix the md038 warning in common/sort.md
2015-11-03 20:24:36 +08:00
lord63 bdeb134a92 Fix pgrep: remove the nonexistent -i parameter 2015-10-31 15:46:42 +08:00
Srinivasan R 2097cf359d Add extra newline between consecutive commands examples.
These 6 files had multiple examples all separated by a single newline.
While rendering it in markdown, the examples all come up in a single
line.
Adding another newline makes rendering better.
Also will help in easier copying (double click on the line to copy).
2015-10-28 22:40:44 +05:30
Srinivasan R e4114fa6cc Normalize the final new line
Fixes #310
Some files had no newlines, some had 1 newline and some more than 1 newline.
Normalize them all to have only 1 newline at the end of all files.
2015-10-28 14:03:06 +05:30
85pando 7d5449e69d Fix: multiple one-lines
I hope this is a valid solution for the problem of the long description.
The solution is similar to the structure of (e.g.)
https://github.com/tldr-pages/tldr/blob/master/pages/common/find.md
2015-10-24 18:19:11 +02:00
lord63 56a7cba656 Fix lint for common 2015-10-23 08:02:34 +08:00
85pando 98c5175193 Improve transcode: description 2015-10-21 13:13:29 +02:00
85pando 8b60691580 Fix transcode, better description, split commands 2015-10-21 12:24:21 +02:00
85pando 79552ed440 Add transcode
transcode is a video stream editor.
2015-10-21 11:44:14 +02:00
Todd M. Guerra 5dea29f48c Remove q info and change path to correct format
Removed q as it’s kind of generic and applies to many commands. Also
changed PATH to {{path}} to match the formatting of the other files.
2015-10-12 10:23:23 -04:00
Todd M. Guerra 85262973fa Add some extra detail to git log command
Added the useful —oneline flag and also info on how to quit out (since
I always forget).
2015-10-09 16:00:28 -04:00