Skip to content

Latest commit

 

History

History
executable file
·
149 lines (87 loc) · 6.18 KB

directory_structure.md

File metadata and controls

executable file
·
149 lines (87 loc) · 6.18 KB

Directory structure

CommandClick main data is located share storage on android Here introduce feature by directory

  • "~" -> /storage/emulated/0/Documents/cmdclick

Table

~

Root directory for cmdclick

~ is /storage/emulated/0/Documents/cmdclick here

~/AppDir

This dir include app directory

~/AppDir/../system

This direcotory include system dir of app directory

~/AppDir/../system/url

This dir include url history app directory Url history is used to bookmark fannel

~/AppDir/../system/scroll

This dir include y-scroll history app directory to resotre y-position when you visit site in url history,

~/AppDir/../{fannelDir}

Fannel directory path

All fannel main direcotry must be ${fannel name without extend} + "Dir", otherwise cannot controll by CommandClick

~/AppDir/../${fannel_dir}/systemJs

Include exec js script for system action.
For example, onAutoExec, urlHIstoryClick, appHistoryClick

~/AppDir/../${fannel_dir}/settings

Include js script for history action
For example, homeScriptUrlsPath, homeFannelsPath

~/AppDir/../${fannel_dir}/longPressMenuDir

Include js script for Long press
For example, srcImageAnchorLongPressMenuFilePath, srcAnchorLongPressMenuFilePath, imageLongPressMenuFilePath

~/conf

CommandClick administorator dir.

~/conf/AppDirAdmin

Include app directory configuration.

~/conf/AppHistoryDir

Include fannel historys

App history

~/conf/jsimport

Include js imported js library.

~/conf/monitor

Include monitor files

~/conf/repository

Include fannel repository

~/ubuntu

Include about ubuntu

~/ubuntu/backup

Include ubuntu' backup rootfs

~/temp

Include temp use directorys

~/temp/cmd

Include ubuntu's foreground exec shell file

~/temp/download

temp download file to be removed in next download

~/temp/monitor

Include temp monitor update contents file

~/temp/ubuntuService

Include ubuntu service temp files