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?
已存档?
是复刻?
已锁定?
是镜像?
是私有?