bashbunni
bashbunni
See if this is still a bug on main/master branch
Potentially a good first issue. Also look at upstream charm kv as it might actually need to be implemented by kv then used by skate. Uses Badger DB under the...
Hey @Farzat07, are you be hoping for directory names to be included in the repo name so they would be shown as you listed above? If so, you can rename...
Gotcha, so you'd like to see something like: ``` vim-plugins/ unfinished-side-projects/ bubbletea ``` Does that look about right? (bubbletea being a repo in this case, the others being directories)
We don't support this at the moment, but I'll add the enhancement label so we can keep this feature in mind
@aymanbagabas is this related to https://github.com/charmbracelet/bubbles/pull/152 do you think? Seems similar to a discussion I saw in the Slack :thinking:
Ah thank you so much! I'll make those changes now
Created a PR to resolve this issue and test the functionality before pushing to dev
`os.Getwd` might be what I'm looking for to get the pwd when the executable is run. Maybe I can check if dir name matches a project to start? OR I...
Hey @Dentrax I'd try returning a `tea.Tick` when you receive a `tickMsg` similar to [this](https://github.com/charmbracelet/bubbletea/blob/6547773a3f677c91cd261f307d7f5162973d1170/examples/fullscreen/main.go) example. Let me know if that fixes the issue or not