kamiyaa / joshuto

ranger-like terminal file manager written in Rust
https://crates.io/crates/joshuto
GNU Lesser General Public License v3.0
3.34k stars 151 forks source link

feat: add `--last` option to `new_tab` command #517

Closed Akmadan23 closed 3 months ago

Akmadan23 commented 3 months ago

This changes new_tab's default behavior, putting the new tab at current tab index + 1, adding the --last flag to push the new tab to the end.

kamiyaa commented 3 months ago

Thanks!