dwiel / talon_community

a single source of application-specific scripts
BSD Zero Clause License
121 stars 113 forks source link

Is there any way to choose what contexts I want to use? #181

Open dylan-chong opened 5 years ago

dylan-chong commented 5 years ago

I have my own set up with a small number of talon contexts that mostly do the job, but there are one or two scripts here that I would like to take. I wouldn't like to take the entire set of contexts because that would involve including a whole lot of commands that I wouldn't want into my set up, some of which will probably conflict with my own commands.

So far the only way of choosing the context I want is deleting all the files in my clone of this repository except for the ones needed by the context/files that I want to use. Is there a better solution?