Skip to content

drab/zsearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zsearch

A simple command line application to search for users, tickets or organizations.

Installation

Bulid the gem

$ gem build zsearch.gemspec

And then install it by executing:

$ gem install ./zsearch-0.1.0.gem

You can remove the installed gem once you have finished using the application by executing

$ gem uninstall zsearch

Usage

$ zsearch entity field [value]
$ zsearch help [entity]

for example you can search for active users

$ zsearch users active true

or search for pending tickets

$ zsearch tickets status pending

to list all the search fields of "users" run

$ zseacrh help users

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published