This repository has been archived on 2015-04-29 . You can view files and clone it, but cannot push or open issues or pull requests.
jsh
An augmented Unix userland. Makes your core utility functions a bit cooler by adding a --json flag that makes everything output in nice, serialized JSON.
Assumptions
- You have the following binaries (usually found in your distro's coreutils
packages)
- /usr/bin/ps
- You have Go installed
We're working on making it so that they don't have to be in those directories.
Installing
- git clone this directory
- cd into the directory
- set the GOPATH environment variable to the directory
ps
- $ go install "jsh/ps"
- $ bin/ps
Description
Languages
Go
92.5%
Makefile
7.5%