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

Automatic symlinks? #43

Open
equwal opened this issue Nov 9, 2019 · 0 comments
Open

Automatic symlinks? #43

equwal opened this issue Nov 9, 2019 · 0 comments

Comments

@equwal
Copy link

equwal commented Nov 9, 2019

Sometimes it is not possible (or reasonable) to put my github repos in the src directory. This is especially true for language libraries, which often must be in a specific folder.

I've been symlinking them manually

$ ln -s ~/src/github.com/equwal/clapt ~/common-lisp/clapt/

but it would be nice as a part of gh. Maybe add an flag like -s to the end of the arglist? So:

$ cd ~/common-lisp/clapt
$ gh equwal clapt -s
...symlinking clapt to ~/src/github.com/equwal/clapt/...
$

I have enough repositories littering my disk that I'll be using something like this.

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

No branches or pull requests

1 participant