Originally created by @ykis-0-0 on GitHub (Aug 29, 2023).
Is your feature request related to a problem? Please describe.
I would like to collect all binaries and configurations under a folder in my USB drive, which allows me to bring everything with me on the go.
Describe the solution you'd like
A way to populate all the configuration files of komorebi under a single hierarchy, and a (portable, in the sense of widely available in Windows 10+) way to direct komorebito read those configs at launch
Describe alternatives you've considered
Do the installation on every machine being used, which is possible, but managing configs throughout different machines is hard
Additional context Not Applicable I guess
Originally created by @ykis-0-0 on GitHub (Aug 29, 2023).
**Is your feature request related to a problem? Please describe.**
I would like to collect all binaries and configurations under a folder in my USB drive, which allows me to bring everything with me on the go.
**Describe the solution you'd like**
A way to populate all the configuration files of `komorebi` under a single hierarchy, and a (portable, in the sense of widely available in Windows 10+) way to direct `komorebi`to read those configs at launch
**Describe alternatives you've considered**
Do the installation on every machine being used, which is possible, but managing configs throughout different machines is hard
**Additional context**
*Not Applicable I guess*
As of v0.1.17, the configuration file can be specified when launching with a --config flag passed to komorebic start. With this, both the komorebi and komorebic binaries can be on a USB stick, along with a komorebi.json configuration file for full portability.
@LGUG2Z commented on GitHub (Aug 29, 2023):
As of v0.1.17, the configuration file can be specified when launching with a `--config` flag passed to `komorebic start`. With this, both the `komorebi` and `komorebic` binaries can be on a USB stick, along with a `komorebi.json` configuration file for full portability.
Thanks, this works perfectly on komorebi's side! 😄
Furthermore, I suppose it'll bring some convenience to other if the --config flag is also mentioned in the Readme.
On the other hand, I think whkd will also benefit from having a --config flag. Should I open a feature request and link it to this issue?
@ykis-0-0 commented on GitHub (Aug 30, 2023):
Thanks, this works perfectly on `komorebi`'s side! 😄
Furthermore, I suppose it'll bring some convenience to other if the `--config` flag is also mentioned in the Readme.
On the other hand, I think `whkd` will also benefit from having a `--config` flag. Should I open a feature request and link it to this issue?
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @ykis-0-0 on GitHub (Aug 29, 2023).
Is your feature request related to a problem? Please describe.
I would like to collect all binaries and configurations under a folder in my USB drive, which allows me to bring everything with me on the go.
Describe the solution you'd like
A way to populate all the configuration files of
komorebiunder a single hierarchy, and a (portable, in the sense of widely available in Windows 10+) way to directkomorebito read those configs at launchDescribe alternatives you've considered
Do the installation on every machine being used, which is possible, but managing configs throughout different machines is hard
Additional context
Not Applicable I guess
@LGUG2Z commented on GitHub (Aug 29, 2023):
As of v0.1.17, the configuration file can be specified when launching with a
--configflag passed tokomorebic start. With this, both thekomorebiandkomorebicbinaries can be on a USB stick, along with akomorebi.jsonconfiguration file for full portability.@ykis-0-0 commented on GitHub (Aug 30, 2023):
Thanks, this works perfectly on
komorebi's side! 😄Furthermore, I suppose it'll bring some convenience to other if the
--configflag is also mentioned in the Readme.On the other hand, I think
whkdwill also benefit from having a--configflag. Should I open a feature request and link it to this issue?@LGUG2Z commented on GitHub (Sep 8, 2023):
@ykis-0-0 https://github.com/LGUG2Z/whkd/commit/1be9a9f9988e9e63bb12f7804b88c04fa4c8fa00 added here as well