From afcf14ab57c54447f6cf32910e460517509c7b1d Mon Sep 17 00:00:00 2001 From: puutaro Date: Sat, 4 Feb 2023 02:04:18 +0900 Subject: [PATCH] add fastlane --- .../android/en-US/full_description.txt | 32 +++++++++++++++++++ .../android/en-US/short_description.txt | 1 + fastlane/metadata/android/en-US/title.txt | 1 + 3 files changed, 34 insertions(+) create mode 100644 fastlane/metadata/android/en-US/full_description.txt create mode 100644 fastlane/metadata/android/en-US/short_description.txt create mode 100644 fastlane/metadata/android/en-US/title.txt diff --git a/fastlane/metadata/android/en-US/full_description.txt b/fastlane/metadata/android/en-US/full_description.txt new file mode 100644 index 000000000..0f000642b --- /dev/null +++ b/fastlane/metadata/android/en-US/full_description.txt @@ -0,0 +1,32 @@ +Command Click allow you change shellscript to Gui App. + +[Feature] + +* Allow you change shellscript to Gui App +* One click execution for Shellscript +* Versatile usage for Terminal, Crome, OS setting, etc.. +* Not only termux gui client but also web browser.. +* Offer ritch edit dialog to termux. + +[Objective] + +* Execute shellscript by one click. +* Handling termux command line by GUI. +* Self made Original browser by shellscript. + +[How to use] + +See the following page. +https://github.com/puutaro/CommandClick/blob/master/README.md + +[Source] + +GitHub +https://github.com/puutaro/CommandClick + +[Issue] + +GitHub Issue +https://github.com/puutaro/CommandClick/issues + +Please post here if you have bug reports, Future requests, or other information. \ No newline at end of file diff --git a/fastlane/metadata/android/en-US/short_description.txt b/fastlane/metadata/android/en-US/short_description.txt new file mode 100644 index 000000000..825cc5a25 --- /dev/null +++ b/fastlane/metadata/android/en-US/short_description.txt @@ -0,0 +1 @@ +So called Sell2Gui. Command Click allow you change shellscript to Gui App. \ No newline at end of file diff --git a/fastlane/metadata/android/en-US/title.txt b/fastlane/metadata/android/en-US/title.txt new file mode 100644 index 000000000..1d9a79c0c --- /dev/null +++ b/fastlane/metadata/android/en-US/title.txt @@ -0,0 +1 @@ +Command Click \ No newline at end of file