mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-25 13:55:34 -05:00
Small updates.
This commit is contained in:
parent
72fc5feed9
commit
a851a7ddbe
1 changed files with 7 additions and 1 deletions
|
@ -10,7 +10,7 @@ replacement, making it a very versatile tool.
|
|||
Using Rofi is a lot like dmenu, but extended for an improved work flow.
|
||||
It main features are:
|
||||
|
||||
* Full keyboard navigation.
|
||||
* Full (configurable) keyboard navigation.
|
||||
* Type to filter
|
||||
- Tokenized: Type any word in any order to filter.
|
||||
- Case insensitive
|
||||
|
@ -27,6 +27,7 @@ It main features are:
|
|||
* History based ordering last 25 choices are ordered on top based on use. (optional)
|
||||
* Levenshtein distance ordering of matches. (optional)
|
||||
* Drop in dmenu replacement.
|
||||
- With many added improvements.
|
||||
* Can be easily extended using scripts.
|
||||
|
||||
The 4 Main functions of rofi are:
|
||||
|
@ -71,6 +72,11 @@ Quickly ssh into remote machines
|
|||
Drop in dmenu replacement. (Screenshot shows rofi used by
|
||||
[teiler](https://github.com/carnager/teiler) ).
|
||||
|
||||
**rofi** features several improvements over dmenu to improve usability. There is the option to add
|
||||
an extra message bar (`-mesg`), pre-entering of text (`-filter`) or selecting entries based on a
|
||||
pattern (`-select`). Also highlighting (`-u` and `-a`) options and modi to force user to select one
|
||||
provided option (`-only-match`).
|
||||
|
||||
# Usage
|
||||
|
||||
If used with `-show [mode]`, rofi will immediately open in the specified [mode]
|
||||
|
|
Loading…
Reference in a new issue