ctrlg icon indicating copy to clipboard operation
ctrlg copied to clipboard

[Feature]: Allow config to be overridden by command line arguments

Open mrjones2014 opened this issue 3 years ago • 3 comments

Similar Issues

  • [X] Before filing, I have searched for similar issues.

Description

The beginnings of this were in here, but were removed because the implementation was very unmaintainable. We should figure out a better way to allow configuration to be overridden from command line arguments.

Use Case

People could write their own shell functions and aliases using the selected paths and doing something else other than cd with them.

mrjones2014 avatar Dec 23 '21 11:12 mrjones2014

I'm sure structopt (and clap 3.0.0, which we'll be migrating to when it's out) has a way to do this. I'm just not sure how.

mrjones2014 avatar Dec 23 '21 11:12 mrjones2014

blocked by #8

mrjones2014 avatar Dec 23 '21 11:12 mrjones2014

#8 is closed and implemented

mrjones2014 avatar Jan 07 '22 12:01 mrjones2014