Vanesssa
a3a2206b6d
n: add page ( #1319 )
2017-04-24 10:07:58 +05:30
Waldir Pimenta
6fc1a2234b
carthage: description tweaks
2017-04-23 19:55:45 +05:30
Jeef
b62fb5377a
imgcat: add page ( #1283 )
2017-03-24 09:32:58 +05:30
Agniva De Sarker
8c89cf4613
update qlimage.md
...
Wrapped some values in tokens.
2017-03-01 22:26:43 +05:30
Jeef
9cbf518ad3
Update qlmanage.md
2017-03-01 22:26:43 +05:30
Jeef
c10d09d0bd
carthage.md: add page ( #1278 )
2017-03-01 10:24:20 +05:30
Jon LaBelle
58343922bf
brew: remove switch example, to make room for doctor
2017-01-30 13:36:35 +05:30
Jon LaBelle
46b3223c6c
Add brew doctor example
2017-01-30 13:36:35 +05:30
Marlowe W
3ad200b9d0
brew.md: Improve explanation ( #1243 )
2017-01-15 11:28:18 +05:30
Agniva De Sarker
72461cfd7d
Replacing service name by directly mentioning port num
2016-11-21 15:25:20 +05:30
Agniva De Sarker
e5d5572548
Incorporating review suggestions
...
- Added /var/log/syslog at the end for clarity
- Replaced tail by echo to make it generic
2016-11-21 15:25:20 +05:30
Agniva De Sarker
ddd08bc426
logger: add page
2016-11-21 15:25:20 +05:30
Waldir Pimenta
cb277137b6
uname: split page to provide contextually-relevant info in the main desc. ( #1156 )
2016-11-19 17:41:17 +00:00
Waldir Pimenta
e750939432
tree: glob pattern requires quote marks
2016-10-13 16:25:23 +01:00
Waldir Pimenta
a35633e60b
date: minor fix to sync osx / linux versions
2016-10-06 23:29:04 +01:00
Waldir Pimenta
856ffcf5fc
Merge pull request #1043 from danielcompton/patch-1
...
date: add unix epoch timestamp
2016-10-06 23:26:51 +01:00
Waldir Pimenta
c9c5f9edc5
date.md: another attempt at clarifying the descriptions
2016-10-06 12:05:12 +01:00
Agniva De Sarker
cf55127935
Update the last example to explain the -r flag
2016-10-06 10:02:39 +05:30
Jonathan Boiser
35c60098ec
pmset: simplify description
2016-10-02 12:50:56 -05:00
Jonathan Boiser
680fff35ef
pmset: add `sudo` to commands that change settings.
2016-10-02 09:58:21 -05:00
Jonathan Boiser
54e18a150a
pmset: add page
2016-10-02 00:06:27 -05:00
Waldir Pimenta
1072483744
page format: lowercase command names consistently ( #1083 )
2016-09-22 08:03:38 +01:00
Waldir Pimenta
c294bdc4b6
Update tree.md
2016-09-16 11:40:15 +01:00
Waldir Pimenta
c4740ca4e3
launchctl: add page ( #1040 )
2016-09-14 17:29:12 +01:00
Waldir Pimenta
62d4d4816f
du: rework page, add glob matching example ( fixes #1032 ) ( #1034 )
...
* fixup: remove excess whitespace
* du: various tweaks
- improve main description (include what "du" stands for)
- simplify globbing example
- unify nomenclature of folder/directory
- minor tweaks to existing descriptions
* du: a bunch of further rewordings
these changes aim to improve both clarity but also the sequence of commands to make it easier to build a mental model of how the tool works.
* osx/du: sync w/ changes in the linux folder
* linux/du: sync w/ changes in the osx folder
* remove slighly redundant «recursively» to make description simpler
2016-09-10 12:18:28 +01:00
Daniel Compton
8136ac1930
Add unix epoch commands
...
These differ between Linux and OS X so the pages needed to be split.
2016-09-08 23:00:50 +12:00
Waldir Pimenta
31a07858ca
split tree.md into linux and osx versions, to cater to the different sets of available options
2016-08-24 18:43:14 +01:00
Agniva De Sarker
29b0d77e29
Merge pull request #1007 from tldr-pages/pod
...
osx/pod.md: add page
2016-08-22 09:44:17 +05:30
Waldir Pimenta
04f25d3684
xcodebuild.md: add page ( #1008 )
...
* Create xcodebuild.md
xcodebuild
* xcodebuild.md: shorten page
* xcodebuild.md: use token formatting
* xcodebuild.md: remove xcrun command
* xcodebuild.md: fix linting and reword some descriptions
* xcodebuild: change tokens to match the guidelines
* xcodebuild: remove unclear part the first example's description
2016-08-21 12:59:23 +02:00
Waldir Pimenta
948bea2207
pod.md: improve example descriptions
2016-08-18 12:19:54 +01:00
Waldir Pimenta
9a3906ecbb
pod.md: remove incorrect example and add 'pod list' instead
2016-08-18 12:19:25 +01:00
Waldir Pimenta
2f6388423b
expand pod.md page as discussed in #583
2016-08-17 19:42:19 +01:00
SimMan
dcf58acecd
Rename pod to pod.md
2016-08-17 19:31:41 +01:00
SimMan
da7a23fe3c
Create pod
...
CocoaPods
2016-08-17 19:31:41 +01:00
Waldir Pimenta
a1ceb9d1b6
sed.md: add input to the only example missing it ( #992 )
...
* sed.md: add input to the only example missing it
* osx/sed.md: add input to the example missing it
2016-08-08 10:09:34 +03:00
Waldir Pimenta
8127104cce
osx/locate.md: add exact filename match ( #993 )
...
* osx/locate.md: add exact filename match
* linux/locate.md: add exact filename match
2016-08-08 10:06:59 +03:00
Waldir Pimenta
d1c342fb6c
osx/du.md: fix depth option, plus minor tweaks
...
The version I have uses `-d` for the depth option, not `-depth`. Here's the version string as shown by `man du`:
```
BSD June 2, 2004 BSD
```
In addition to this fix, this commit changes the tokens to clarify that they are paths, and changes "directory" to "folder", which is shorter and more accessible.
2016-08-03 12:30:02 +01:00
Agniva De Sarker
3da76e4150
Applying the snake_case convention throughout the repo ( #967 )
...
* Applying the snake_case convention throughout the repo
- Also removing the file extension where not needed
- Adding {{ }} on a few old pages
* Addressing concerns
- Added {{ }} where they were missed out
- Removed spaces inside {{ }}
- Reverting "file" to "filename" to make it clearer
* Fixing the comments on nc page
2016-07-22 22:24:06 +02:00
Agniva De Sarker
fa8b2d8f92
Apply the 'path/to/item' convention uniformly ( #947 )
2016-07-13 09:53:22 +01:00
Waldir Pimenta
c46d662c94
xattr: slightly clearer description
2016-06-20 23:50:33 +01:00
Vlad
da1ac91081
xattr: add page ( #895 )
2016-06-20 23:47:41 +01:00
Waldir Pimenta
685b6ea8bd
sed: swap extended regex & line pattern examples
2016-04-21 19:13:01 +01:00
Waldir Pimenta
1c76b8ea7b
sed: reword last example and add it to the osx version too
2016-04-21 19:11:33 +01:00
Arvid Gerstmann
88a974265f
fix qlmanage page
2016-04-15 17:21:10 +02:00
Waldir Pimenta
474e589bfa
Add OSX version of sed -- see #281 , #293 and #332
2016-03-21 10:22:03 +00:00
Igor Shubovych
b508e766b5
look: add page
2016-02-26 12:26:15 +02:00
Igor Shubovych
61a3795b6a
Linting
2016-02-13 01:35:42 +02:00
Leandro Ostera
50ba02aa36
Kept the speed up sample...more below
...
Some text changes to make it more user-friendly.
Naturally this is up for discussion.
2016-02-13 00:22:07 +01:00
Leandro Ostera
4280ac0e38
Merge pull request #505 from sfarzy/defaults
...
defaults: add page
2016-02-13 00:17:54 +01:00
Leandro Ostera
6f4901d836
Some minor changes in the descriptions
2016-02-13 00:05:17 +01:00