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

Hiding uneditable files #26

Open
andyjeffries opened this issue Apr 27, 2016 · 3 comments
Open

Hiding uneditable files #26

andyjeffries opened this issue Apr 27, 2016 · 3 comments

Comments

@andyjeffries
Copy link

Maybe there could be a .leapsignore folder in a project's folder specifying files to not be shown (just like .gitignore). Then we could put:

*.jpg
*.png
*.gif

In there (for a start) to stop it from showing the source of images.

As an additional option, if leaps could detect that it's a binary file and not likely to be UTF-8 editable text, and pop up a warning, that would be awesome too! https://golang.org/pkg/unicode/utf8/#ValidString

@Jeffail
Copy link
Owner

Jeffail commented May 2, 2016

I've got experimental support for this in master branch, it's not documented or tested thoroughly yet, I'll do both when I get home next week but feel free to check it out and give any thoughts in the meantime. Thanks for the suggestion!

@andyjeffries
Copy link
Author

I only see a master branch on https://github.com/Jeffail/leaps. I'll wait though, it's not urgent.

@nfisher
Copy link

nfisher commented Aug 11, 2016

Would it make sense to implement this as a more generic .leepsignore file similar to .gitignore?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants