Skip to content

Baltasarq/Colorado

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Colorado

A TSV spreadsheet. Colorado allows to visualize and edit CSV and TSV files. It is able to import a file specifying the delimiter character, but the program will infer the format by itself in the 90% of cases.

Concepts:

Installation

In order for Colorado to work correctly, it will need dotnet and Gtk installed.

Technologies:

Then, go to the Colorado's releases section and grab the Colorado.dll file.

Execution:

Just open a terminal and type:

$ dotnet Colorado.dll

Compilation

Uses the GtkUtil project, already included.

This project follows the conventions of any C# solution. Feel free to use your editor of choice.