New Features
-
Press
r
orR
for refresh
Lower-caser
will refresh the currently selected entry, while upper-caseR
will refresh the entire displayed directory, and all entries in it.Further, what was called
item
is now calledentry
across the
user-interface. -
show and hide mtime and item count columns with 'M' and 'C' respectively
Commit Statistics
- 44 commits contributed to the release over the course of 10 calendar days.
- 11 days passed between releases.
- 2 commits were understood as conventional.
- 1 unique issue was worked on: #96
Commit Details
view details
- #96
- Uncategorized
- Refactor (18a725d)
- Make
Shift+r
do more than 'r' (f1fc13e) - Preserve selected element after refresh (99e5384)
- Various updates based on the code review feedback: (c3d665d)
- Cargo clippy & fmt (ad7abd8)
- Fix tests (6b24912)
- Exit glob mode if view root is the same as glob root (253f720)
- Fix updating item count (13614a9)
- Fixed tests (69f14af)
- Remove debug comments (9f37e1c)
- Refresh all in view vs selected (06ee3ab)
- Fix file count (eeae2bc)
- Fix traversal stats (96ef242)
- Moved traversal stats to separate type (969e64b)
- Traverse children vs parent & fix parent node size after refresh (226cbb8)
- Add
R
to trigger a full refresh (PoC) (30d8dd5) - Make WalkOptions available in State so it can re-use it for additional walks. (0ad90ba)
- Merge pull request #217 from Geezus42/patch-1 (85005ce)
- Update README.md (e0ac3d1)
- Merge branch 'show_columns' (1a54d95)
- Show and hide mtime and item count columns with 'M' and 'C' respectively (1544e8d)
- Refactor (30da672)
- Clippy (c4efba8)
- Fixed tests (d903ea6)
- Fmt (6c63bf5)
- Clippy (f74a40a)
- New Traversal (9eaa961)
- Fmt (b3236dc)
- Clippy (8aaa05a)
- Started fixing tests... (5abb9d7)
- Remove commented out code (7378bd8)
- First working version (b52f66e)
- Cargo fmt (0cd5ea9)
- Update entries (bb511b5)
- Wip (51b67ff)
- Clean-up init function (13c381b)
- Move ByteFormat out of WalkOptions (e53036a)
- Move AppState to separate file (feec3eb)
- Move TerminalApp to separate file (5123cf5)
- Scan disabled (cf3c507)
- Update demo (0e2e8c6)
- No Interactive enum (807916c)