https://github.com/puutaro/quickstartshell
Quick start shell for CommandClick
https://github.com/puutaro/quickstartshell
browser-addon commandclick fannel javascript linux-android linux-on-android proot proot-android shellscript ubuntu-on-android ubuntu2204
Last synced: 4 months ago
JSON representation
Quick start shell for CommandClick
- Host: GitHub
- URL: https://github.com/puutaro/quickstartshell
- Owner: puutaro
- License: mit
- Created: 2024-07-24T10:41:49.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-08-23T10:44:50.000Z (about 1 year ago)
- Last Synced: 2025-03-27T20:49:35.595Z (6 months ago)
- Topics: browser-addon, commandclick, fannel, javascript, linux-android, linux-on-android, proot, proot-android, shellscript, ubuntu-on-android, ubuntu2204
- Language: JavaScript
- Homepage: https://github.com/puutaro/CommandClick
- Size: 51.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
# quickStartShell.js
----------------Quick start shell @puutaro
Table of Contents
-------
* [Introduce](#introduce)
* [Installation](#installation)
* [Screenshots](#screenshots)
* [Usage](#usage)
* [Play Button](#play-button)
* [Cancel Button](#cancel-button)
* [Edit Button](#edit-button)## Introduce
---------------------In `CommandClick`, `Ubuntu` is core feature. So, I want users to get used to the shell first.
You can create not only hello world app but also original app by customizing shell script.
In other words, you can create original app by simply edit ubuntu shell script.
CC's ubuntu has many feature: [variables bulk definition framework](https://github.com/puutaro/CommandClick/blob/master/md/developer/custom_shell_commands/repbash.md), [notification](https://github.com/puutaro/CommandClick/blob/master/md/developer/custom_shell_commands/noti.md), [send-broadcast](https://github.com/puutaro/CommandClick/blob/master/md/developer/custom_shell_commands/send-broadcast.md), [music player](https://github.com/puutaro/CommandClick/blob/master/md/developer/custom_shell_commands/mplay.md), [tts player](https://github.com/puutaro/CommandClick/blob/master/md/developer/custom_shell_commands/tspeech.md), [sd card edit](https://github.com/puutaro/CommandClick/blob/master/md/developer/custom_shell_commands/cp2sd.md).. etc.
Otherwise, Ubuntu has great potential.
By this fannel (add-on), these wonderful feature is triggered by one click. So one click.
Please feel free to experience the joy of creating apps using Ubuntu.## Installation
---------------------1. Install [ComamndClick](https://github.com/puutaro/CommandClick) to your android by [this link](https://github.com/puutaro/CommandClick#app-installation)
2. Set up Ubuntu by [this link](https://github.com/puutaro/CommandClick/blob/master/USAGE.md#setup-ubuntu)
3. Install this fannel by [install repo](https://github.com/puutaro/CommandClick/blob/master/USAGE.md#install-fannel) or QR code## Screenshots
--------## Usage
--------### Play Button
Execute "Hello world" shell script
### Cancel Button
Kill process
### Edit Button
Edit shell script by this button.
And **create your original app**- Also, If you edit bellow path, the same thing happens.
`/storage/emulated/0/Documents/cmdclick/AppDir/default/quickStartShellDir/shell/execute.sh`
If you want to know more about ubuntu, visit bellow page
-> [Ubuntu detail](https://github.com/puutaro/CommandClick/blob/master/DEVELOPER.md#ubuntu)