matthias-t / workspace

Mirror of https://git.sr.ht/~matthias_t/workspace
MIT License
0 stars 1 forks source link

Is the name field redundant? #44

Closed matthias-t closed 6 years ago

matthias-t commented 6 years ago

It's useless to serialize the workspace names into the TOML files, since the name sets their file name and is used to read workspaces. What is supposed to happen if you have ~/.workspace/workspace-one.toml containing:

name = "workspace-two"
path = "~/what/ever"