shtab icon indicating copy to clipboard operation
shtab copied to clipboard

split shtab/__init__.py?

Open ThomasWaldmann opened this issue 1 month ago • 1 comments

Maybe it would be a good idea to split that:

  • separate python code files, 1 per shell (currently: bash, zsh, tcsh)
  • common code used by multiple shells either stays in __init__.py or is moved to common.py

First merge PRs that add support for a new shell to avoid merge conflicts.

ThomasWaldmann avatar Nov 16 '25 18:11 ThomasWaldmann

currently part of #196 :)

casperdcl avatar Nov 17 '25 00:11 casperdcl