You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor to use Flox.
Add setting to control helper text
Add ability to call units by their full name
Unit abbrev. are now case sensitive
Added new units
Fixes#10, #16, #17
General weight, volume, distance, area, temperature converter for the [Flow Launcher](https://github.com/Flow-Launcher/Flow.Launcher)
4
+
General weight, volume, distance, area, temperature, speed and energy converter for the [Flow Launcher](https://github.com/Flow-Launcher/Flow.Launcher)
5
5
6
6
### About
7
7
8
8
### Requirements
9
9
10
-
Python 3.5 or later. As of Flow Launcher v1.8, Flow should take care of the installation of Python for you if it is not on your system.
10
+
Python 3.9 or later. As of Flow Launcher v1.8, Flow should take care of the installation of Python for you if it is not on your system.
11
11
12
12
### Installing
13
13
@@ -29,7 +29,10 @@ Currently English and Chinese language supported. Edit the .env file to change t
|`gc <amount> <from unit abbreviation> <to unit abbreviation>`| Convert the amount of the from unit to the to unit. |
31
31
32
-
Just entering the keyword will give you the full list of units to choose from in Flow.
32
+
The from and to unit are case sensitive.
33
+
34
+
Just entering the keyword will give you the full list of units to choose from in Flow. If you want to remove the keyword for this plugin and have it return
35
+
results when you simply start entering a number then go to the Plugin settings and turn this helper text off.
33
36
34
37
Entering the keyword, amount and from unit will give you a subset list of units the from unit can be converted to
35
38
#### Units
@@ -41,10 +44,10 @@ The following units and their abbreviations can be used (each table can only con
0 commit comments