An open API service indexing awesome lists of open source software.

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

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)