CatBraaain

Results 2 issues of CatBraaain

Enable it to open multiple files It's possible to get all selected files when running open command from context menu on explorer. Here is a related code snippet on Stack...

I tried this code ```cmd pip install git+https://github.com/EntilZha/PyFunctional.git ``` ```python from functional import seq seq((1, 2), (2, 3)).group_by(lambda e: e[0]).filter(lambda e: len(e[1]) > 0) ``` mypy says ```cmd Argument 1...