enso/lib/scala/project-manager
Dmitry Bushev 446834b4f9
Soft delete projects by moving them to trash (#10440)
close #10357

Changelog:
- add: `LinuxTrashBin` implementing Freedesktop.org trash specification
- add: `WindowsTrashBin` calling native platform APIs for Windows
- add: `MacTrashBin` calling native platform APIs for MacOS
- update: `project/delete` method moves projects to trash and falls back to directory deletion
2024-07-27 13:37:43 +00:00
..
src Soft delete projects by moving them to trash (#10440) 2024-07-27 13:37:43 +00:00
README.md Add a markdown style guide (#1022) 2020-07-21 13:59:40 +01:00

Project Manager

This library implements the functionality and messages backing the project manager component of the Enso Protocol.