check_everything 0.0.1 → 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +31 -0
  3. data/lib/check_everything.rb +6 -5
  4. metadata +4 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: dc321e9d48815361175d0bca12bbc7de57c1d85a
4
- data.tar.gz: a03b134b666c3aff6171d3e18ff5e4341961fa92
3
+ metadata.gz: bd4f0992d0fd7f6a8927299fd79cd8fbf734f6ce
4
+ data.tar.gz: bdbf9dde5033aa989e7feef48132df33e8c59f8c
5
5
  SHA512:
6
- metadata.gz: ce60b8c1621402422d9249d10d7f492b3e81317d613dc11ca4ee677b73e8141669e3aa86ede861cf12767d8f9c560721568d494dba9b204f752f6febc965aefc
7
- data.tar.gz: 98ab2d3f340dbeeeb960d14eb7750a3b6d9173efed4d88534b48caa6a0830303906a6c12b9b23b1d3d88616d3e7583e8130c1868d5ef7802aa5f36f6eda59b17
6
+ metadata.gz: ba432f76f85d56a2dcaa17d001ab8b3686361eb89995d795e8adbfe8e690615cdb180368a642501ab8e2a5f7519c5230967eec87ae325ffd2cbbebc34d6d2a0c
7
+ data.tar.gz: bf776b941ee21feefb57dc9871e89bae33d61064f44b1854eb626f4780e6864dcec5d8f916dd5f6b62e9344cece057cd61c3d2df46bac4255554447f41248635
data/README.md ADDED
@@ -0,0 +1,31 @@
1
+ # check_everything
2
+
3
+ ## Open frequently accessed websites from your command line, in one go!
4
+
5
+ ### Install
6
+
7
+ Type 'gem install check_everything' into the command line.
8
+
9
+ ### Run
10
+
11
+ Type 'check_everything' into the command line to pull up the default URLs.
12
+
13
+ You can add the following tags (listed in order of precedence):
14
+
15
+ ---
16
+ -h, --help: display the help message
17
+ -l, --links: view/edit links and categories
18
+ -c, --categories: view the currently defined categories
19
+ -a, --all: open all websites
20
+ <category>: open a specific site group
21
+ ---
22
+
23
+ ### Configure
24
+
25
+ Input your URLs and customize your categories! Input 'check_everything -l' and
26
+ check out the instructions in the test file.
27
+
28
+ ### Enjoy!
29
+
30
+ If you have any comments or want to suggest improvements, please feel free to fork
31
+ and submit a pull request.
@@ -61,11 +61,12 @@ class CheckEverything
61
61
  puts "\n'check_everything' will open all sites labeled with the 'default' tag."
62
62
  puts
63
63
  puts "Available tags:"
64
- puts " -h, --help display the help message"
65
- puts " -l, --links, view/edit links and categories"
66
- puts " -c, --categories view the currently defined categories"
67
- puts " -a, --all open all websites"
68
- puts " <tags> open a specific site group"
64
+ puts " -h, --help display the help message"
65
+ puts " -l, --links, view/edit links and categories"
66
+ puts " -c, --categories view the currently defined categories"
67
+ puts " -a, --all open all websites"
68
+ puts " <tags> open a specific site group"
69
+ puts " (multiple are allowed, separated by spaces)"
69
70
  puts
70
71
  puts "Note: The first tag in this list will be the only tag evaluated."
71
72
  puts
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: check_everything
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ariel Caplan
@@ -15,8 +15,10 @@ email: ariel.caplan@flatironschool.com
15
15
  executables:
16
16
  - check_everything
17
17
  extensions: []
18
- extra_rdoc_files: []
18
+ extra_rdoc_files:
19
+ - README.md
19
20
  files:
21
+ - README.md
20
22
  - bin/check_everything
21
23
  - lib/check_everything.rb
22
24
  - lib/check_everything/links.txt