mirror of
https://github.com/veeso/termscp.git
synced 2025-12-07 09:36:00 -08:00
Files found from search are now displayed with their absolute path
This commit is contained in:
committed by
Christian Visintin
parent
028f64a588
commit
3927fb2a39
@@ -174,7 +174,7 @@ impl Browser {
|
||||
.with_group_dirs(Some(GroupDirs::First))
|
||||
.with_hidden_files(true)
|
||||
.with_stack_size(0)
|
||||
.with_formatter(Some("{NAME:32} {SYMLINK}"))
|
||||
.with_formatter(Some("{PATH:36} {SYMLINK}"))
|
||||
.build()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user