gnzlbg / cargo-asm

cargo subcommand showing the assembly or llvm-ir generated for Rust code
https://github.com/gnzlbg/cargo-asm
Other
1.17k stars 36 forks source link

Add pagination support #143

Open lu-zero opened 4 years ago

lu-zero commented 4 years ago

Would be nice to automatically paginate if the content spans more than N lines.

We might copy bat logic for this.