FastJS¶
-
FastJS for Tools
Pre-save your JavaScript files for quick execution.
-
Information about application
- Author: JBlanked
- Version: 1.2
- Updated at: 2024-09-25
- Downloads: 0
Description¶
FastJS¶
Flipper Zero Application to Execute JavaScript Files Quickly¶
FastJS is a user-friendly application designed for the Flipper Zero that allows users to pre-save and quickly execute their favorite JavaScript files. It streamlines the process of running scripts, enhancing your Flipper Zero experience.
Features: - Pre-Save JavaScript Files: Users can select JavaScript files to pre-save for quick execution later. - Favorite FastJS: Since users can't set scripts to Favorite App or Dummy Mode buttons, they can favorite FastJS itself for easy access. - Configuration View: Users can choose which script to save and whether to remember their selection for future use. - Persistent Settings: FastJS utilizes the storage library to securely save user preferences, ensuring a seamless experience every time.
Installation: 1. Download from: FastJS on Flipper Lab
Usage: 1. Launch FastJS from your Flipper Zero. 2. Use the configuration view to select your desired JavaScript file. 3. Choose whether to remember your selection. 4. (Optional) Go to Settings -> Desktop and assign FastJS as a Favorite App or Dummy Mode button. 5. Execute the pre-saved script quickly whenever needed.
Changelog¶
1.2¶
- Minor improvements in the dialog functions.
- Removed the "Remember" selection; FastJS will now remember your selection(s) by default.
- Added a playlist feature to manage multiple scripts more efficiently.
- Updated the configuration view to display only the filename (e.g., script.js) instead of the full path for each selected script.
1.1¶
- Updated the File Browser to open in the Apps/Scripts folder
1.0¶
- Initial Release