-
Notifications
You must be signed in to change notification settings - Fork 112
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
Implement Deskfile recognition #55
Conversation
Code LGTM, this is a nice addition, but doesn't quite support my usecase: I just wanted a way to reference a desk in |
@ianberinger to meet that use, you can just symlink |
Sure, but symlinking assumes that the desk is always stored in the same place. This isn't always the case across multiple systems and users. And for users using Granted, this isn't a problem for me currently, as I have all my desks in the standard location on every system, but might be one for others. |
@ianberinger I'm not aware of multiple users making use of the same desk configurations, though. While maybe at some point there will be a good distribution mechanism for that, I'm not aware of one that exists. So as things stand now a path or symlink vs. a name shouldn't make a difference to most people (correct me if I'm wrong here). Moreover, a That said, if for some reason you really want the functionality you proposed in the original ticket, you can just have each Deskfile consist of something like source $DESK_DESKS_DIR/my_desk.sh Make sense? Anyone else want to weigh in here? |
Could we get some before/after images or gifs? I'm at work so I don't have a lot of time to try out the changes/review the code, but I'd certainly weigh in if I could see it in action. |
@jamesob That's actually a great idea, thanks! As I already said, this isn't currently an issue for me. I do believe that most users want to distribute a project-specific desk with the project itself (myself included) and think that this is the better solution for project-specific files. I just wanted to address this edge case :) |
@ianberinger one snag with the
|
@cmbankester not much to show in a .gif; this just adds the ability to specify a directory-specific Deskfile. |
@jamesob sorry for the late response. These are the Deskfiles I'm looking for 👍 |
@mblarsen thanks for getting back. Let's ship it! |
Implement Deskfile recognition
@rnewton @ianberinger @cmbankester @mblarsen @wricardo
(continuation of the ideas proposed in #53)
Add robust support for the
Deskfile
convention. Check the README changes for detailed information.