canola.nvim/doc
Barrett Ruth 9298b48c5d
feat(api): add get_current_url() for adapter-agnostic URL access (#119)
Problem: `get_current_dir()` returns nil for non-local adapters (SSH,
S3, trash), leaving users with no public API to get the current
buffer's location.

Solution: add `get_current_url()` which returns the full canola URL
for any adapter, or nil if not in a canola buffer.

Based on: stevearc/oil.nvim#646
2026-03-10 22:21:52 -04:00
..
canola.txt feat(api): add get_current_url() for adapter-agnostic URL access (#119) 2026-03-10 22:21:52 -04:00
upstream.md feat(api): add get_current_url() for adapter-agnostic URL access (#119) 2026-03-10 22:21:52 -04:00