Skip to content

NiclasEich/FlyAway

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FlyAway

Neovim Plugin for syncing files to a remote host. Has only a few commands, but is very fast and reliable. For a more complete plugin, see transfer.nvim

Commands

FlyAwaySync

This command is used for syncing directories with a remote machine. It takes one argument, which can be 'push' or 'pull'.

Example usage: :FlyAwaySync push

FlyAwaySyncFast

This command repeats the last sync operation, either push or pull. It takes one argument, which can be 'push' or 'pull'.

Example usage: :SyncFast pull

FlyAwayLogs

This command shows the logs of the last sync operation.

Example usage: :SyncOutput

Installation with Packer

If you are using Packer as your NeoVim plugin manager, you can add the following line to your Packer configuration:

use 'NiclasEich/FlyAway'

About

Neovim Plugin for syncing files to a remote host

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages