desk
desk copied to clipboard
A lightweight workspace manager for the shell
Hello Thanks for desk it's really clever and useful I think it will be nice to add a trigger when we edit a desk from inside (`desk edit`) to exit...
Hi ! Desk is great, but it would be even better if it's possible to show the current desk into the zsh (for instance) prompt, in order to know where...
I mentioned this in a comment on #67, but I think nested sessions should be prevented. For example, if I run `desk . project-one` then try to run `desk ....
``` ~ λ desk No desk activated. dart rest ~ λ desk list dart rest ~ λ desk No desk activated. dart rest ~ λ ``` ``` ~ λ desk...
Dunno if this is a desired feature but It's useful to me. I'm using desktop inside of tmuxinator (basically I don't want to spawn a new shell) so I'm sourcing...
It would be nice if desk would assume the name of the desk to load from the cwd if no desk name was given, e.g: ``` $ cd ~/myproject $...
It would be nice if there was a `desk load` or some such subcommand which would load a desk's script without leaving the current shell instance. This would be useful...
Just for the sake of context: I'm building a bit of a wrapper project around this that will handle auto-configuration of projects. My workflow, in general, is to 1. Do...
Tried symlinking my .desk folder to Dropbox, but Desk complains "No desk dir! Run 'desk init'." I think this line won't match a symlink, only a real dir: https://github.com/jamesob/desk/blob/master/desk#L101
Hi! I just found out desk today and I'm trying to set my different environments using desks files. When I run the commands using the default macOS terminal, it runs...