danhper / fundle

A minimalist package manager for fish shell
MIT License
375 stars 22 forks source link

--path not handled #56

Closed Arelav closed 2 years ago

Arelav commented 3 years ago

Probably the reason because the extras directory not structured as fish plugin and also contains two color themes for Fish I'm trying to install from this git@github.com:folke/tokyonight.nvim.git I tried fundle plugin 'folke/tokyonight.nvim' --path 'extras' fundle plugin 'folke/tokyonight.nvim' --url 'git@github.com:folke/tokyonight.nvim.git' --path 'extras' fundle plugin 'folke/tokyonight.nvim' --url 'git@github.com:folke/tokyonight.nvim.git' --path 'extras/fish_tokyonight_storm.fish' etc. Most successful try gives me whole repo content in fundle directory. This is not what expected. image I understand the issue in the repo structure however it would be nice to have an option to point more precisely.

Arelav commented 2 years ago

Perhaps the project died.