Skip to content

puutaro/ctsvViewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ctsvViewer.js


Advanced csv & tsv viewer @puutaro

Table of Contents

Installation


  1. Install ComamndClick to your android
  2. Install this fannel by install repo or QR code

Toolbar buttons

Play Button

View csv by cmd variables setting

Cmd Variables


inputCTsvPath

set csv or tsv path

scrollBoost

Auto scroll boost rate

scroll gain description
0 one step
1 spedify direction range step
other specifyDirectStartNum + 1 + specifyDirectRange * scrollBoost

colRange

view column range num

rowRange

view row range num

startColNum

start column index

startRowNum

start row index

autoScrollType

Auto scroll direction

scroll type direction
horizon left to right
rHorizon right to left
vartical top to bottom
rVartical bottom to top

viewType

view type description
SRC src csv or tsv
AGGRE aggregated table
CHART aggregated chart

rowLimit

Row limit about view (more smaller this value, more shoter reading speed up)

filters

filter query

query description
in by included word
>= by equal larger
> by larger
<= by equal smaller
> by smaller
= by equal

Table static word

word description
maxW maximum frequent word
sumMaxW count maximum frequent word
minW minimum frequent word
sumMinW count minimum frequent word
avrW middle frequent word
sumAvrW count middle frequent word

Acknowledge


This Fannel is used to bellow repo.

Chart.js

Setting variables


terminalFontZoom

Adjust terminal font size (percentage)

terminalFontColor

Adjust terminal font color

terminalColor

Adjust terminal background color