| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| up-openbsd | 2020-10-29 | 4.2 MB | |
| up-netbsd | 2020-10-29 | 4.1 MB | |
| up-freebsd | 2020-10-29 | 4.2 MB | |
| up-dragonfly | 2020-10-29 | 4.1 MB | |
| up-darwin | 2020-10-29 | 4.1 MB | |
| up | 2020-10-29 | 4.2 MB | |
| README.md | 2020-10-29 | 789 Bytes | |
| v0.4 -- New flags, help, new tcell.tar.gz | 2020-10-29 | 160.4 kB | |
| v0.4 -- New flags, help, new tcell.zip | 2020-10-29 | 161.7 kB | |
| Totals: 9 Items | 25.2 MB | 0 | |
- 9ddc78b upgrade version to 0.4
- b20471c deps: upgrade tcell (#45)
- 94ad570 add
--noinputflag (#50, [#33]) - 3e81993 add usage info with
--helpflag (#35) - 8aa1f8f add
--bufflag for specifying buffer size - 3a63622 add
-cflag for initial pipeline command (#11) - 5dc341c add
-emulti-flag for custom shell
New flags:
--buf megabytes input buffer size & pipeline buffer sizes in megabytes (MiB) (default 40)
-e, --exec command command to run pipeline with; repeat multiple times to pass multi-word command; defaults to '-e=$SHELL -e=-c'
--noinput start with empty buffer regardless if any input was provided
-c, --pipeline commands initial commands to use as pipeline (default empty)