Tabs_2_TXT_Plugin is a simple Android Studio plugin developed to save the content of all open tabs in a single .txt file.
- Clone the Project
- Build the Plugin.zip (./gradlew buildPlugin or gradlew.bat buildPlugin)
- Navigate to File -> Settings -> Plugins.
- Click on the gear icon -> Install Plugin from Disk....
- Locate the downloaded .zip file and click OK.
- Restart Android Studio to activate the plugin.
After the plugin has been successfully installed:
- Navigate to the Tools menu on the toolbar.
- Find the Save Tab Contents To File option and click on it.
- All open tabs content will be saved into a single .txt file.
- Find this file on your Desktop
This plugin is compatible with Android Studio versions starting from 203.6668.168. The compatibility range will be updated as the plugin gets updated.
If you encounter any problems or have any suggestions for this plugin, feel free to open an issue on this GitHub page.
This project is licensed under the terms of the MIT license.