shifter

Crates.ioshifter
lib.rsshifter
version0.1.4
created_at2025-08-09 17:05:37.755769+00
updated_at2025-08-09 17:16:57.632326+00
descriptionA CLI tool to rotate lines from stdin by n positions
homepagehttps://github.com/henrikzenkert/shifter
repositoryhttps://github.com/henrikzenkert/shifter
max_upload_size
id1788080
size7,125
Henrik Zenkert (YesSeri)

documentation

https://docs.rs/shifter

README

shifter

Install with cargo install shifter

Use like this:

$ cat input.txt
a
b
c
d
e
f
$ cat input.txt | shifter 3
d
e
f
a
b
c
Commit count: 0

cargo fmt