Skip to content

Commit ac9708b

Browse files
authored
Update README.md
1 parent 4ee9b36 commit ac9708b

File tree

1 file changed

+6
-11
lines changed

1 file changed

+6
-11
lines changed

README.md

+6-11
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# <img src="quac.png" alt="logo" width="30" style="image-rendering: pixelated; image-rendering -moz-crisp-edges; image-rendering: crisp-edges;"/> Quac! Remote
1+
# Quac! Remote
22
## QUick ACtion Remote Control for Flipperzero
33
This app allows you to organize previously recorded signals, of any type*, so that you can quickly and easily play them back. No more needing to recall whether that door is Sub-GHz or RFID! Just navigate to that action in **Quac** and press OK to send!
44

@@ -17,15 +17,10 @@ The app does not provide any recording functionality - you must use the existing
1717
* [Customizable UI](README.md#settings)
1818

1919
## Screenshots
20-
<table>
21-
<tr>
22-
<td><img src="screenshots/screenshot_1.png" width="256px"/></td>
23-
<td rowspan="2"><img src="screenshots/screenshot_4_90.png" width="128px"/></td>
24-
</tr>
25-
<tr>
26-
<td><img src="screenshots/screenshot_3.png" width="256px"/></td>
27-
</tr>
28-
</table>
20+
21+
![](screenshots/screenshot_1.png)
22+
![](screenshots/screenshot_3.png)
23+
![](screenshots/screenshot_4_90.png)
2924

3025
## Navigation / Controls
3126
- Pressing `OK` on a folder label will open/navigate to that folder and display it's contents.
@@ -80,7 +75,7 @@ The first two `.sub` files live in the `/ext/apps_data/quac` folder, which is wh
8075
The list view UI 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 force a specific 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`. When the files and folders are rendered for display, any `XX_` prefix will be stripped. All underscores will be replaced with spaces. Extensions will be stripped. Casing is preserved. Additionally, all files and folders that begin with a `.` will be ignored when drawing the UI. However, they can still be referenced in playlists. This keeps the UI unclutterd.
8176

8277
## Settings
83-
<img src="screenshots/screenshot_2.png" width="256px"/>
78+
![Settings menu](screenshots/screenshot_2.png)
8479

8580
The settings menu will appear as the last item when you are viewing the "root" directory. Within the settings you can control:
8681
- Layout: Switch between Horizontal and Vertical layout

0 commit comments

Comments
 (0)