mirror of
https://github.com/mintycube/dmenu.git
synced 2024-10-22 14:05:48 +02:00
Improving consistency regarding flag presentation on README.md
This commit is contained in:
parent
608fa3e837
commit
08a4618cff
12
README.md
12
README.md
@ -62,8 +62,8 @@ dmenu, how to install it and how it works.
|
|||||||
- adds a border around the dmenu window
|
- adds a border around the dmenu window
|
||||||
|
|
||||||
- [case-insensitive](http://tools.suckless.org/dmenu/patches/case-insensitive/)
|
- [case-insensitive](http://tools.suckless.org/dmenu/patches/case-insensitive/)
|
||||||
- makes dmenu case-insensitive by default, replacing the case-insensitive \-i option with a
|
- makes dmenu case-insensitive by default, replacing the case-insensitive `-i` option with a
|
||||||
case sensitive \-s option
|
case sensitive `-s` option
|
||||||
|
|
||||||
- [center](https://tools.suckless.org/dmenu/patches/center/)
|
- [center](https://tools.suckless.org/dmenu/patches/center/)
|
||||||
- this patch centers dmenu in the middle of the screen
|
- this patch centers dmenu in the middle of the screen
|
||||||
@ -116,7 +116,7 @@ dmenu, how to install it and how it works.
|
|||||||
- adds basic support for json files
|
- adds basic support for json files
|
||||||
|
|
||||||
- [line-height](http://tools.suckless.org/dmenu/patches/line-height/)
|
- [line-height](http://tools.suckless.org/dmenu/patches/line-height/)
|
||||||
- adds a '-h' option which sets the minimum height of a dmenu line
|
- adds a `-h` option which sets the minimum height of a dmenu line
|
||||||
- this helps integrate dmenu with other UI elements that require a particular vertical size
|
- this helps integrate dmenu with other UI elements that require a particular vertical size
|
||||||
|
|
||||||
- [managed](https://tools.suckless.org/dmenu/patches/managed/)
|
- [managed](https://tools.suckless.org/dmenu/patches/managed/)
|
||||||
@ -141,7 +141,7 @@ dmenu, how to install it and how it works.
|
|||||||
- provides dmenu the ability for history navigation similar to that of bash
|
- provides dmenu the ability for history navigation similar to that of bash
|
||||||
|
|
||||||
- [no-sort](https://tools.suckless.org/dmenu/patches/no-sort/)
|
- [no-sort](https://tools.suckless.org/dmenu/patches/no-sort/)
|
||||||
- adds the -S option to disable sorting menu items after matching
|
- adds the `-S` option to disable sorting menu items after matching
|
||||||
- useful, for example, when menu items are sorted by their frequency of use (using an
|
- useful, for example, when menu items are sorted by their frequency of use (using an
|
||||||
external cache) and the most frequently selected items should always appear first regardless
|
external cache) and the most frequently selected items should always appear first regardless
|
||||||
of how they were exact, prefix, or substring matches
|
of how they were exact, prefix, or substring matches
|
||||||
@ -186,7 +186,7 @@ dmenu, how to install it and how it works.
|
|||||||
but index into another, or when you are selecting from an ordered list of non-unique items
|
but index into another, or when you are selecting from an ordered list of non-unique items
|
||||||
|
|
||||||
- [printinputtext](https://tools.suckless.org/dmenu/patches/printinputtext/)
|
- [printinputtext](https://tools.suckless.org/dmenu/patches/printinputtext/)
|
||||||
- this patch adds a flag (-t) which makes Return key ignore selection and print the input
|
- this patch adds a flag `-t` which makes Return key ignore selection and print the input
|
||||||
text to stdout
|
text to stdout
|
||||||
- the flag basically swaps the functions of Return and Shift+Return hotkeys
|
- the flag basically swaps the functions of Return and Shift+Return hotkeys
|
||||||
|
|
||||||
@ -195,7 +195,7 @@ dmenu, how to install it and how it works.
|
|||||||
matching item
|
matching item
|
||||||
|
|
||||||
- [restrict-return](https://tools.suckless.org/dmenu/patches/restrict-return/)
|
- [restrict-return](https://tools.suckless.org/dmenu/patches/restrict-return/)
|
||||||
- adds a '-1' option which disables Shift-Return and Ctrl-Return
|
- adds a `-1` option which disables Shift-Return and Ctrl-Return
|
||||||
- this guarantees that dmenu will only output one item, and that item was read from stdin
|
- this guarantees that dmenu will only output one item, and that item was read from stdin
|
||||||
|
|
||||||
- [scroll](https://tools.suckless.org/dmenu/patches/scroll/)
|
- [scroll](https://tools.suckless.org/dmenu/patches/scroll/)
|
||||||
|
Loading…
Reference in New Issue
Block a user