Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/puutaro/filemanager

File manager in CommandClick
https://github.com/puutaro/filemanager

android browser browser-addon cmdclick commandclick fannel javascript linux-android linux-on-android proot proot-android shellscript ubuntu2204

Last synced: 30 days ago
JSON representation

File manager in CommandClick

Awesome Lists containing this project

README

        




# fileManager.js
----------------

File manager by puutaro

Table of Contents
-------

* [Installation](#installation)
* [Screenshots](#screenshots)
* [Usage](#usage)
* [Toolbar buttons](#toolbar-buttons)
* [Play Button](#play-button)
* [Edit Button](#edit-button)
* [Cmd Variables](#cmd-variables)
* [Dir path list](#dir-path-list)
* [STOP](#stop)
* [SETTING](#setting)
* [INSTALL](#install)
* [Long press menu](#long-press-menu)
* [Src anckor](#src-anckor)
* [Src image anchor](#src-image-anchor)
* [Image anchor](#image-anchor)
* [Setting variables](#setting-variables)
* [homeScriptUrlsPath](#homescripturlspath)
* [scriptFileName](#scriptfilename)
* [Acknowledge](#acknowledge)

## 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
4. Press [Install button](#install)

## Screenshots
--------






## Usage
--------

Follow Bellow usecase

- Find ubuntu & android files
- Find via pc browser (fannel create etc..)
- Watch file contents, image, text file, pdf etc.

## Toolbar buttons
--------

### Play Button

Launch file manager

- long press -> select dir path

### Edit Button

- long press -> copy url

## Cmd Variables
--------

### Dir path list

Select & register dir path

| Scene | Description |
| --------- | --------- |
| Select dir path | Load dir path |
| In select `DELETE` | Delete dir path |
| Input path, press `RG` button | Register input path |
| In blank, press `RG` button | Register clipboard path |

### STOP

Stop file managing

### SETTING

Detail setting

| Name | Description |
| --------- | --------- |
| `Root dir path` | Decide root dir path |
| `Base url` | Base url -> {ipv4 Address}:{port num(4 digits or more)} |
| `Is launch on click url history` | Decide root dir path |

- `Root dir path` is used in secure env
- `Base url` is used in connecting to other phone or pc

### INSTALL

Install requirement package

## Long press menu
---------

### Src anckor

| Menu name | Action |
| -------------- | -------------- |
| copyLink.js | Copy link |
| normal_upload_qr.js | QR code to uploader other android (only -5M) |
| rsync_upload_qr.js | QR code to uploader other android by Scp (fast and limitless) |

### Src image anchor

| Menu name | Action |
| -------------- | -------------- |
| copyLink.js | Copy link |
| normal_upload_qr.js | QR code to uploader other android (only -5M) |
| rsync_upload_qr.js | QR code to uploader other android by Scp (fast and limitless) |

### Image anchor

None

## Setting variables
---------

### homeScriptUrlsPath

Specified script, url and html put always bottom in url history

| Button type | usage |
| -------------- | -------------- |
| DSL button | Drag and sort home url script List |
| ADD button | Add fannel to home url script list |

### scriptFileName

Rename script name

## Acknowledge
----------
This [Fannel](https://github.com/puutaro/CommandClick/blob/master/md/developer/glossary.md#fannel) is used to bellow repo as core library.

- [filebrowser](https://github.com/filebrowser/filebrowser)