We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
No interest for this, but PR welcome.
Sorry, something went wrong.
No branches or pull requests
Currently when terminal has 80 characters width I see following list of files (also for mru):
What would be nice to have instead is this:
But only for lines than not fit in screen.
The text was updated successfully, but these errors were encountered: