bcdata_py icon indicating copy to clipboard operation
bcdata_py copied to clipboard

add --count to cat and/or dump, or add head command

Open smnorris opened this issue 1 year ago • 0 comments

Requesting just a small set of features is often handy, and is much faster than piping bcdata cat into head.

Could use curl directly, but it would be simple to implement here - a --count option is already present in bc2pg.

Maybe:

bcdata head -n

or

bcdata cat -c

smnorris avatar Mar 14 '24 23:03 smnorris