PathPicker pollutes user home directory
See original GitHub issuePathPicker creates multiple files in the user home directory:
$ ls .fb*
.fbPager.log .fbPager.pickle .fbPager.selection.pickle .fbPager.sh
Normally such files are stored under $HOME/.local/share
or $HOME/.config
directory on Linux. Please see XDG Base Directory Specification for details.
Issue Analytics
- State:
- Created 8 years ago
- Comments:14 (6 by maintainers)
Top Results From Across the Web
Facebook PathPicker - Meta Open Source
PathPicker is a command line tool to easily select files from piped input.
Read more >(user's home directory) on Windows command prompt ...
The two command variables when concatenated gives you the desired user's home directory path as below: Running echo %homedrive% on command prompt gives:...
Read more >How to find the real user home directory using Python?
The os.path.expanduser() function in Python provides the most straightforward method for retrieving the user home directory across all ...
Read more >Tracking your home directory in Git Part 1 - Queenside Castle
We'll also add this file to our .gitignore negated with a ! at the beginning of the line. .gitconfig. [user] name = Scott...
Read more >user home directory problem - The UNIX and Linux Forums
The home directory for me on my system is on /home/kwon. It was created using "useradd kwon" When i go to change the...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Would supporting XDG_CONFIG_HOME if it’s set give more users a cleaner home dir by default? On Dec 30, 2015 5:23 PM, “Peter Cottle” notifications@github.com wrote:
I know. I’m just saying if XDG_CONFIG_HOME is set, use it, as that’s where that user keeps their config. On Dec 31, 2015 2:25 PM, “Victor Zverovich” notifications@github.com wrote: