Code Monkey home page Code Monkey logo

nvim-filerecv's Introduction

nvim-file-recv

Hacky script to "send a file to (n)vim"

Installation

  1. install flask v2.x globally
  2. git clone this to $HOME
  3. add the following line to .vimrc:
:command FileRecv execute '!$HOME/nvim-FileRecv/run.sh "%"' | r!tail -1 /tmp/nvim-file-recv

Behaviour

When you type :FileRecv in vim,

  1. a very simple file upload website (Flask server) will begin running on 0.0.0.0:8000
  2. once a file is manually uploaded on that site, the server will shutdown
  3. the uploaded file will be saved to the directory containing the current open file, and the path to that file will be dumped in the current buffer

QnA

Couldn't you use magic-wormhole / scp / an actual file server?

I have extensively used all of the aforementioned solutions. This solution is more ergonomic/efficient, even if hacky.

Why not make a vim plugin?

I don't know how to host a HTTP server in that.

Isn't this insecure?

Highly so.

It doesn't work!

works on my machine

Have you seen <project>? It does what this repo does but way cooler

I have not; please send it my way!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.