https://github.com/dnut/buffer.py
Simple curses program that provides write buffer information, oriented for use during large transfers.
https://github.com/dnut/buffer.py
Last synced: 4 months ago
JSON representation
Simple curses program that provides write buffer information, oriented for use during large transfers.
- Host: GitHub
- URL: https://github.com/dnut/buffer.py
- Owner: dnut
- License: gpl-3.0
- Created: 2016-08-10T18:45:37.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-13T02:16:13.000Z (over 8 years ago)
- Last Synced: 2025-03-28T23:18:56.174Z (10 months ago)
- Language: Python
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# buffer.py
Simple curses program that provides write buffer information, oriented for use during large transfers.
## Preview
Roughly 4 seconds into this video, I begin a large transfer.
[](https://drewnutter.com/bufferpy.ogv)
## Installation (crude)
```
# wget -qO- https://drewnutter.com/buf.sh | sh
```
## Usage
```
buffer.py
```
## Known issues
* Counter of transfered data relies on change in buffer which seems to miss something like 20% of the actual transfer.