reverse_search 0.0.6 → 0.0.7
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/bin/reverse-search +2 -2
- data/manpage +20 -0
- metadata +4 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 31442145271d14702419ae3cb6cafaa30a8e5adb
|
4
|
+
data.tar.gz: 94fc86ae8b486fdf5d10fad00d8403b2de24acae
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9c673d539b7274d8bb3d466eb22727e6343a2f2c60019cc05183ea08b5c8320fdfa42c0bbdfe2b23ec4af0e322c90e730efb2f8c145e56ad0f58c6bbb0820443
|
7
|
+
data.tar.gz: b6b236cfa04eec495c1f6dcc4249293fed558451df7686f37a2a7deaf2398ee15a9975fa53b29598c1c8ec5b614fac15d9730fbc3092d65c0183a98fb45d2b48
|
data/bin/reverse-search
CHANGED
data/manpage
ADDED
@@ -0,0 +1,20 @@
|
|
1
|
+
.\" Process this file with
|
2
|
+
.\" groff -man -Tascii foo.1
|
3
|
+
.\"
|
4
|
+
.TH reverse-search 1 "DECEMBER 2014" Linux "User Manuals"
|
5
|
+
.SH NAME
|
6
|
+
reverse-search \- frobnicate the bar library
|
7
|
+
.SH SYNOPSIS
|
8
|
+
.B reverse-search [-h]
|
9
|
+
.I <regex>
|
10
|
+
.SH DESCRIPTION
|
11
|
+
.B reverse-search
|
12
|
+
Takes a regular expression as parameter and return a list of previously entered commands matching the pattern.
|
13
|
+
.SH OPTIONS
|
14
|
+
.IP -h
|
15
|
+
Shows the "man" page.
|
16
|
+
|
17
|
+
.RE
|
18
|
+
.RS
|
19
|
+
.SH AUTHOR
|
20
|
+
Punit Gupta <punit at codebrahma dot com>
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: reverse_search
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.7
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Punit Gupta
|
@@ -11,7 +11,8 @@ cert_chain: []
|
|
11
11
|
date: 2014-12-16 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description:
|
14
|
-
email:
|
14
|
+
email:
|
15
|
+
- punit@codebrahma.com
|
15
16
|
executables:
|
16
17
|
- reverse-search
|
17
18
|
extensions: []
|
@@ -19,6 +20,7 @@ extra_rdoc_files: []
|
|
19
20
|
files:
|
20
21
|
- bin/reverse-search
|
21
22
|
- lib/reverse_search.rb
|
23
|
+
- manpage
|
22
24
|
homepage:
|
23
25
|
licenses: []
|
24
26
|
metadata: {}
|