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

Releases: deadc0de6/catcli

v1.0

17 Feb 20:49
Compare
Choose a tag to compare
  • fix weird filenames bug
  • redirect users to gocatcli

v0.10.1

31 Jan 13:33
Compare
Choose a tag to compare
  • fix dependencies on pypi
  • add environment variables for cli switches

v0.10.0

28 Jan 15:58
Compare
Choose a tag to compare
  • file sorting similar to ls
  • ls on a specific file lists the file itself
  • wildcards support for ls and find
  • new command du for disk usage
  • added an interactive mode
  • handle coverage properly
  • add a tree command (alias for ls -r)
  • ls output refactoring
  • fix indexing/updating not storing directories size
  • more tests and linting checks

v0.9.6

22 Jul 21:02
Compare
Choose a tag to compare
  • remove allow_other for mount/fuse (see #38)
  • fix re-index bug (see #39)

v0.9.5

10 Jul 09:17
Compare
Choose a tag to compare

v0.9.4

21 May 19:01
Compare
Choose a tag to compare

v0.9.3

03 Apr 21:10
Compare
Choose a tag to compare
  • pyfzf (listing and finding) and fusepy (mount) dependencies are optional

v0.9.2

26 Mar 12:39
Compare
Choose a tag to compare
  • fix dependencies in setup.py

v0.9.1

12 Mar 20:16
Compare
Choose a tag to compare
  • fix setup.py for pypi

v0.9.0

12 Mar 20:11
Compare
Choose a tag to compare

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