tad

A desktop application for viewing and analyzing tabular data

Github stars Tracking Chart

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.

Main metrics

Overview
Name With Ownerantonycourtney/tad
Primary LanguageTypeScript
Program languageJavaScript (Language Count: 7)
Platform
License:MIT License
所有者活动
Created At2016-10-24 18:59:04
Pushed At2025-03-05 22:46:06
Last Commit At2025-03-05 14:46:04
Release Count15
Last Release Namev0.14.0 (Posted on )
First Release Namev0.6.4 (Posted on )
用户参与
Stargazers Count3.3k
Watchers Count52
Fork Count121
Commits Count663
Has Issues Enabled
Issues Count241
Issue Open Count156
Pull Requests Count27
Pull Requests Open Count4
Pull Requests Close Count16
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private