From 31b7a18eb30dd37949e65bfa8a80a8bcb7dd58ad Mon Sep 17 00:00:00 2001 From: "Alexander A. Kropotin" <57698089+ololx@users.noreply.github.com> Date: Fri, 10 Sep 2021 11:57:25 +0500 Subject: [PATCH] Update TODO.md Add new feature for TODO --- TODO.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/TODO.md b/TODO.md index 914d65f..3803ce5 100755 --- a/TODO.md +++ b/TODO.md @@ -5,12 +5,13 @@ - [x] Develop the `Finder extension` which allows to create a symlinks for selected folders and files via contextual menu. - [x] Add the new menu item for replacing selected folders and files with symlinks. - [x] Add the new menu item for creating symlink in a parent directory (parent for target objects). -- [x] Optional feature - use relative path instead absolute path in symlink target URL (if target and link located in one volume) -- [ ] Refactor code in `commons/*` part and add unit-tests -- [x] Develop additional `Finder extension` which allows to create a `hard links` for selected folders and files via contextual menu +- [x] Use relative path instead absolute path in symlink target URL. +- [ ] Add setting - select the default path for links: relative or absolute +- [ ] Refactor code in `commons/*` part and add unit-tests. +- [x] Develop additional `Finder extension` which allows to create a `hard links` for selected folders and files via contextual menu. - [ ] Develop the action panel for created symbolic links and hard lonks (in the app window): - - [ ] a) (if broken) process to browse finder for 'Find/fix missing target' - - [ ] b) Modify existing paths and symbolic link features + - [ ] a) (if broken) process to browse finder for 'Find/fix missing target'. + - [ ] b) Modify existing paths and symbolic link features. - [ ] Add localization for other languages. - [ ] Implement the VIPER pattern. - [ ] Refactor app.