Skip to content

Tool to transform a csv file into an org-mode formatted table

License

Notifications You must be signed in to change notification settings

juan-leon/orgtabler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

orgtabler

Transform a csv file into an org-mode formatted table.

Rust dependency status Release

Emacs already has a function that does that, but I am not happy with its performance for big input files (and, because of that, it is capped to 999 lines).

This tool also has the option of colorizing the output (useless for feeding tables to emacs, but convenient to displaying them on a terminal).

Usage

USAGE:
    orgtabler [FLAGS] <filename>

ARGS:
    <filename>    Sets the input file to use

FLAGS:
    -c, --color        Colorize output
    -h, --help         Prints help information
    -n, --no-header    Assume CSV has no header
    -V, --version      Prints version information

Installation

Via release

Go over https://github.com/juan-leon/orgtabler/releases/ and download the binary you want. Decompress the file and copy the binary to your path.

Via local compilation

$ git clone https://github.com/juan-leon/orgtabler
$ cd orgtabler
$ cargo install --path .

Contributing

Feedback, ideas and pull requests are welcomed.

About

Tool to transform a csv file into an org-mode formatted table

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages