strs

🧵 Easy string tools for the shell

AGPL-3.0 License

Downloads
363
Stars
4
Committers
1
strs - v0.3.1 Latest Release

Published by alexdelorenzo almost 2 years ago

Changes:

  • Fix str col

You can install this version like so:

python3 -m pip install strs==0.3.1
strs - v0.3.0

Published by alexdelorenzo almost 2 years ago

Changes:

  • Prevent str split from printing a trailing newline at end of output
  • Fix str col
  • Fix negative indexing
  • Fix index and slice parsing
  • Bump Python version to 3.11
  • Drop dependency on strenum, use enum.StrEnum instead

You can install this version like so:

python3 -m pip install strs==0.3.0
strs - v0.2.7

Published by alexdelorenzo almost 3 years ago

This release consists mainly of bug-fixes and small improvements to existing features.

Changes:

  • Fix double new-line output bug in str nth command
  • Use regex in str col for accurate column parsing
  • Allow slice syntax as an argument to the str col command
  • Allow passing regex patterns to str col
  • Allow negative indices in str col
  • Fix Fire's handling of the str replace-first command
  • Add annotations and refactor code
  • Update documentation with more examples and links

You can install this version like so:

python3 -m pip install strs==0.2.7
strs - v0.2.4

Published by alexdelorenzo almost 3 years ago

Initial release.

You can install this version like so:

python3 -m pip install strs==0.2.4
Package Rankings
Top 21.26% on Pypi.org