mirror of
https://github.com/pd4d10/git-touch.git
synced 2026-03-19 13:41:09 -05:00
restructure screens directory #58
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @shreyas1599 on GitHub (May 15, 2020).
I understand that the prefixes
gh,bb,gtandglwere used to easily identify the files in the screens directory. Still, I find it very cluttered and difficult to access the right file. I think we should add subfolders for each platform.@pd4d10 What is your opinion? I'll do this if you are alright with it. I'll have to change all the affected imports.
@pd4d10 commented on GitHub (Oct 3, 2020):
Personally I prefer to keep it as is, which would be beneficial for quick searching. Take VSCode as an example, if we'd like to search the file GitHub user screen, we could just press
Cmd + P, and then quickly search it bygh_userinstead of verbosegithub/user(useris not enough because there are severaluser).Anyway, there efforts are highly appreciated! Let's keep this issue open for more discussion
@shreyas1599 commented on GitHub (Jun 18, 2021):
Closing this. Easier to use
Cmd + Pwithgh. Been using it since you made the suggestion.