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

Add --reverse option (top-to-bottom layout)

This commit is contained in:
Junegunn Choi
2014-05-17 22:07:18 +09:00
parent db58182483
commit f6b1a6278f
4 changed files with 27 additions and 13 deletions

View File

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