https://github.com/danielpclark/smiley_db
ASCII command line database for storing smileys you find. Copy and paste any smiley into your terminal to save it!
https://github.com/danielpclark/smiley_db
database smiley storing-smileys
Last synced: 7 months ago
JSON representation
ASCII command line database for storing smileys you find. Copy and paste any smiley into your terminal to save it!
- Host: GitHub
- URL: https://github.com/danielpclark/smiley_db
- Owner: danielpclark
- License: mit
- Created: 2015-12-23T20:06:42.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-03-20T19:42:00.000Z (over 8 years ago)
- Last Synced: 2025-01-20T12:46:23.854Z (9 months ago)
- Topics: database, smiley, storing-smileys
- Language: Ruby
- Size: 51.8 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# smiley_db
ASCII command line database for storing smileys you find. Copy and paste any smiley into your terminal to save it!
# Getting Started
```
git clone https://github.com/danielpclark/smiley_db.git
gem install activerecord highline sqlite3
ruby smiley.rb
```# Usage
```ruby
# => lookup smiley
# => create smiley
all # => prints all smileys inline
everything # => prints catalog of name: smiley
del # => delete smiley
```
**all** and **everything** accept parameters `sort` and `group ` and the word can be in regex form# License
MIT (see LICENSE file)