-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Labels
wontfixThis will not be worked onThis will not be worked on
Description
Currently when terminal has 80 characters width I see following list of files (also for mru):
project-1/very/long/path/that/doesnt/fit/scre < Here the screen ends :'(
project-1/very/long/path/that/doesnt/fit/scre
project-1/im/short/ShortFile.ts
project-2/very/long/path/that/doesnt/fit/scre
project-2/very/long/path/that/doesnt/fit/scre
What would be nice to have instead is this:
project-1/**/SomeFile.ts
project-1/**/AnotherFile.ts
project-1/im/short/ShortFile.ts
project-2/**/Project2File.ts
project-2/**/YepCool.ts
But only for lines than not fit in screen.
Metadata
Metadata
Assignees
Labels
wontfixThis will not be worked onThis will not be worked on