m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-18 00:03:39 -05:00

Implement multi-select mode (#3)

This commit is contained in:
Junegunn Choi
2013-11-10 03:56:18 +09:00
parent 11a1010e9e
commit ddf6e5ef1e
3 changed files with 44 additions and 12 deletions

View File

@@ -1,7 +1,7 @@
# coding: utf-8
Gem::Specification.new do |spec|
spec.name = 'fzf'
spec.version = '0.2.2'
spec.version = '0.3.0'
spec.authors = ['Junegunn Choi']
spec.email = ['junegunn.c@gmail.com']
spec.description = %q{Fuzzy finder for your shell}