README.md in friends-0.16 vs README.md in friends-0.17
- old
+ new
@@ -85,36 +85,66 @@
And they can be removed as well:
```
$ friends remove nickname "Grace Hopper" "The Admiral"
Nickname removed: "Grace Hopper (a.k.a. Amazing Grace)"
```
+##### Set a friend's location:
+```
+$ friends set location Marie Paris
+Marie Curie's location set to: Paris
+```
##### Change a friend's name:
```
$ friends rename friend "Grace Hopper" "Grace Brewster Murray Hopper"
Name changed: "Grace Brewster Murray Hopper (a.k.a. Amazing Grace)"
```
+##### Change the name of a location:
+```
+$ friends rename location Paris "Paris, France"
+Location renamed: "Paris, France"
+```
##### Suggest a friend to do something with:
```
$ friends suggest
Distant friend: Marie Curie
Moderate friend: Grace Hopper
Close friend: George Washington Carver
```
+Or only suggest friends in a specific location:
+```
+$ friends suggest --in Paris
+Distant friend: Marie Curie
+```
+##### Add a location for your friends and activities:
+```
+$ friends add location Atlantis
+Location added: "Atlantis"
+```
+##### And locations will be matched as well:
+```
+$ friends add activity "Went swimming near atlantis with George."
+Activity added: "2016-01-06: Went swimming near Atlantis with George Washington Carver."
+```
##### List the activities you've recorded:
```
$ friends list activities
2015-01-04: Got lunch with Grace Hopper and George Washington Carver.
-2014-12-31: Celebrated the new year with Marie Curie.
+2014-12-31: Celebrated the new year with Marie Curie in New York City.
2014-11-15: Talked to George Washington Carver on the phone for an hour.
```
Or only list the activities you did with a certain friend:
```
$ friends list activities --with "George"
2015-01-04: Got lunch with Grace Hopper and George Washington Carver.
2014-11-15: Talked to George Washington Carver on the phone for an hour.
```
+Or filter your activities by location:
+```
+$ friends list activities --in "New York"
+2014-12-31: Celebrated the new year with Marie Curie in New York City.
+```
##### Find your favorite friends:
```
$ friends list favorites
Your favorite friends:
1. George Washington Carver (2 activities)
@@ -128,21 +158,48 @@
1. George Washington Carver (2 activities)
2. Grace Hopper (1)
```
##### Graph (in color!) your relationship with a friend over time:
```
-$ friends graph "George"
+$ friends graph George
Nov 2014 |█
Dec 2014 |
Jan 2015 |█████
Feb 2015 |███
```
+##### Or just graph all of your activities:
+```
+$ friends graph
+Nov 2014 |███
+Dec 2014 |██
+Jan 2015 |███████
+Feb 2015 |█████
+```
+##### Or just check out your lifetime stats:
+```
+$ friends stats
+Total activities: 4
+Total friends: 3
+Total time elapsed: 5 days
+```
##### List all of your friends:
```
$ friends list friends
George Washington Carver
Grace Hopper
Marie Curie
+```
+Or list only the friends in a specific location:
+```
+$ friends list friends --in Paris
+Marie Curie
+```
+##### List the locations you've added:
+```
+$ friends list locations
+Atlantis
+New York City
+Paris
```
##### Update to the latest version:
```
$ friends update
Updated to friends 0.3