Skip to content

tobynet/chell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chell

Gem Version Dependency Status Code Climate

Temporary Chell's logo

Ruby + csv + pry + lambda_driver => csv-shell => Chell!!

Chell is a servant who helps us with our cooking of CSV(Comma-separated values)

Installation

$ gem install chell

Usage

$ cat foobar.csv
    :
$ chell foobar.csv
> size
10
> headers
:  # Show first column of CSV
> col 3
  :
> row 2
  :
> col(3).map.sort.uniq
  :
> col(3){|x| x.upcase }
  :
> col!(3){|x| x.upcase }
  :
> write 'test.csv'

with Lambda Driver

> col(3).map(&:to_s >> :upcase)

Todos

  • todo: Add some badges below title after finishing configurations their services.
  • todo: Make a proper graphical logo( like a servant with a machine toolkit )
  • todo: Write spec(It's a shame that this project is not test first!!)
  • todo: Write usage.

About

Ruby + csv + pry + lambda_driver => csv-shell => Chell!!

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages