Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 728 Bytes

File metadata and controls

26 lines (20 loc) · 728 Bytes

smiley_db

ASCII command line database for storing smileys you find. Copy and paste any smiley into your terminal to save it!

alt text

Getting Started

git clone https://github.com/danielpclark/smiley_db.git
gem install activerecord highline sqlite3
ruby smiley.rb

Usage

<name>          # => lookup smiley
<name> <smiley> # => create smiley
all             # => prints all smileys inline
everything      # => prints catalog of name: smiley
del <name>      # => delete smiley

all and everything accept parameters sort and group <word> and the word can be in regex form

License

MIT (see LICENSE file)