fix: If the provided configuration path unfortunately includes a space (like C:/Users/FirstName LastName/...), then komorebi fails to find the configuration file as it gets '--config=C:/Users/FirstName LastName/...' from komorebic which looks like only C:/User/FirstName. Wrapping the path in quotes helps komorebi to find the configuration file.
P.S. I'm new to contributing, so if this is improper formatting, or if there's a smart way to supply the config path already without needing this change, I'm open to learning. Thanks!
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
## 📋 Pull Request Information
**Original PR:** https://github.com/LGUG2Z/komorebi/pull/492
**Author:** [@JohnnyTNguyen](https://github.com/JohnnyTNguyen)
**Created:** 7/14/2023
**Status:** ✅ Merged
**Merged:** 7/14/2023
**Merged by:** [@LGUG2Z](https://github.com/LGUG2Z)
**Base:** `master` ← **Head:** `master`
---
### 📝 Commits (1)
- [`799739e`](https://github.com/LGUG2Z/komorebi/commit/799739ed6968c86fd0bb1a233a6cb9816b46d384) Allowed support for spaces in config path
### 📊 Changes
**1 file changed** (+1 additions, -1 deletions)
<details>
<summary>View changed files</summary>
📝 `komorebic/src/main.rs` (+1 -1)
</details>
### 📄 Description
fix: If the provided configuration path unfortunately includes a space (like C:/Users/FirstName LastName/...), then komorebi fails to find the configuration file as it gets `'--config=C:/Users/FirstName LastName/...'` from komorebic which looks like only `C:/User/FirstName`. Wrapping the path in quotes helps komorebi to find the configuration file.
P.S. I'm new to contributing, so if this is improper formatting, or if there's a smart way to supply the config path already without needing this change, I'm open to learning. Thanks!
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
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.
📋 Pull Request Information
Original PR: https://github.com/LGUG2Z/komorebi/pull/492
Author: @JohnnyTNguyen
Created: 7/14/2023
Status: ✅ Merged
Merged: 7/14/2023
Merged by: @LGUG2Z
Base:
master← Head:master📝 Commits (1)
799739eAllowed support for spaces in config path📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
komorebic/src/main.rs(+1 -1)📄 Description
fix: If the provided configuration path unfortunately includes a space (like C:/Users/FirstName LastName/...), then komorebi fails to find the configuration file as it gets
'--config=C:/Users/FirstName LastName/...'from komorebic which looks like onlyC:/User/FirstName. Wrapping the path in quotes helps komorebi to find the configuration file.P.S. I'm new to contributing, so if this is improper formatting, or if there's a smart way to supply the config path already without needing this change, I'm open to learning. Thanks!
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.