Skip to content

nlwstein/x_x

This branch is 1 commit ahead of, 16 commits behind kristianperkins/x_x:master.

Folders and files

NameName
Last commit message
Last commit date
Mar 25, 2015
Mar 25, 2015
Jan 8, 2015
Jan 8, 2015
Mar 24, 2015
Mar 25, 2015
Mar 25, 2015
Mar 25, 2015

Repository files navigation

x_x: The Dead Guy CLI

https://badge.fury.io/py/x_x.png https://pypip.in/d/x_x/badge.png

x_x is a Microsoft Excel file command line reader. The purpose of this is to not break the workflow of people who live on the command line and need to access a spreadsheet generated using Microsoft Excel.

Install

To install:

$ pip install x_x

Usage

Run using the x_x command:

$ x_x dead_guys.xlsx
+---------------+--------------+
| A             | B            |
+---------------+--------------+
| Person        | Age at Death |
| Harrold Holt  | 59.0         |
| Harry Houdini | 52.0         |
| Howard Hughes | 70.0         |

Or to specify a specific row as the header which will be visible on each page:

$ x_x -h 0 dead_guys.xlsx
+---------------+--------------+
| Person        | Age at Death |
+---------------+--------------+
| Harrold Holt  | 59.0         |
| Harry Houdini | 52.0         |
| Howard Hughes | 70.0         |

For help use:

$ x_x --help

About

excel file viewer cli

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.0%
  • Shell 1.0%