Stunkymonkey / nautilus-open-any-terminal

GNU General Public License v3.0
536 stars 54 forks source link

Unify terminal data into a single dict #104

Closed lvxnull closed 8 months ago

lvxnull commented 8 months ago

Also fixes issues caused by the prompt PR.

Stunkymonkey commented 8 months ago

I love it. This is what I wanted to do too.

I guess this is not compatible with python 3.8 right?

lvxnull commented 8 months ago

At the very least cache decorator is python 3.9.

KyleGospo commented 8 months ago

This may break tabs in prompt, --new-window and --tab must never be applied at the same time

lvxnull commented 8 months ago

@KyleGospo should be fixed now

Stunkymonkey commented 8 months ago

ready to merge?

lvxnull commented 8 months ago

ready