catcli

The command line catalog tool for your offline data

GPL-3.0 License

Downloads
4.2K
Stars
194
Committers
4
catcli - Latest Release

Published by deadc0de6 8 months ago

  • fix weird filenames bug
  • redirect users to gocatcli
catcli - v0.10.1

Published by deadc0de6 9 months ago

  • fix dependencies on pypi
  • add environment variables for cli switches
catcli - v0.10.0

Published by deadc0de6 9 months ago

  • 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
catcli - v0.9.6

Published by deadc0de6 over 1 year ago

  • remove allow_other for mount/fuse (see #38)
  • fix re-index bug (see #39)
catcli - v0.9.5

Published by deadc0de6 over 1 year ago

  • fix bug #36
catcli - v0.9.4

Published by deadc0de6 over 1 year ago

  • fix bug #34
catcli - v0.9.3

Published by deadc0de6 over 1 year ago

  • pyfzf (listing and finding) and fusepy (mount) dependencies are optional
catcli - v0.9.2

Published by deadc0de6 over 1 year ago

  • fix dependencies in setup.py
catcli - v0.9.1

Published by deadc0de6 over 1 year ago

  • fix setup.py for pypi
catcli - v0.9.0

Published by deadc0de6 over 1 year ago

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
catcli - v0.8.7

Published by deadc0de6 about 2 years ago

  • add -s --raw-size to print sizes as bytes (see #24)
catcli - v0.8.6

Published by deadc0de6 about 2 years ago

  • properly handle quotes in csv output (#22)
  • update README
catcli - v0.8.5

Published by deadc0de6 over 2 years ago

  • fix regression bug
  • update readme
catcli - v0.8.3

Published by deadc0de6 over 2 years ago

  • fix bug #21 on Windows
catcli - v0.8.2

Published by deadc0de6 over 2 years ago

  • refactor setup.py and remove setup.cfg
catcli - v0.8.1

Published by deadc0de6 over 2 years ago

  • extend CSV fields (#18)
catcli - v0.8.0

Published by deadc0de6 almost 3 years ago

catcli - v0.7.4

Published by deadc0de6 about 3 years ago

  • fix bug #15 where media information (free, du, date) are not updated
catcli - v0.7.3

Published by deadc0de6 about 3 years ago

  • fix bug #14
catcli - v0.7.2

Published by deadc0de6 about 3 years ago

  • fix bug #13