GitHub - maaslalani/sheets: Terminal based spreadsheet tool (original) (raw)

Spreadsheets in your terminal.

demo

Command Line Interface

Launch the TUI

Read from stdin:

sheets <<< ID,Name,Age 1,Alice,24 2,Bob,32 3,Charlie,26

Read a specific cell:

sheets budget.csv B9 2760

Or, range:

sheets budget.csv B1:B3 1200 950 810

Modify a cell:

sheets budget.csv B7=10 B8=20

Editing & Selection

Visual Mode

Command Mode

Press : to open the command prompt, then use commands such as:

Installation

Install with Homebrew on macOS or Linux:

Or install with Go:

go install github.com/maaslalani/sheets@main

Or download a binary from the releases.

License

MIT

Feedback

I'd love to hear your feedback on improving sheets.

Feel free to reach out via:


zzz