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: comprehensive autocompletion for each command #526

Closed Akmadan23 closed 1 month ago

Akmadan23 commented 2 months ago

As anticipated in #502, this is my implementation of a comprehensive autocompletion for each command (closes #180), which can be of 4 kinds:

More details in the comments below.