tad

A desktop application for viewing and analyzing tabular data

Github星跟蹤圖

Tad

Tad is a desktop application for viewing and analyzing tabular data such as CSV files.

You can launch tad from the command line like this:

$ tad movie_metadata.csv

This will open a new window with a scrollable view of the file contents:

Tad screenshot

Tad's main grid component is actually a full featured
pivot table; a few additional mouse clicks from the above view yields this:

tad screenshot

Installing Tad

The easiest way to install Tad is to use a pre-packaged binary release. See The Tad Landing Page for information on the latest release and a download link.

Building Tad from Source

Detailed instructions on building tad from sources available in src/doc/building.md

Implementation / Architecture

Tad is an Electron application written in ES2015 using flow type annotations.
Tad's front end User Interface is implemented in React, using SlickGrid for the main grid component.
In the main process, Tad uses SQLite for internal storage and efficient queries on tabular data.
The Tad internals need more documentation; for now there is a sloppy hand-drawn sketch outlining the basic structure.

主要指標

概覽
名稱與所有者antonycourtney/tad
主編程語言TypeScript
編程語言JavaScript (語言數: 7)
平台
許可證MIT License
所有者活动
創建於2016-10-24 18:59:04
推送於2025-03-05 22:46:06
最后一次提交2025-03-05 14:46:04
發布數15
最新版本名稱v0.14.0 (發布於 )
第一版名稱v0.6.4 (發布於 )
用户参与
星數3.3k
關注者數52
派生數122
提交數663
已啟用問題?
問題數241
打開的問題數156
拉請求數27
打開的拉請求數4
關閉的拉請求數16
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?