浏览代码

Merge hex_editor from https://github.com/xMasterX/all-the-plugins

Willy-JL 2 年之前
父节点
当前提交
2f7c583ac0
共有 3 个文件被更改,包括 7 次插入0 次删除
  1. 3 0
      hex_editor/README-catalog.md
  2. 4 0
      hex_editor/application.fam
  3. 二进制
      hex_editor/img/1.png

+ 3 - 0
hex_editor/README-catalog.md

@@ -0,0 +1,3 @@
+The HEX Editor app allows you to edit files directly on your Flipper Zero without connecting using your computer or smartphone. This app might be very useful for editing NFC files, similar to the Edit Dump feature.
+
+Run the app on your Flipper Zero and select the file you want to edit. The app displays the first line of the text file. To select the desired character, use the Left and Right buttons. To replace the character, press the Ok button. To navigate through lines, use the Up and Down buttons.

+ 4 - 0
hex_editor/application.fam

@@ -13,4 +13,8 @@ App(
     fap_icon="icons/edit_10px.png",
     fap_category="Tools",
     fap_icon_assets="icons",
+    fap_author="@dunaevai135",
+    fap_weburl="https://github.com/dunaevai135/flipper-zero-hex_editor",
+    fap_version="1.2",
+    fap_description="Read text files line by line and edit them without a computer or smartphone.",
 )

二进制
hex_editor/img/1.png