dthree / dthree/vorpal

In a Linux environment, command history is saved to /tmp/.local-storage

Open
#302 0 comments 1 reaction 0 assignees View on GitHub
Dominant language
JavaScript
Stars
5.6k
Forks
278
PR merge metrics
No merged PRs in 30d

Description

In a multi-user environment, this is a blocker. Multiple users will end up trying to use the same location for their independent uses of vorpal based apps.

At the moment, the .local-storage directory is created with sufficiently restrictive permissions that subsequent users will simply get a permissions problem when trying to start the app.

For an example of a local storage subdirectory done properly, please review the implementation at https://github.com/yeoman/configstore/blob/master/index.js which uses a combination of xdg-basedir and os.tmpdir() to find an appropriate location.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.