smos
smos copied to clipboard
Bug - Archiving file routes to projects instead of PWD
Steps to reproduce:
- Setup a workflow directory with at least a
projectsdirectory - Create a new smos file in the root directory (
~/workflow/new-project.smos) - open the smos tui in the root directory (
~/workflow) - open
new-project.smos - Add an entry
- run
convArchiveFile(<space>fa)
Expected final state:
- browser is in the
~/workflowdirectory` (directory the archived file was in)
Actual final state:
- browser is in the
~/workflow/projects
https://user-images.githubusercontent.com/1339296/122792295-09660c00-d288-11eb-9307-251647a4b0da.mp4
Here's a screen recording of the issue
Aha! Good point, thanks for the detailed report. This is quite low priority but I'd be happy with a PR!
PR welcome