Commit Graph

498 Commits (d0874b17f3fc897ee0ef63d7807ae6bbedfca36c)

Author SHA1 Message Date
Joshua Levy d0874b17f3 Track and ackowledge authors.
This is my best effort at tracking roles from GitHub history,
and assembling them with a new script, "ghizmo assemble-authors".
Please let me know if you've been missed!
2015-09-30 01:30:24 -07:00
Joshua Levy aaa89034a8 Merge pull request #288 from peterkokot/patch-sl
sl: update translation
2015-09-25 14:09:09 -07:00
Peter Kokot 6abd67fb02 sl: update translation 2015-09-25 01:50:13 +02:00
Joshua Levy f51bee5218 Add saws. 2015-09-24 14:22:12 -07:00
Joshua Levy ff23ed1af8 Merge pull request #287 from peterkokot/patch-sl
sl: update Slovenian translation
2015-09-23 09:28:24 -07:00
Peter Kokot 424a343754 sl: update Slovenian translation 2015-09-23 12:40:35 +02:00
Joshua Levy 19d23832ba Updates to #205. 2015-09-22 19:57:04 -07:00
Joshua Levy 83c793c1b9 ru: Heading typo.
Fixes #168.
2015-09-22 19:51:59 -07:00
Joshua Levy 009d57eb78 Updates for #181. 2015-09-22 19:46:38 -07:00
Joshua Levy 94b4cc1f92 Merge pull request #181 from danylevskyi/shyaml
Add shyaml
2015-09-22 19:45:55 -07:00
Joshua Levy f9e7a485c0 Tweak language for #273. 2015-09-22 19:43:04 -07:00
Joshua Levy a68f6388c3 Merge pull request #273 from aneasystone/inode
Cover inode
2015-09-22 19:41:11 -07:00
Joshua Levy 946fc742dc Merge pull request #205 from isegal/master
Added Mosh. It's awesome.
2015-09-22 19:40:30 -07:00
Joshua Levy 1a40db9217 Merge pull request #264 from uggla/byobu
Add byobu command.
2015-09-22 19:28:16 -07:00
Joshua Levy c1a5679a6e Merge pull request #286 from shukitchan/master
Add "lockfile" and "logrorate"
2015-09-22 19:16:10 -07:00
Kit Chan e888c41b31 Update README.md 2015-09-20 22:54:58 -07:00
Joshua Levy c4a82cc98e Merge pull request #279 from peterkokot/patch-sl
sl: Update translation
2015-08-19 00:07:06 -07:00
Peter Kokot 1d8cb35b18 sl: Update translation 2015-08-18 00:53:18 +02:00
Joshua Levy dfc66629db Merge pull request #278 from jlevy/trap-err
Cover set -v, set -u, and more on trap.
2015-08-17 00:25:27 -07:00
Joshua Levy 2bf03a330e Improve last commit. 2015-08-17 00:23:22 -07:00
Joshua Levy f9e3563de0 Cover set -v, set -u, and more on trap. 2015-08-17 00:20:16 -07:00
Joshua Levy 8227a66917 Merge pull request #276 from aneasystone/redirection
The easy way to redirect both standard output and standard error
2015-08-15 10:06:41 -07:00
aneasystone 385b9b39ce The easy way to redirect both standard output and standard error 2015-08-15 18:34:04 +08:00
Joshua Levy 47dc8086f2 Merge pull request #272 from peterkokot/patch-sl
sl: update translation
2015-08-15 01:56:29 -07:00
Peter Kokot 18eeb5709e sl: update translation 2015-08-14 02:59:47 +02:00
aneasystone 579cc22529 Cover inode 2015-08-13 15:15:23 +08:00
Joshua Levy d224ff11df Merge pull request #270 from Hunter-Github/patch-1
A reference to dateutils
2015-08-12 20:16:45 -07:00
Hunter-Github b43c161f1d A reference to dateutils
Adding date-processing utilites according to [#258](https://github.com/jlevy/the-art-of-command-line/issues/258)
2015-08-12 13:10:16 +03:00
Uggla f546af3a31 Add byobu command. 2015-08-12 10:33:52 +02:00
Joshua Levy 133c7c9ee4 Tweaks to #132. 2015-08-11 23:46:17 -07:00
Joshua Levy 4a58b7cbd5 Merge pull request #132 from retuxx/master
added apg, closes #101
2015-08-11 23:42:41 -07:00
Joshua Levy 6f05b287d2 Open command in editor.
Thanks to #253.
2015-08-11 23:37:21 -07:00
Joshua Levy b6bf639722 Merge branch 'aneasystone-tab-function' 2015-08-11 23:20:51 -07:00
Joshua Levy 5201b0a98d Merge branch 'tab-function' of https://github.com/aneasystone/the-art-of-command-line into aneasystone-tab-function 2015-08-11 23:20:33 -07:00
Joshua Levy d822179e56 Edits to #259 for brevity. 2015-08-11 10:17:40 -07:00
Joshua Levy 03240b8f8f Merge pull request #259 from uggla/vimstuff
Add vimdiff and sdiff command.
2015-08-11 10:15:37 -07:00
Joshua Levy bb1d048fec More on brace expansion.
Updates #116. Thanks also to the suggestion in #1.
2015-08-11 10:14:34 -07:00
Joshua Levy 7cc0862a15 Merge pull request #116 from sirsgriffin/brace-expansion
brace expansion example.
2015-08-11 10:04:09 -07:00
Joshua Levy 8b3ddaad7d Merge pull request #260 from uggla/fix146
Fix for #146.
2015-08-11 10:03:53 -07:00
Uggla 2e040a15a0 Fix for #146. 2015-08-11 13:56:35 +02:00
Uggla 05c0e744be Add vimdiff and sdiff command. 2015-08-11 13:30:24 +02:00
Joshua Levy e0db4fd7dc Link on filenames handling.
Thanks to @mator. Fixes #71.
2015-08-10 20:47:10 -07:00
aneasystone a5f64eb5f2 Use `Tab` to list available commands 2015-08-05 15:12:11 +08:00
Joshua Levy fb734bdd60 Merge pull request #252 from peterkokot/patch-sl
sl: update translation#
2015-08-04 12:17:41 -07:00
Joshua Levy a7fef6bf89 Merge pull request #251 from zxdvd/patch-1
Fix a typo. modifno should be modinfo
2015-08-04 12:17:03 -07:00
Peter Kokot 65e5f1dbd8 sl: update translation# 2015-08-04 14:47:29 +02:00
Joshua Levy 4e092d0203 More detail on ctrl-r.
Fixes #52.
2015-08-03 21:43:03 -07:00
Xudong Zhang 8dd3cb6deb Fix a typo. modifno should be modinfo 2015-08-04 10:22:04 +08:00
Joshua Levy 4e9b8f11ca Merge pull request #235 from xuchunyang/master
zh: Update README-zh.md
2015-08-03 08:22:51 -07:00
Joshua Levy 7cceebd87e Merge pull request #249 from jlevy/iostat-mxz
Add iostat example. Improve langauge.
2015-08-03 08:21:59 -07:00