mirror of
https://github.com/nicoburns/blessed-rs
synced 2025-02-18 13:58:31 +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)"
|
"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",
|
"name": "File watching",
|
||||||
"crates": [{
|
"crates": [{
|
||||||
|
@ -530,6 +537,13 @@
|
||||||
"notes": "Cross-platform terminal colour output"
|
"notes": "Cross-platform terminal colour output"
|
||||||
}]
|
}]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "Progress indicators",
|
||||||
|
"crates": [{
|
||||||
|
"name": "indicatif",
|
||||||
|
"notes": "Progress bars and spinners"
|
||||||
|
}]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "Full TUI library",
|
"name": "Full TUI library",
|
||||||
"crates": [{
|
"crates": [{
|
||||||
|
|
Loading…
Add table
Reference in a new issue