Skip to content
This repository has been archived by the owner on Jan 8, 2025. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant