mirror of
https://github.com/nicoburns/blessed-rs
synced 2025-02-16 12:58:29 +00:00
Add user directories section (#142)
This commit is contained in:
parent
912f7d913a
commit
acda1d8e3a
1 changed files with 14 additions and 0 deletions
|
@ -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"
|
||||
}]
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue