10 Commits

Author SHA1 Message Date
jasper
93330cb15d take maintainership 2016-01-03 19:44:25 +00:00
jasper
9866f0de2f rework how the history file gets written, with this all tests pass.
from upstream
2016-01-03 19:40:11 +00:00
jasper
d6e85d6790 DISTNAME is set by bsd.port.mk for these ports now 2015-12-29 19:49:39 +00:00
jasper
523d1afbbb expand ~ and ~user; upstream was kind enough to properly implement this instead
of relying on wordexp(), which wouldn't have worked for us.
2015-12-07 09:04:38 +00:00
jasper
cd40fd2489 install example scripts rofi-file-browser.sh and i3_switch_workspaces.sh 2015-11-18 20:16:07 +00:00
jasper
80b5c4fde2 - update to rofi-0.15.11 2015-11-18 19:56:40 +00:00
jasper
8d9dff0e14 previous shuffling uncovered that BUILD_DEPENDS for autoconf were being
overridden elsewhere in the Makefile
2015-09-20 18:37:50 +00:00
jasper
56a7ac4933 make this actually readable 2015-09-20 18:35:55 +00:00
jasper
3254eeea70 add patch from upstream to autocomplete hosts by reading known_hosts 2015-09-20 15:05:33 +00:00
landry
0fb565c88b Import rofi 0.15.8.
Rofi is a graphical menu. Its features include:
* Full (configurable) keyboard navigation.
* Type to filter
    - Tokenized: Type any word in any order to filter.
    - Case insensitive
* UTF-8 enabled.
    - UTF-8 aware string collating.
    - intl. keyboard support (`e -> è)
* Pango font rendering.
* RTL language support.
* Window Switcher.
    - I3 support.
    - EWHM compatible WM.
* Run dialog.
* SSH launcher.
* History based ordering: last 25 choices are ordered based on use.
* Levenshtein distance ordering of matches.
* Drop in dmenu replacement with many added improvements.
* Can be easily extended using scripts.

ok/feedback jasper@ czarkoff@
2015-09-20 12:49:52 +00:00