Commit Graph

30 Commits

Author SHA1 Message Date
Greg Shuflin
7e531f9d2a Update edition to 2024 2025-10-29 17:16:54 -07:00
Greg Shuflin
196a38af18 Update packages to latest versions:
This commit updates several packages to their latest versions
- unicode-width
- nix
- jwalk
- tui
- crosterm

And fixes some code to use the API of the latest packages
2025-10-29 17:15:31 -07:00
Aram Drevekenin
9f94e941fb chore(release): 0.11.0 2020-09-23 16:13:29 +02:00
pm100
929f759f63 feat(platform): windows version (#74)
* init checkin

* tests now compile

* Update linux.rs

* fixed linux build

* fmt

* most tests pass

* all tests pass

* reinstate delete after test

* remove old snaps

* oops on the crossterm dep

* fix fmt

* add windows test to travis

* travis windows tests linux messed up term after q

* fmt

* clean as per PR

* more pr clean

* tests done on windows

* oops

* non windows tests

* more cleanup

* fmt

* one last clean

* linux->unix

* linux->unix

* style(cleanup): minor fixes

* style(cleanup): moar minor fixes

Co-authored-by: Aram Drevekenin <aram@poor.dev>
2020-09-23 16:12:12 +02:00
Aram Drevekenin
e6188b6867 chore(release): 0.10.0 2020-09-11 17:24:37 +02:00
Aram Drevekenin
a7374be505 chore(release): 0.9.0 2020-07-12 14:05:36 +02:00
Aram Drevekenin
94c9cc4576 chore(release): 0.8.0 2020-07-09 14:39:30 +02:00
Aram Drevekenin
814c0ce8f4 chore(release): 0.7.0 2020-07-04 13:46:06 +02:00
Aram Drevekenin
f63760d2df chore(release): 0.6.0 2020-07-03 09:22:11 +02:00
Chris Tomlinson
36961c3c29 feat(ui): add visual indication running as root (#57)
* Add visual indication running as root

* Fixing formatting

Co-authored-by: Chris Tomlinson <chris@c3st7n.net>
2020-06-29 10:12:09 +02:00
Aram Drevekenin
48d9458b3b chore(release): 0.5.0 2020-06-27 12:57:17 +02:00
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