We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Nextcloud
When a user has multiple accounts added, their $HOME can become as the undermentioned demonstrates:
$HOME
tree "$HOME" -L 1
/home/RokeJulianLockhart ├── Nextcloud ├── Nextcloud2 ├── Nextcloud3 ├── Nextcloud4 ├── Nextcloud5 ├── Nextcloud6 └── Nextcloud7
This becomes incredibly frustrating past 15 accounts.
Instead, it should be:
/home/RokeJulianLockhart └── Nextcloud ├── Nextcloud1 ├── Nextcloud2 ├── Nextcloud3 ├── Nextcloud4 ├── Nextcloud5 ├── Nextcloud6 └── Nextcloud7
/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.
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
How to use GitHub
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:This becomes incredibly frustrating past 15 accounts.
Describe the solution you'd like
Instead, it should be:
Describe alternatives you've considered
This would be ideal.
Additional context
No response
The text was updated successfully, but these errors were encountered: