top | item 27413359

(no title)

alanpearce | 4 years ago

A very similar project for Emacs users: https://github.com/pashky/restclient.el

discuss

order

marco_craveiro|4 years ago

Rest client is great, but a lot of the cool (emacs) kids have moved over to verb-mode [1]. To be fair, you can probably achieve something similar with org-mode and rest-client, but the verb-mode integration is very nice.

[1] https://github.com/federicotdn/verb

federicotdn|4 years ago

Thanks for sharing a link to the project! :) The original submission link reminded me a lot of the general restclient/verb syntax.

sharat87|4 years ago

Ah! Yes, thanks for sharing. I should've guessed this existed for Emacs as well. I played around with implementing a similar concept like this in Vim, in 2019 (link: https://github.com/sharat87/roast.vim). Unfortunately, while I love Vim as an editor, I couldn't do a lot of features that I wanted. So I moved to the browser and built Prestige :)