From 7caf7b29a06fcae78abb9ae36245c930b2e66f13 Mon Sep 17 00:00:00 2001 From: Lava <63625087+cosmixcom@users.noreply.github.com> Date: Sun, 8 Sep 2024 15:02:22 -0700 Subject: [PATCH] Update README.md --- README.md | 36 +++++++++++++++++------------------- 1 file changed, 17 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index cd2eaf3..8c5afbc 100644 --- a/README.md +++ b/README.md @@ -1,29 +1,27 @@ - - - - A rubber ducky with the Duck Studio logo. - +# Flipper Studio -# Ducky Studio - -Ducky Studio is an integrated development environment (aka IDE) that makes development in the Rubber Ducky 1.0 language simple. You can refer to the docs for Rubber Ducky 1.0 [here](https://web.archive.org/web/20220816200129/http://github.com/hak5darren/USB-Rubber-Ducky/wiki/Duckyscript#ducky-script). +Flipper Studio is a simple-to-use IDE for all Flipper-related software. Currently, Flipper Studio supports the use of Flipper Zero CLI, the design of BadUSB/BadBT apps using Rubber Ducky 1.0, and the creation of Flipper Zero Applications. ## Features -Here are all the current and upcoming features along with their roadmap. +- Access Flipper Zero CLI +- Boots BadUSB files directly to device via serial port +- File imports +- Integrated AI For BadUSB (ctrl + i) + +## Roadmap + +### App Building +While you can currently design apps for Flipper devices with our Native App feature, you cannot build them for the Flipper directly. + +### CLI Tools +A more immersive CLI experience that provides custom Flipper Studio commands, for terminal-like features, and the ability to run scripts which execute more than one command. -| Feature | Roadmap | -| ------- | ------- | -| Syntax Highlighting | ✅ | -| Integrated AI | ✅ | -| Documentation | ❎ (1-2 Weeks) | -| Export to TXT | ✅ | -| AI Model Choice | ❎ (1-2 Weeks) | +## Documentation +You can read the documentation at https://github.com/cosmixcom/Flipper-Studio/wiki. ## Disclaimer Ducky Studio and its affiliates disclaim all liability for the software and anything created on or in association with it. We also disclaim all liability for software loaded on to it or anything or users do with the software. -By using Ducky Studio, you kindly agree to the above disclaimer and license agreement. \ No newline at end of file +By using Ducky Studio, you kindly agree to the above disclaimer and license agreement.