mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-06-16 08:15:40 +02:00
tag: add kb/mb/gb formatters
This commit is contained in:
parent
e201cc3d30
commit
a6194c63e6
3 changed files with 58 additions and 3 deletions
|
@ -72,6 +72,19 @@ be used.
|
|||
: format
|
||||
: Renders a range tag's value as a percentage value
|
||||
: Range tags
|
||||
| kb
|
||||
: format
|
||||
: Renders a tag's value (in decimal) divided by 1024 (note that no
|
||||
unit suffix is appended)
|
||||
| mb
|
||||
: format
|
||||
: Renders a tag's value (in decimal) divided by 1024^2 (note that no
|
||||
unit suffix is appended)
|
||||
| gb
|
||||
: format
|
||||
: Renders a tag's value (in decimal) divided by 1024^3 (note that no
|
||||
unit suffix is appended)
|
||||
: All tag types
|
||||
| min
|
||||
: selector
|
||||
: Renders a range tag's mininum value
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue