Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bahamas10/bash-live-split
live split clone written in bash (super simple)
https://github.com/bahamas10/bash-live-split
Last synced: 15 days ago
JSON representation
live split clone written in bash (super simple)
- Host: GitHub
- URL: https://github.com/bahamas10/bash-live-split
- Owner: bahamas10
- Created: 2023-09-29T18:10:48.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-29T18:10:58.000Z (over 1 year ago)
- Last Synced: 2024-11-14T05:42:50.757Z (about 2 months ago)
- Language: Shell
- Size: 0 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
bash-live-split
===============A small little live-split clone for bash
Usage
-----Run with any number of arguments for split names - press `enter` to move to the
next one. Process will exit when all arguments are exhausted.```
$ ./bash-live-split introduction feature{1..5}
>>>> introduction 0m 17.641ms
>>>> feature1 1m 6.678ms
>>>> feature2 3m 3.181ms
>>>> feature3 5m 28.995ms
>>>> feature4 5m 29.967ms
>>>> feature5 5m 30.145ms
```License
-------MIT License