[Enhancement]: Place accountsβ directories within a superordinate `nextcloud` directory.
- Dominant language
- C++
- Stars
- 3.9k
- Forks
- 1k
- Avg merge
- 1d 21h
- Merged PRs (30d)
- 127
Description
### How to use GitHub
1. Please use the π [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to show that you are interested into the same feature.
1. Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
1. Subscribe to receive notifications on status change and new comments.
### Feature request
#### **Is your feature request related to a problem?**
When a user has multiple accounts added, their `$HOME` can become as the undermentioned demonstrates:
1. ```PS1
tree "$HOME" -L 1
```
1. ```tree
/home/RokeJulianLockhart
βββ Nextcloud
βββ Nextcloud2
βββ Nextcloud3
βββ Nextcloud4
βββ Nextcloud5
βββ Nextcloud6
βββ Nextcloud7
```
This becomes incredibly frustrating past 15 accounts.
#### **Describe the solution you'd like**
Instead, it should be:
```tree
/home/RokeJulianLockhart
βββ Nextcloud
βββ Nextcloud1
βββ Nextcloud2
βββ Nextcloud3
βββ Nextcloud4
βββ Nextcloud5
βββ Nextcloud6
βββ Nextcloud7
```
#### **Describe alternatives you've considered**
```tree
/home/RokeJulianLockhart
βββ Nextcloud
βββ wim.nl.tab.digital
βββ de.tab.digital
βββ nch.pl
βββ collaborate.kde.org
βββ nextcloud05.webo.cloud
βββ murena.io_1
βββ murena.io_2
```
This would be ideal.
#### **Additional context**
Contributor guide
Assessment
This issue has not been assessed yet.