focus-editor / focus

A simple and fast text editor
GNU General Public License v3.0
1.82k stars 99 forks source link

Feature request: Relative paths in directory local project configs (.focus-config) #355

Closed fbjerno closed 2 months ago

fbjerno commented 7 months ago

The ability to use relative paths in [workspace dirs] and in build command settings would allow projects to work regardless of their install directory.

Example: Starting Focus like this... image image

I want to be able to specify the "Tge" directory as a workspace dir (relative to the .focus-config) so it will work even if I move the project: image

focus-editor commented 2 months ago

I believe this should be working since 0.3.6 - use . to refer to the directory in which .focus-config is in.

Please reopen if there are issues