Skip to content
This repository has been archived by the owner on Jul 11, 2024. It is now read-only.

v0.9.0

Compare
Choose a tag to compare
@deadc0de6 deadc0de6 released this 12 Mar 20:11
· 68 commits to master since this release

features

  • add fzf support (see issue #26 and formats fzf-native and fzf-csv)
  • add fuse support for virtual filesystem from catalog (see issue #30 and command mount)
  • replace tree with ls -r
  • refactor node implementation
  • test with pylint
  • test with shellcheck
  • more tests
  • linting (f-string, typing and more)
  • support for python 3.9 and 3.10
  • drop python 3.5 support

bug fixes

  • fix recursive size bug