Skip to content

An HTTP client for ViM, that can also be used as a REST client.

License

Notifications You must be signed in to change notification settings

vendion/roast.vim

This branch is 31 commits behind sharat87/roast.vim:master.

Folders and files

NameName
Last commit message
Last commit date
Mar 20, 2019
Mar 24, 2019
Mar 20, 2019
Mar 20, 2019
Mar 24, 2019
Mar 20, 2019
Mar 23, 2019
Mar 23, 2019
Mar 25, 2019
Mar 24, 2019

Repository files navigation

roast.vimβ

vim-roast

An http client as a ViM editor plugin. Utilizes the +python3 feature. Not tested on Neovim. Known to work on ViM 8.1.

A 2½ minutes video demo (no audio): https://youtu.be/W2QKvJvR3dY.

Full docs in ViM format: doc/roast.txt.

Run tests

Go to the python3 directory and run pytest ., with Python 3.6 at least.

Inspiration / Alternatives

If you don't like this, or are looking for more http clients on ViM, here's a few options:

  1. baverman/vial-http - Also built on Python.
  2. diepm/vim-rest-console - Powered by curl.
  3. aquach/vim-http-client - Also Python + requests.

About

An HTTP client for ViM, that can also be used as a REST client.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 80.2%
  • Vim Script 19.8%