Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jimberlage/vawk
A graphical tool for viewing stdout as a spreadsheet.
https://github.com/jimberlage/vawk
awk cli javascript productivity rust shell unix
Last synced: 3 months ago
JSON representation
A graphical tool for viewing stdout as a spreadsheet.
- Host: GitHub
- URL: https://github.com/jimberlage/vawk
- Owner: jimberlage
- License: mit
- Created: 2020-12-10T20:56:44.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-09-07T23:19:46.000Z (over 3 years ago)
- Last Synced: 2023-08-03T12:44:08.520Z (over 1 year ago)
- Topics: awk, cli, javascript, productivity, rust, shell, unix
- Language: Rust
- Homepage:
- Size: 19.2 MB
- Stars: 9
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# VAWK (Visual AWK)
This projects provides a graphical environment for splitting & viewing shell command output. It aims to be a more intuitive way to view subsets of stdout, where previously you would have to research an `awk` command.
https://user-images.githubusercontent.com/4751760/127952090-75102fac-5f3f-4fd7-a308-d63596e14715.mov
## Usage
VAWK is run as a single standalone binary. HTML/CSS/JS is packaged and included in the binary. To build from source, run
```
cargo build
```You will need
- [Rust](https://www.rust-lang.org/)
- [Node](https://nodejs.org/en/)
- [protoc](https://grpc.io/docs/protoc-installation/)