Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chunkhang/shit
Sheets In Terminal
https://github.com/chunkhang/shit
Last synced: 27 days ago
JSON representation
Sheets In Terminal
- Host: GitHub
- URL: https://github.com/chunkhang/shit
- Owner: chunkhang
- License: mit
- Created: 2020-11-13T19:48:53.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-27T17:10:21.000Z (almost 4 years ago)
- Last Synced: 2024-04-15T22:54:16.303Z (7 months ago)
- Language: Go
- Homepage:
- Size: 281 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# shit
`shit` (**Sh**eets **I**n **T**erminal) is a simple csv / xlsx reader
you can use from the comforts of your terminal.> This is still a work in progress. There will be no official releases
> until I deem it as ready. Use it at your own discretion.## Screenshot
![screenshot](./img/screenshot.jpg)
## Installation
I have plans of making `shit` available on Homebrew, as well as
publishing pre-compiled binaries for easier installation. However, for
now, please make sure you have `go` on your system before installing
`shit`.```
go get github.com/chunkhang/shit
```## Building
See [BUILD.md](./BUILD.md).
## Usage
```
shit [filename]
```## FAQ
### How do I pronounce `shit`?
Pronounce `shit` like how you pronounce "sheet".
### Do I need `shit`?
Maybe you just prefer reading csv / xlsx files from the terminal. Or
perhaps like me, your license for Microsoft Excel expired, and you still
miss it sometimes.## Inspirations
- [scim](https://github.com/andmarti1424/sc-im)
- [wk](https://github.com/SheetJS/wk)
- [x_x](https://github.com/kristianperkins/x_x)