nom 0.1.2 → 0.1.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +3 -3
- data/lib/nom/nom.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 27efb0fe292fde361ec1639d1c71e70de981e652
|
4
|
+
data.tar.gz: 4d4868d744fd2cb5eb05d97a663c80875e539206
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 04e543295ede966eec801fdf18782749e0fe520e484a9a10c0fe118a8ca77043bc03e324db9aa6a32e35952dcaa992188f6fab6f25bdd22b4432aa52cfcf992b
|
7
|
+
data.tar.gz: d86519db8527317df7507cef31447fe40ba7f20130e8f8ed1cc2290fa03bec71f5ad79d5fb5132da03092ac7f977c4f58b855e5aa06d03000c8ea5f6b440cc14
|
data/README.md
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
**nom** is a command line tool that helps you lose weight by tracking your energy intake and creating a negative feedback loop. It's inspired by John Walker's [The Hacker's Diet](https://www.fourmilab.ch/hackdiet/) and tries to automate things as much as possible.
|
4
4
|
|
5
|
-
|
5
|
+
## Installation
|
6
6
|
|
7
7
|
You'll need Ruby, Rubygems and gnuplot. On Windows, make sure that gnuplot's binary directory is added to your `PATH` during installation.
|
8
8
|
|
@@ -12,7 +12,7 @@ Then run this command:
|
|
12
12
|
|
13
13
|
When you run `nom` for the first time, it will ask for your current and your desired weight.
|
14
14
|
|
15
|
-
|
15
|
+
## Usage
|
16
16
|
|
17
17
|
Call `nom` without arguments to get a summary of your current status:
|
18
18
|
|
@@ -89,7 +89,7 @@ Enter `nom help` if you're lost:
|
|
89
89
|
start_date The first day that should be considered by nom [yyyy-mm-dd]
|
90
90
|
balance_start The day from which on nom should keep track of a energy balance [yyyy-mm-dd]
|
91
91
|
|
92
|
-
|
92
|
+
## Conventions
|
93
93
|
|
94
94
|
*nom* operates on three files in the directory `~/.nom/`: `config` contains configuration settings, `input` contains stuff you ate, `weight` contains weight measurements. You can edit them by hand.
|
95
95
|
|
data/lib/nom/nom.rb
CHANGED