Add user directories section (#142)

This commit is contained in:
alexveecle 2024-10-22 14:05:02 +02:00 committed by GitHub
parent 912f7d913a
commit acda1d8e3a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -958,6 +958,20 @@
"name": "notify",
"notes": "Watch files or directories and execute a function when they change"
}]
},
{
"name": "User directories",
"recommendations": [{
"name": "dirs",
"notes": "Provide platform-specific locations for configuration, cache, and other data"
}, {
"name": "directories",
"notes": "A higher-level library that can also compute paths for applications"
}],
"see_also": [{
"name": "etcetera",
"notes": "An alternative with a different license"
}]
}
]
},