wdim 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b69b50fa9748b23b28248c0e9d0c90c5e65dd954
4
- data.tar.gz: f886d2d2a4609bb0092850b392ccac84e317e39a
3
+ metadata.gz: 866534068a59b0bd225e2795dd5f129577094df4
4
+ data.tar.gz: bc66685dbf774ae872c5d7eef8e3d884bd122019
5
5
  SHA512:
6
- metadata.gz: bc2b430ac596d214ab7c2b90dc103ce9c6d8c77cb5bd7a2dc1af225570228ab82678762aa4e33334cb025a7c20c171ec6b8d7fdc0793488ebdddfc58466d9201
7
- data.tar.gz: b85667aeeab326546dcb336431e3d2e75e37ba7b567f9dcfc92b7bb0a0a10fbb3b0569abd16bb035588995eb5003fff4dd4b98bb0511dd1d847e2a8459ed9444
6
+ metadata.gz: e4b47da97f49de328466077bfa9a599eabd30bec5cba28cbf8f92d1748617e43bd0199f931836d7940d5cfddfda8e92fcd2181890ecba832ac997d8516e9aff1
7
+ data.tar.gz: ef2af4cef3486f24e1638e63aa4c7e5c5eec149cd5c3c99acf23fa080f3a92bdc853316820fd7e2dc6338f70ea12041691602458d806c11709b41b16bc5ebf02
data/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # Wdim
2
2
 
3
+ Wdim is a command line tool to get what the commands mean.
4
+
3
5
  ## Installation
4
6
 
5
7
  Add this line to your application's Gemfile:
@@ -17,7 +19,7 @@ Or install it yourself as:
17
19
  $ gem install wdim
18
20
 
19
21
  ## Usage
20
- Type a command as an arg, get what does it mean.
22
+ Type a command as an arg, get what the command mean.
21
23
 
22
24
  ![](https://i.gyazo.com/1724adc20daa697fd17aef8ca273ccc0.gif)
23
25
 
@@ -5,11 +5,29 @@ wdim:
5
5
  what does it mean
6
6
  man:
7
7
  manual pages
8
+ mkdir:
9
+ make directory
8
10
  pwd:
9
11
  print working directory
12
+ cat:
13
+ catenate
10
14
  cd:
11
15
  change directory
16
+ chmod:
17
+ change mode
12
18
  vim:
13
19
  vi improved
14
20
  ls:
15
21
  list segments
22
+ tar:
23
+ tape archives
24
+ curl:
25
+ client for urls
26
+ grep:
27
+ global regular expressions print
28
+ sed:
29
+ stream editor
30
+ ln:
31
+ link
32
+ bash:
33
+ bourne-again shell
data/lib/wdim/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Wdim
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wdim
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - gaaamii
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-04-30 00:00:00.000000000 Z
11
+ date: 2016-05-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -90,7 +90,6 @@ files:
90
90
  - bin/rspec
91
91
  - bin/setup
92
92
  - config/dictionary.yml
93
- - dictionary/dictionary.yml
94
93
  - exe/wdim
95
94
  - lib/wdim.rb
96
95
  - lib/wdim/cli.rb
@@ -1,22 +0,0 @@
1
- # THIS DICTIONARY HAS ONLY ACRONYMS or SPECIAL JARGONS.
2
- # Therefore commands like "history", "touch", or "top" will not be included here.
3
-
4
- dictionary:
5
- wdim:
6
- what does it mean
7
- man:
8
- manual pages
9
- mkdir:
10
- make directory
11
- pwd:
12
- print working directory
13
- cat:
14
- catenate
15
- cd:
16
- change directory
17
- chmod:
18
- change mode
19
- vim:
20
- vi improved
21
- ls:
22
- list segments