Skip to content
Snippets Groups Projects
Commit f3eb7208 authored by blisshome's avatar blisshome
Browse files

Update README.md

parent 4d592057
Branches main
No related tags found
No related merge requests found
......@@ -4,8 +4,7 @@
Soft Link
## Description
Context menu item for Dolphin file manager that creates a soft symbolic link to a **_single_** selected file and puts it in the same directory as the target file. The link name has **"_lnk"** appended to the target's name before the extension (if any). "_lnk" is added to the link name because the the **ln** command does not allow a file and its soft symlink to have the same name _and_ be located in the same directory. Works with a file or directory that has periods or spaces in any position.
Context menu item for Dolphin file manager that creates a soft link (symlink) to a **_single_** selected file or directoryy and puts it in the containing directory. The link name has **"_lnk"** appended to the target's basename before the extension (if any). "_lnk" is added to the link name because the the **ln** command does not allow a target and its symlink to have the same name _and_ be located in the same directory. Works with a file or directory whose basename has periods or spaces in any position.
## Installation
Put .desktop file in **~/.local/share/kio/servicemenus/**.
......@@ -14,7 +13,7 @@ Put .desktop file in **~/.local/share/kio/servicemenus/**.
**My File.txt** --> **My File_lnk.txt** in same folder as the link target.
## Roadmap
Process multiple files and/or directories.
Add ability to process multiple files and/or directories.
## License
Copyright 2022 Thomas Zakrzewski
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment