Skip to content

Commit

Permalink
Update TODO.md
Browse files Browse the repository at this point in the history
Add new feature for TODO
  • Loading branch information
ololx authored Sep 10, 2021
1 parent 5206a22 commit 31b7a18
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 31b7a18

Please sign in to comment.