Skip to content

Commit e59bd06

Browse files
authored
Update README.md
1 parent c5cc8ef commit e59bd06

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This app allows you to organize previously recorded signals, of any type*, so th
55
The app does not provide any recording functionality - you must use the existing Flipperzero apps to create the saved files for your action/device. Additionally, you must manage the folder structure manually on your SD card.
66

77
```
8-
Only Sub-Ghz (.sub) and RFID (.rfid) files are supported at this time, IR is coming soon!
8+
* Only Sub-Ghz (.sub) and RFID (.rfid) files are supported at this time, IR is coming soon!
99
```
1010

1111
## Screenshots
@@ -16,12 +16,12 @@ The key to organizing your Quac interface is to organize your `/ext/apps_data/qu
1616

1717
You can organize your files by device type, or by function. For example, you may have a folder of "TV" actions, which correspond to Channel Up, Channel Down, Volume Up, Volume Down, etc. Or you may have a "Work Access" folder, which contains files/actions that correspond to Parking Gate, Garage Door, Lobby Entrance.
1818

19-
The files in a folder can be of mixed types. This is Quac's main strendth. So continuing with the "Work Access" example, the Parking Gate can be Sub-Ghz and the Garage Door can be RFID.
19+
The files in a folder can be of mixed types. This is Quac's main strength! So continuing with the "Work Access" example, the Parking Gate can be Sub-Ghz and the Garage Door can be RFID.
2020

2121
## Sorting and Naming
2222
The list view is based on the sorted file and folder order. This is enforced by sorting the actual filenames. When there are cases where you need to enforce a sorted order, you can prepend the file and folder names with `XX_` where `X` is a digit between 0-9. This will let you place an action called `On` before `Off`, even though when sorted alphabeticaly, `Off` would come before `On`. Therefore, you would name your files `00_On.rfid` and `01_Off.rfid` - assuming these are RFID saved signals.
2323

24-
Here's an example file layout:
24+
Here's an example file layout for the screenshots above:
2525
```
2626
/ext/apps_data/quac
2727
/00_Work
@@ -34,5 +34,5 @@ Here's an example file layout:
3434
-01_Power_Off.ir
3535
```
3636

37-
When the action files and folders are rendered for display, any `XX_` prefix will be stripped. Additionally, all underscores will be replaced with spaces.
37+
When the action files and folders are rendered for display, any `XX_` prefix will be stripped. Additionally, all underscores will be replaced with spaces. Casing is preserved.
3838

0 commit comments

Comments
 (0)