mirror of
https://github.com/nicoburns/blessed-rs
synced 2024-11-26 05:30:17 +00:00
Add indicatif and fs_extra (fixes #18)
This commit is contained in:
parent
43734a472d
commit
ca70b6fe66
1 changed files with 14 additions and 0 deletions
|
@ -509,6 +509,13 @@
|
|||
"notes": "Recursive filesystem walking that respects ignore files (like .gitignore)"
|
||||
}]
|
||||
},
|
||||
{
|
||||
"name": "Filesystem helpers",
|
||||
"crates": [{
|
||||
"name": "fs_extra",
|
||||
"notes": "Recursively move, copy, and delete the files in a directory"
|
||||
}]
|
||||
},
|
||||
{
|
||||
"name": "File watching",
|
||||
"crates": [{
|
||||
|
@ -530,6 +537,13 @@
|
|||
"notes": "Cross-platform terminal colour output"
|
||||
}]
|
||||
},
|
||||
{
|
||||
"name": "Progress indicators",
|
||||
"crates": [{
|
||||
"name": "indicatif",
|
||||
"notes": "Progress bars and spinners"
|
||||
}]
|
||||
},
|
||||
{
|
||||
"name": "Full TUI library",
|
||||
"crates": [{
|
||||
|
|
Loading…
Reference in a new issue