Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature request] Shorten long file paths #94

Open
arbitrary-dev opened this issue Jul 17, 2020 · 1 comment
Open

[Feature request] Shorten long file paths #94

arbitrary-dev opened this issue Jul 17, 2020 · 1 comment
Labels
wontfix This will not be worked on

Comments

@arbitrary-dev
Copy link

arbitrary-dev commented Jul 17, 2020

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.

@chemzqm chemzqm added the wontfix This will not be worked on label Jul 17, 2020
@chemzqm
Copy link
Member

chemzqm commented Jul 17, 2020

No interest for this, but PR welcome.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants