Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 860 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 860 Bytes

This repo has been moved to Gitlab and is no longer maintained here.

scripts

Various unrelated scripts that I wrote but do not think they deserve a repository of there own.

fix_link_names.fish

This is a fish shell script, which means that you must have fish shell installed on your system.

When you use the nautilus file manager to create a symlink, it creates a symlink with the same name as the file with a prefix 'Link to '. So you usually cut these links and paste them somewhere else where you'll want to rename them back to the original file names.

This is where this script kicks in. After you've pasted them in the desired location, run this script and it will remove the prefix from the name.