A wrapper function to allow mv to swap the location or contents of targeted files or folders
Go to file
Abreu 8701dfe429 Update 'README.md' 2021-08-06 23:25:26 +00:00
completions Simplified completion, and hook scripts 2019-06-08 18:55:14 -03:00
functions Fixed unknown flag alert behaviour 2019-07-26 22:11:47 -03:00
hooks Simplified completion, and hook scripts 2019-06-08 18:55:14 -03:00
.gitignore Modified update request on installation 2019-05-28 13:28:30 -03:00
LICENSE Initial commit 2018-09-08 18:26:47 -03:00
README.md Update 'README.md' 2021-08-06 23:25:26 +00:00
instructions.fish Fixed the completion's description 2019-05-28 19:11:17 -03:00

README.md

Swap

A plugin for Oh My Fish.

GPL License Fish Shell Version Oh My Fish Framework


Description

A wrapper function to allow mv to swap the location or contents of targeted files or folders

Syntax

mv [option] [file] [file]

Options

-s/--swap

Trigger this function

-c/--contents

Swap contents intead of location. Contents of a file can only be swaped with those of another file, the same applies for folders.

-h/--help

Display the function description and instructions

Install

omf repositories add https://gitlab.com/argonautica/argonautica 
omf install swap