pindexis / marker

The terminal command palette
MIT License
2.02k stars 106 forks source link

Doesn't work with FISH #73

Open JouBqa opened 3 years ago

JouBqa commented 3 years ago

When I changed from Bash to FISH marker doesn't work anymore? https://fishshell.com/ Ctrl + space and the other commands do nothing

JouBqa commented 3 years ago

Oh it must be because fish is not using bashrc...

lasantosr commented 1 year ago

I've created a new tool with similar functionality that works on fish, it's standalone and doesn't have dependencies (like python)

https://github.com/lasantosr/intelli-shell

It's pretty new so feel free to open issues or PRs if you find some bugs