Commit Graph

19 Commits

Author SHA1 Message Date
Aram Drevekenin
e525cdd1aa chore(release): 0.4.0 2020-06-26 14:51:25 +02:00
Renée Kooi
120058d817 fix(formatting): prevent crashes on files with multibyte characters (#51)
* Fix crash when truncating to middle of a character

* Fix alignment of file names with wide characters

* Respect use ::formatting convention
2020-06-26 14:03:04 +02:00
Aram Drevekenin
abed12625e chore(release): 0.3.0 2020-06-21 14:09:52 +02:00
Aram Drevekenin
e050626f3b fix(performance): scan hd in parallel (#38)
* fix(performance): scan hd in parallel

* fix(performance): scan hd in parallel

* chore(deps): drop unneeded cargo-insta dependency (#35)

Signed-off-by: Igor Raits <i.gnatenko.brain@gmail.com>

* fix(performance): scan hd in parallel

* style(format): removed unused import

Co-authored-by: Igor Raits <i.gnatenko.brain@gmail.com>
2020-06-21 14:10:04 +02:00
Igor Raits
40f5d08ba4 chore(deps): drop unneeded cargo-insta dependency (#35)
Signed-off-by: Igor Raits <i.gnatenko.brain@gmail.com>
2020-06-21 13:47:35 +02:00
Aram Drevekenin
5f2f719c78 chore(release): 0.2.0 2020-06-18 21:36:24 +02:00
silwol
4f16e669c6 chore(deps): update tui dependency to 0.9 (#30)
Co-authored-by: Wolfgang Silbermayr <wolfgang@silbermayr.at>
2020-06-18 21:34:26 +02:00
Artem Polishchuk
03f2fe164a Chore: bump deps (#25)
* Chore: bump deps

tui to 0.8
insta to 0.16.0
cargo-insta to 0.16.0

* chore(tests): fix tests

Co-authored-by: Aram Drevekenin <aram@poor.dev>

Co-authored-by: Aram Drevekenin <aram@poor.dev>
2020-06-18 20:26:25 +02:00
Thomas Hurst
246a93f4b4 fix(portability): cross-platform size-on-disk
Adds the filesize crate as a dependency.
2020-06-18 04:27:44 +00:00
Aram Drevekenin
f19a4f5a1d chore(cargo): delete duplicate description (oops) 2020-06-17 17:12:56 +02:00
Aram Drevekenin
a102ab3430 chore(cargo): add description 2020-06-17 17:12:09 +02:00
Aram Drevekenin
d13a17d7cb chore(release): 0.1.0 2020-06-17 17:07:50 +02:00
Aram Drevekenin
5f9f8352a9 chore(name): rename to diskonaut 2020-06-17 11:04:05 +02:00
Aram Drevekenin
8122306fb8 feat(cli): accept folder to scan as argument 2020-06-16 15:10:37 +02:00
Aram Drevekenin
56daf8bce8 feat(name): rename 2020-06-06 19:18:54 +02:00
Aram Drevekenin
2321544c55 chore(deps): clean cargo dependencies 2020-06-05 10:04:04 +02:00
Aram Drevekenin
693af37c16 feat(ui): blink in response to user actions 2020-05-12 20:58:03 +02:00
Aram Drevekenin
17dbeea61e feat(ui): rerender on SIGWINCH 2020-04-02 11:25:13 +02:00
Aram Drevekenin
4a0e7b5e71 initial commit 2020-02-22 21:23:28 +01:00