Name conflict with jc's 'jc'
Created by: s2k
Context
I would like to use Kelly Brazil's jc
(see https://github.com/kellyjonbrazil/jc) as well as auto jump's jc
in the same context.
Observation
Both use jc
as a shell command. Obviously only one of them can possibly first in the PATH
first and therefore babe run.
Question or (feature) request
Is it possible to resolve this name clash, so that users of both pieces of software aren't affected by it?
I see a number of possibilities:
- jc changes the name
- autokump changes the name
- Both include a way to circumvent the issue described above
- Both READMEs (or other documentation) mention the issue and provide a workaround (if we find one, which should certainly be possible)
For (cross) reference, I added a similar issue to the other repo (and will link it as soon as both issues have a link): https://github.com/kellyjonbrazil/jc/issues/150