Additional utilities for github.com/bitfield/script
Find a file
2026-08-08 10:28:01 +10:00
buffer.go Added buffer 2026-08-08 10:24:53 +10:00
csv.go added other CSV functions 2023-10-17 22:25:46 +00:00
csv_test.go Fixed package of scriptx 2026-08-08 10:28:01 +10:00
exec.go Started writing documentation and adding examples 2023-04-24 06:09:22 +00:00
fmt.go Initial commit 2023-04-24 01:29:54 +00:00
fmt_test.go Fixed package of scriptx 2026-08-08 10:28:01 +10:00
go.mod Fixed package of scriptx 2026-08-08 10:28:01 +10:00
go.sum Fixed package of scriptx 2026-08-08 10:28:01 +10:00
json.go Started writing documentation and adding examples 2023-04-24 06:09:22 +00:00
json_test.go Fixed package of scriptx 2026-08-08 10:28:01 +10:00
LICENSE Removed file extension from LICENSE 2023-04-24 05:44:35 +00:00
README.md Completed unit tests and added README and LICENSE 2023-04-24 05:33:47 +00:00
subpipe.go Changed sub-pipe to return the line 2023-04-27 23:30:47 +00:00
subpipe_test.go Fixed package of scriptx 2026-08-08 10:28:01 +10:00

scriptx - Extras for Script

Utilities that extend github.com/bitfield/script.

Currently a WIP. The API is subject to change.